-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 759 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 759 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
31
32
{
"name": "element-plus-vite-starter",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"generate": "vite-ssg build",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"element-plus": "^2.2.2",
"vue": "^3.2.36",
"vue-router": "^4.0.15",
"vue-hls-video-player": "^1.0.0",
"hls.js": "^1.3.0"
},
"devDependencies": {
"@iconify-json/ep": "^1.1.4",
"@types/node": "^17.0.35",
"@vitejs/plugin-vue": "^2.3.3",
"sass": "^1.52.1",
"typescript": "^4.7.2",
"unocss": "^0.34.1",
"unplugin-vue-components": "^0.19.5",
"vite": "^2.9.9",
"vite-ssg": "^0.20.0",
"vue-tsc": "^0.34.16"
},
"license": "MIT"
}