-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 1.24 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
25
26
27
28
29
{
"private": true,
"scripts": {
"local": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --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 --env=production --config=node_modules/laravel-mix/setup/webpack.config.js",
"dev": "npm run local",
"prod": "npm run production",
"watch": "npm run local -- --watch"
},
"devDependencies": {
"bootstrap": "^4.4.0",
"browser-sync": "^2.26.3",
"browser-sync-webpack-plugin": "^2.0.1",
"cross-env": "^3.2.4",
"extra-watch-webpack-plugin": "^1.0.3",
"hasbin": "^1.2.3",
"jquery": "^3.7.1",
"laravel-mix": "^6.0.49",
"laravel-mix-jigsaw": "^2.1.1",
"node-cmd": "^3.0.0",
"popper.js": "^1.16.1",
"sass": "^1.15.2",
"sass-loader": "^14.1.1",
"vue-template-compiler": "^2.6.11",
"webpack": "^5.23.0",
"yargs": "^17.7.2"
}
}