|
1 | 1 | {
|
2 | 2 | "name": "@coreui/coreui-free-vue-admin-template",
|
3 |
| - "version": "4.0.0-beta.0", |
| 3 | + "version": "4.0.0-rc.0", |
4 | 4 | "config": {
|
5 | 5 | "coreui_library_short_version": "4.0"
|
6 | 6 | },
|
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 | 16 | "@coreui/chartjs": "^3.0.0",
|
17 |
| - "@coreui/coreui": "^4.0.1", |
| 17 | + "@coreui/coreui": "^4.0.4", |
18 | 18 | "@coreui/icons": "^2.0.1",
|
19 |
| - "@coreui/icons-vue": "2.0.0-beta.0", |
| 19 | + "@coreui/icons-vue": "2.0.0-rc.0", |
20 | 20 | "@coreui/utils": "^1.3.1",
|
21 |
| - "@coreui/vue": "^4.0.0-beta.1", |
| 21 | + "@coreui/vue": "^4.0.0-rc.2", |
22 | 22 | "@coreui/vue-chartjs": "2.0.0-beta.1",
|
23 |
| - "core-js": "^3.16.4", |
24 |
| - "vue": "^3.2.6", |
| 23 | + "core-js": "^3.18.2", |
| 24 | + "vue": "^3.2.19", |
25 | 25 | "vue-router": "^4.0.0-0",
|
26 | 26 | "vuex": "^4.0.0-0"
|
27 | 27 | },
|
28 | 28 | "devDependencies": {
|
29 |
| - "@typescript-eslint/eslint-plugin": "^4.29.3", |
30 | 29 | "@vue/cli-plugin-babel": "~4.5.13",
|
31 | 30 | "@vue/cli-plugin-e2e-nightwatch": "~4.5.13",
|
32 | 31 | "@vue/cli-plugin-eslint": "~4.5.13",
|
33 | 32 | "@vue/cli-plugin-router": "~4.5.13",
|
34 | 33 | "@vue/cli-plugin-unit-jest": "~4.5.13",
|
35 | 34 | "@vue/cli-plugin-vuex": "~4.5.13",
|
36 | 35 | "@vue/cli-service": "~4.5.13",
|
37 |
| - "@vue/compiler-sfc": "^3.2.6", |
| 36 | + "@vue/compiler-sfc": "^3.2.19", |
38 | 37 | "@vue/eslint-config-prettier": "^6.0.0",
|
39 | 38 | "@vue/test-utils": "^2.0.0-0",
|
40 | 39 | "babel-eslint": "^10.1.0",
|
41 |
| - "chromedriver": "92", |
42 | 40 | "eslint": "^7.32.0",
|
43 |
| - "eslint-plugin-prettier": "^3.4.1", |
44 |
| - "eslint-plugin-vue": "^7.17.0", |
45 |
| - "geckodriver": "^2.0.3", |
46 |
| - "lint-staged": "^11.1.2", |
47 |
| - "prettier": "^2.3.2", |
48 |
| - "rollup-plugin-vue": "^6.0.0", |
49 |
| - "sass": "^1.38.2", |
| 41 | + "eslint-plugin-prettier": "^4.0.0", |
| 42 | + "eslint-plugin-vue": "^7.19.1", |
| 43 | + "geckodriver": "^2.0.4", |
| 44 | + "prettier": "^2.4.1", |
| 45 | + "sass": "^1.42.1", |
50 | 46 | "sass-loader": "^10.2.0",
|
51 |
| - "typescript": "~4.4.2", |
52 | 47 | "vue-jest": "^5.0.0-0"
|
53 |
| - }, |
54 |
| - "gitHooks": { |
55 |
| - "pre-commit": "lint-staged" |
56 |
| - }, |
57 |
| - "lint-staged": { |
58 |
| - "*.{js,jsx,vue}": [ |
59 |
| - "vue-cli-service lint", |
60 |
| - "git add" |
61 |
| - ] |
62 | 48 | }
|
63 | 49 | }
|
0 commit comments