{ "name": "rndl-shop", "version": "1.0.0", "description": "RNDL Shop", "main": "gulpfile.js", "scripts": { "start": "concurrently \"gulp watch\" \"theme watch\"", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "RNDL", "license": "ISC", "devDependencies": { "concurrently": "^7.0.0", "gulp": "^4.0.2", "gulp-autoprefixer": "^7.0.1", "gulp-cache": "^1.1.3", "gulp-clean-css": "^4.3.0", "gulp-concat": "^2.6.1", "gulp-cssnano": "^2.1.3", "gulp-eslint": "^6.0.0", "gulp-imagemin": "^7.1.0", "gulp-jshint": "^2.0.4", "gulp-minify": "^3.1.0", "gulp-newer": "^1.4.0", "gulp-plumber": "^1.2.1", "gulp-postcss": "^7", "gulp-rename": "^2.0.0", "gulp-sass": "^4.0.2", "gulp-shopify-upload": "^2.0.0", "gulp-sourcemaps": "^2.4.1", "gulp-uglify": "^3.0.2", "gulp-watch": "^5.0.1", "jshint": "^2.9.4" } }