-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
22 lines (22 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"development": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"dev": "npm run development",
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production"
},
"dependencies": {
"@adapt-retail/adapt-mix-extender": "^1.0.1",
"@adapt-retail/print-data": "^1.0.0",
"@priceco/style": "git+https://github.com/AdaptRetail/priceco-style.git"
},
"devDependencies": {
"@adapt-retail/banner-style": "^1.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-runtime": "^6.26.0",
"browser-sync": "^2.18.13",
"browser-sync-webpack-plugin": "^1.2.0"
}
}