-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 855 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
{
"name": "rlist",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@cloudgeek/vue3-video-player": "^0.3.10",
"@element-plus/icons-vue": "^2.3.1",
"@highlightjs/vue-plugin": "highlightjs/vue-plugin",
"axios": "^1.3.2",
"element-plus": "^2.2.29",
"highlight.js": "^11.7.0",
"highlightjs": "^9.16.2",
"lodash": "^4.17.21",
"unplugin-auto-import": "^0.13.0",
"unplugin-element-plus": "^0.6.0",
"unplugin-icons": "^0.15.3",
"unplugin-vue-components": "^0.23.0",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230115.0",
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.5",
"vite": "^4.1.0"
}
}