-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
36 lines (36 loc) · 973 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
{
"name": "kingstudy",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@kangc/v-md-editor": "^2.3.18",
"axios": "^1.7.2",
"crypto-js": "^4.2.0",
"element-plus": "^2.6.3",
"nprogress": "^0.2.0",
"three": "^0.163.0",
"tiny-whiteboard": "^0.1.12",
"uuid": "^9.0.1",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/nprogress": "^0.2.3",
"@types/prismjs": "^1.26.4",
"@types/three": "^0.163.0",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vue-tsc": "^2.0.6"
}
}