-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.4 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
{
"name": "site-starter",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint src --ext .ts,.tsx,.vue --fix"
},
"dependencies": {
"@unhead/vue": "^1.7.0",
"@v-c/utils": "^0.0.25",
"@vueuse/head": "^2.0.0",
"dayjs": "^1.11.9",
"lodash-es": "^4.17.21",
"pinia": "^2.1.6",
"vue": "^3.3.4",
"vue-i18n": "^9.4.0",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@ant-design/icons-vue": "^7.0.0",
"@mistjs/eslint-config-vue-jsx": "^0.1.1",
"@types/lodash": "^4.14.198",
"@types/lodash-es": "^4.17.9",
"@types/node": "^20.6.0",
"@typescript-eslint/typescript-estree": "^6.7.0",
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vueuse/core": "^10.4.1",
"ant-design-vue": "^4.0.3",
"antdv-component-resolver": "^1.0.4",
"eslint": "^8.49.0",
"less": "^4.2.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"unocss": "^0.55.7",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"unplugin-vue-markdown": "^0.24.3",
"unplugin-vue-router": "^0.6.4",
"unplugin-vue-tsx-auto-props": "^0.4.1",
"vite": "^4.4.9",
"vue-tsc": "^1.8.10"
},
"pnpm": {
"overrides": {
"@typescript-eslint/typescript-estree": "^6.7.0"
}
}
}