-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 898 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
36
37
{
"name": "annodoc",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.3.5",
"nprogress": "^0.2.0",
"pinia": "^2.0.30",
"pubsub-js": "^1.9.4",
"tdesign-icons-vue-next": "^0.1.11",
"tdesign-vue-next": "^1.8.0",
"uuid": "^9.0.0",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/nprogress": "^0.2.0",
"@types/pubsub-js": "^1.8.3",
"@types/uuid": "^9.0.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"less": "^4.1.3",
"typescript": "^4.9.3",
"unplugin-auto-import": "^0.17.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^4.0.0",
"vue-tsc": "^1.0.11"
}
}