|
1 | 1 | { |
2 | 2 | "private": true, |
3 | 3 | "scripts": { |
4 | | - "dev": "npm run development", |
5 | | - "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", |
6 | | - "watch": "npm run development -- --watch", |
7 | | - "watch-poll": "npm run watch -- --watch-poll", |
8 | | - "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", |
9 | | - "prod": "npm run production", |
10 | | - "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", |
11 | | - "lint": "eslint --fix --ext .js,.vue resources/js" |
| 4 | + "dev": "mix watch --hot", |
| 5 | + "watch": "mix watch", |
| 6 | + "build": "mix --production", |
| 7 | + "eslint": "eslint --fix --ext .js,.vue resources/js" |
12 | 8 | }, |
13 | 9 | "dependencies": { |
14 | | - "@fortawesome/fontawesome-svg-core": "^1.2.32", |
15 | | - "@fortawesome/free-brands-svg-icons": "^5.15.1", |
16 | | - "@fortawesome/free-regular-svg-icons": "^5.15.1", |
17 | | - "@fortawesome/free-solid-svg-icons": "^5.15.1", |
18 | | - "@fortawesome/vue-fontawesome": "^2.0.0", |
| 10 | + "@fortawesome/fontawesome-svg-core": "^1.2.36", |
| 11 | + "@fortawesome/free-brands-svg-icons": "^5.15.4", |
| 12 | + "@fortawesome/free-regular-svg-icons": "^5.15.4", |
| 13 | + "@fortawesome/free-solid-svg-icons": "^5.15.4", |
| 14 | + "@fortawesome/vue-fontawesome": "^2.0.2", |
| 15 | + "@popperjs/core": "^2.9.3", |
19 | 16 | "axios": "^0.21.1", |
20 | | - "bootstrap": "^4.5.3", |
21 | | - "jquery": "^3.5.1", |
| 17 | + "bootstrap": "^5.1.0", |
22 | 18 | "js-cookie": "^2.2.1", |
23 | | - "popper.js": "^1.16.1", |
24 | | - "sweetalert2": "^10.9.0", |
25 | | - "vform": "^1.0.1", |
26 | | - "vue": "^2.6.12", |
27 | | - "vue-i18n": "^8.22.1", |
| 19 | + "sweetalert2": "^11.1.2", |
| 20 | + "vform": "^2.1.1", |
| 21 | + "vue": "^2.6.14", |
| 22 | + "vue-i18n": "^8.25.0", |
28 | 23 | "vue-meta": "^2.4.0", |
29 | | - "vue-router": "^3.4.8", |
30 | | - "vuex": "^3.5.1", |
| 24 | + "vue-router": "^3.5.2", |
| 25 | + "vuex": "^3.6.2", |
31 | 26 | "vuex-router-sync": "^5.0.0" |
32 | 27 | }, |
33 | 28 | "devDependencies": { |
34 | | - "@babel/core": "^7.12.3", |
35 | | - "@babel/eslint-parser": "^7.12.1", |
| 29 | + "@babel/core": "^7.15.0", |
| 30 | + "@babel/eslint-parser": "^7.15.0", |
36 | 31 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
37 | | - "@babel/preset-env": "^7.12.1", |
38 | | - "cross-env": "^7.0.2", |
39 | | - "eslint": "^7.12.1", |
40 | | - "eslint-config-standard": "^16.0.1", |
41 | | - "eslint-plugin-import": "^2.22.1", |
| 32 | + "@babel/preset-env": "^7.15.0", |
| 33 | + "eslint": "^7.32.0", |
| 34 | + "eslint-config-standard": "^16.0.3", |
| 35 | + "eslint-plugin-import": "^2.24.0", |
42 | 36 | "eslint-plugin-node": "^11.1.0", |
43 | | - "eslint-plugin-promise": "^4.2.1", |
44 | | - "eslint-plugin-standard": "^4.0.2", |
45 | | - "eslint-plugin-vue": "^7.1.0", |
46 | | - "laravel-mix": "^5.0.7", |
47 | | - "laravel-mix-versionhash": "^1.1.7", |
48 | | - "resolve-url-loader": "^3.1.2", |
49 | | - "sass": "^1.28.0", |
50 | | - "sass-loader": "^10.0.4", |
51 | | - "vue-template-compiler": "^2.6.12", |
52 | | - "webpack-bundle-analyzer": "^3.9.0" |
| 37 | + "eslint-plugin-promise": "^5.1.0", |
| 38 | + "eslint-plugin-standard": "^5.0.0", |
| 39 | + "eslint-plugin-vue": "^7.16.0", |
| 40 | + "laravel-mix": "^6.0.27", |
| 41 | + "laravel-mix-versionhash": "^2.0.1", |
| 42 | + "resolve-url-loader": "^4.0.0", |
| 43 | + "sass": "^1.37.5", |
| 44 | + "sass-loader": "^12.1.0", |
| 45 | + "vue-loader": "^15.9.8", |
| 46 | + "vue-template-compiler": "^2.6.14", |
| 47 | + "webpack-bundle-analyzer": "^4.4.2" |
53 | 48 | } |
54 | 49 | } |
0 commit comments