generated from clansty/vue3-tsx-router-naiveui-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 862 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 862 Bytes
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
{
"name": "qwq",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:expose": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@iconify/json": "^2.2.324",
"@types/lodash": "^4.17.16",
"@types/node": "^22.14.0",
"@unocss/reset": "^0.62.2",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vueuse/core": "^13.1.0",
"lodash": "^4.17.21",
"naive-ui": "^2.39.0",
"protobufjs": "^7.4.0",
"sass": "^1.77.8",
"typescript": "^5.5.4",
"unocss": "^0.62.2",
"vite": "^5.4.1",
"vite-plugin-node-polyfills": "^0.23.0",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"packageManager": "pnpm@9.7.0+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf"
}