-
Notifications
You must be signed in to change notification settings - Fork 370
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "element-plus-vite-starter",
"private": true,
"version": "0.1.0",
"type": "module",
"packageManager": "[email protected]",
"homepage": "https://vite-starter.element-plus.org",
"repository": {
"url": "https://github.com/element-plus/element-plus-vite-starter"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"generate": "vite-ssg build",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@vueuse/core": "^11.3.0",
"element-plus": "^2.8.8",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@iconify-json/ep": "^1.2.1",
"@iconify-json/ri": "^1.2.3",
"@types/node": "^20.17.6",
"@vitejs/plugin-vue": "^5.2.0",
"sass": "^1.81.0",
"typescript": "^5.6.3",
"unocss": "^0.64.1",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-router": "^0.10.8",
"vite": "^5.4.11",
"vite-ssg": "^0.24.1",
"vue-tsc": "^2.1.10"
},
"license": "MIT"
}