-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.33 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
30
31
{
"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": {
"@babel/preset-env": "^7.13.10",
"axios": ">=0.21.1",
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.3.0",
"cross-env": "^3.2.3",
"extra-watch-webpack-plugin": "^1.0.3",
"fuse.js": "^3.6.1",
"hasbin": "^1.2.3",
"highlight.js": "^9.18.5",
"laravel-mix": "^4.0.0",
"laravel-mix-purgecss": "^3.0.0",
"node-cmd": "^3.0.0",
"sass": "^1.32.8",
"sass-loader": "^7.1.0",
"tailwindcss": "^1.9.6",
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12",
"yargs": "^4.6.0"
},
"dependencies": {}
}