-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 874 Bytes
/
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
{
"name": "vitue-lite",
"version": "0.0.0",
"private": true,
"type": "module",
"packageManager": "pnpm@8.15.7",
"scripts": {
"build": "vite build",
"dev": "vite --port 3000",
"preview": "vite preview"
},
"dependencies": {
"@vueuse/core": "^11.0.3",
"vue": "^3.5.3",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.1",
"@unocss/reset": "^0.62.3",
"pnpm": "^9.9.0",
"unocss": "^0.62.3",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-macros": "^2.11.8",
"unplugin-vue-router": "^0.10.7",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.14.5",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/tsconfig": "^0.5.1",
"npm-run-all2": "^6.2.0",
"typescript": "~5.4.0",
"vite": "^5.3.1",
"vue-tsc": "^2.0.21"
}
}