{ "name": "prestashop-classic-dev-tools", "version": "1.0.0", "description": "Tools to help while developing the Classic theme", "main": "index.js", "scripts": { "watch": "cross-env NODE_ENV=development webpack --watch", "build": "cross-env NODE_ENV=production webpack" }, "author": "PrestaShop", "license": "AFL-3.0", "devDependencies": { "autoprefixer": "^6.7.7", "babel-core": "6", "babel-loader": "^7.1.2", "bootstrap": "4.0.0-alpha.5", "bootstrap-touchspin": "^3.1.1", "bourbon": "^4.2.6", "browser-sync": "^2.23.6", "browser-sync-dev-hot-webpack-plugin": "^0.2.0", "bs-html-injector": "^3.0.3", "cross-env": "^5.1.3", "css-loader": "^0.27.3", "del": "^3.0.0", "expose-loader": "^0.7.3", "extract-text-webpack-plugin": "^3.0.2", "file-loader": "^0.10.1", "flexibility": "^1.0.5", "hard-source-webpack-plugin": "^0.5.16", "jquery": "^2.1.4", "material-design-icons": "^2.1.3", "node-object-hash": "^1.3.0", "node-sass": "^4.5.0", "notosans-fontface": "~1.0.1", "postcss-flexibility": "^1.0.2", "postcss-loader": "^1.3.3", "sass-loader": "^6.0.3", "style-loader": "^0.14.0", "tether": "^1.1.1", "uglifyjs-webpack-plugin": "^1.1.8", "velocity-animate": "^1.2.3", "webpack": "^3.10.0", "webpack-bundle-analyzer": "^2.9.2", "webpack-dev-middleware": "^2.0.4", "webpack-hot-middleware": "^2.21.0", "webpack-merge": "^4.1.1", "webpack-sources": "^0.1.0" }, "dependencies": { "babel-preset-env": "^1.7.0", "flickity": "^2.1.2", "tiny-slider": "^2.9.1" } }