-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
24 lines (24 loc) · 1.05 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
23
24
{
"private": true,
"scripts": {
"local": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --env=local --config=node_modules/laravel-mix/setup/webpack.config.js",
"staging": "cross-env NODE_ENV=staging node_modules/webpack/bin/webpack.js --progress --hide-modules --env=staging --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --env=production --config=node_modules/laravel-mix/setup/webpack.config.js",
"dev": "npm run local",
"watch": "npm run local -- --watch"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"cross-env": "^7.0.2",
"extra-watch-webpack-plugin": "^1.0.3",
"hasbin": "^1.2.3",
"laravel-mix": "^5.0.4",
"laravel-mix-purgecss": "^4.2.0",
"node-cmd": "^3.0.0",
"postcss-import": "^12.0.1",
"tailwindcss": "^1.4.6",
"vue-template-compiler": "^2.6.11",
"yargs": "^15.3.1"
}
}