{ "name": "modern", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "webpack && gulp build", "build:prod": "webpack -p && gulp build", "build:models": "gulp buildModels", "build:textures": "gulp buildTextures", "watch": "concurrently \"webpack -w\" \"gulp watch\"" }, "author": "", "license": "ISC", "dependencies": { "stats.js": "^0.17.0", "three": "^0.93.0", "vinyl-ftp": "^0.6.1" }, "sideEffects": false, "devDependencies": { "@babel/core": "^7.3.4", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/preset-env": "^7.3.4", "babel-loader": "^8.0.5", "concurrently": "^4.0.1", "gulp": "^3.9.1", "gulp-image-resize": "^0.13.0", "gulp-jsonminify": "^1.1.0", "image-size": "^0.6.3", "shader-loader": "^1.3.1", "webpack": "^4.29.6", "webpack-command": "^0.4.0" } }