-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
116 lines (116 loc) · 3.27 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "vue-boilerplate-i18n",
"description": "Starter using Vite + Pinia + TypeScript + i18n + Element-Plus + Unplugin Auto Import to fast build a prototyping",
"version": "0.0.1",
"author": "Wisdom <[email protected]>",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"deploy:gh-pages": "cross-env VITE_ROUTER_MODE=hash pnpm build",
"preview": "vite preview --host",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"stylelint": "stylelint .scss, .vue ./src",
"stylelint:fix": "stylelint --fix .scss, .vue ./src",
"prepare": "husky"
},
"engines": {
"node": ">= 18.12.x",
"pnpm": ">= 9.x"
},
"keywords": [
"vue",
"vue3",
"vue-next",
"pinia",
"vite",
"jest",
"vue3-jest",
"typescript",
"admin",
"example",
"template",
"dashboard",
"framework",
"prototyping",
"element-plus",
"admin-template"
],
"homepage": "https://github.com/pdsuwwz/vue-boilerplate-i18n",
"repository": {
"type": "git",
"url": "git+https://github.com/pdsuwwz/vue-boilerplate-i18n"
},
"bugs": {
"url": "https://github.com/pdsuwwz/vue-boilerplate-i18n/issues"
},
"dependencies": {
"@element-plus/icons-vue": "2.3.1",
"@vueuse/core": "^11.2.0",
"axios": "1.7.7",
"echarts": "^5.5.1",
"element-plus": "2.8.8",
"js-cookie": "^3.0.5",
"nprogress": "^0.2.0",
"pinia": "^2.2.6",
"uuid": "^11.0.3",
"vue": "^3.5.13",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@eslint/js": "^9.15.0",
"@iconify/json": "^2.2.273",
"@iconify/vue": "^4.1.2",
"@stylistic/eslint-plugin": "^2.10.1",
"@stylistic/stylelint-plugin": "^3.1.1",
"@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.9.0",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@vitejs/plugin-vue": "^5.2.0",
"@vitest/coverage-v8": "^2.1.5",
"@vue/compiler-sfc": "^3.5.13",
"@vue/test-utils": "2.4.6",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"cross-env": "^7.0.3",
"eslint": "^9.15.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-html": "8.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-vue": "^9.31.0",
"globals": "^15.12.0",
"husky": "^9.1.6",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"lodash-es": "^4.17.21",
"postcss": "^8.4.49",
"postcss-html": "^1.7.0",
"postcss-scss": "^4.0.9",
"rollup": "^4.27.2",
"sass": "1.81.0",
"stylelint": "^16.10.0",
"stylelint-config-recommended-scss": "14.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "13.1.0",
"sucrase": "^3.35.0",
"typescript": "^5.6.3",
"unocss": "^0.64.1",
"unplugin-auto-import": "^0.18.4",
"unplugin-icons": "^0.20.1",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.11",
"vitest": "^2.1.5",
"vue-eslint-parser": "^9.4.3"
}
}