-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 1.04 KB
/
package.json
File metadata and controls
22 lines (22 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"scripts": {
"dev": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production node_modules/webpack/bin/webpack.js --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production -- --progress",
"pre-commit": "npm run production -- --display=errors-only",
"doctoc": "node_modules/.bin/doctoc README.md"
},
"devDependencies": {
"axios": "^0.18.0",
"browser-sync": "^2.26.0",
"browser-sync-webpack-plugin": "2.0.1",
"doctoc": "^1.4.0",
"laravel-mix": "^2.1.14",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue": "^2.5.7",
"vue-append": "^1.1.2"
}
}