generated from JiatLn/vvtt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.47 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
{
"name": "vite2-vue3-ts-template",
"version": "0.0.0",
"license": "MIT",
"author": {
"name": "JiatLn",
"email": "[email protected]"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons-vue": "^6.0.1",
"@antfu/eslint-config": "^0.18.8",
"@iconify/iconify": "^2.1.1",
"@unocss/reset": "^0.28.0",
"@unocss/transformer-directives": "^0.28.0",
"@vitejs/plugin-vue-jsx": "^1.3.3",
"@vue/babel-plugin-jsx": "^1.1.1",
"ant-design-vue": "^2.2.8",
"axios": "^0.24.0",
"dayjs": "^1.10.7",
"lodash": "^4.17.21",
"pinia": "^2.0.9",
"sass": "^1.48.0",
"ulid": "^2.3.0",
"unocss": "^0.28.0",
"unplugin-auto-import": "^0.6.0",
"unplugin-vue-components": "^0.17.18",
"vue": "3.2.31",
"vue-router": "4"
},
"devDependencies": {
"@iconify/json": "^1.1.457",
"@types/node": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"@vitejs/plugin-legacy": "^1.6.4",
"@vitejs/plugin-vue": "^2.0.0",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.3.0",
"prettier": "^2.5.1",
"typescript": "^4.4.4",
"vite": "^2.8.6",
"vite-plugin-purge-icons": "^0.7.0",
"vite-plugin-windicss": "^1.6.2",
"vue-eslint-parser": "^8.0.1",
"vue-tsc": "^0.29.8"
}
}