-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.57 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
32
33
34
35
36
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --disable-host-check --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production && npm run compress",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"compress": "bread-compressor -s public/css/*.css public/js/*.js"
},
"devDependencies": {
"@mdi/font": "^5.8.55",
"axios": "^0.21.1",
"bread-compressor-cli": "^1.1.0",
"buefy": "^0.9.3",
"bulma": "^0.9.1",
"chartist": "^0.11.4",
"chartist-plugin-tooltips": "0.0.17",
"cross-env": "^7.0",
"dayjs": "^1.9.4",
"debounce": "^1.2.0",
"laravel-mix": "^5.0.1",
"laravel-mix-alias": "^1.0.2",
"laravel-mix-bundle-analyzer": "^1.0.5",
"resolve-url-loader": "^3.1.0",
"sass": "^1.27.0",
"sass-loader": "^8.0.2",
"vue": "^2.6.12",
"vue-router": "^3.4.7",
"vue-select": "^3.10.8",
"vue-template-compiler": "^2.6.12",
"vuex": "^3.5.1"
}
}