generated from Xwudao/vite-vue-starter
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
55 lines (55 loc) · 1.44 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
{
"name": "vite-vue3-ujuji",
"version": "0.0.1",
"keywords": [
"vite",
"template",
"vue-template",
"vue",
"tailwindcss",
"element-plus"
],
"description": "A vite template with vue,tailwindcss,element-plus,vue-router,pinia2",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"dependencies": {
"@element-plus/icons": "^0.0.11",
"@iconify/iconify": "^2.0.4",
"@iconify/json": "^1.1.421",
"axios": "^0.24.0",
"clipboard": "^2.0.8",
"dayjs": "^1.10.7",
"element-plus": "^1.2.0-beta.6",
"lodash-es": "^4.17.21",
"pinia": "2.0.5",
"vite-plugin-purge-icons": "^0.7.0",
"vue": "^3.2.16",
"vue-router": "4"
},
"devDependencies": {
"@types/lodash-es": "^4.17.5",
"@types/node": "14.17.4",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"@vitejs/plugin-vue": "^1.9.3",
"autoprefixer": "^10.4.0",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.0.2",
"postcss": "^8.3.11",
"prettier": "^2.4.1",
"sass": "^1.43.4",
"tailwindcss": "^2.2.19",
"typescript": "^4.4.3",
"unplugin-auto-import": "^0.5.4",
"unplugin-vue-components": "^0.17.9",
"vite": "^2.6.4",
"vite-plugin-html": "^2.1.1",
"vue-eslint-parser": "^8.0.0",
"vue-tsc": "^0.3.0"
}
}