-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.79 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "share-view",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "vue-tsc && vite build",
"dev": "vite",
"format": "npx prettier --write .",
"preview": "vite preview"
},
"dependencies": {
"@videojs-player/vue": "^1.0.0",
"@vueuse/core": "^9.13.0",
"@vueuse/router": "^9.13.0",
"axios": "^1.3.4",
"element-plus": "^2.3.2",
"md-editor-v3": "^2.11.2",
"nprogress": "^0.2.0",
"pinia": "^2.0.33",
"timeago.js": "^4.0.2",
"v-viewer": "^3.0.11",
"video.js": "^7.21.4",
"vue": "^3.3.2",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@iconify-json/ant-design": "^1.1.5",
"@iconify-json/bx": "^1.1.6",
"@iconify-json/bxs": "^1.1.6",
"@iconify-json/ep": "^1.1.10",
"@iconify-json/logos": "^1.1.24",
"@iconify-json/material-symbols": "^1.1.36",
"@iconify-json/mdi": "^1.1.50",
"@types/marked": "^4.0.8",
"@types/node": "^18.15.11",
"@types/prismjs": "^1.26.0",
"@types/video.js": "7.x",
"@vitejs/plugin-vue": "^4.1.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"postcss-variable-compress": "^2.1.0",
"prettier": "2.8.7",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.60.0",
"tailwindcss": "^3.3.1",
"terser": "^5.16.8",
"typescript": "^4.6.4",
"unplugin-auto-import": "^0.15.2",
"unplugin-icons": "^0.16.1",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.7",
"vite-plugin-compression": "^0.5.1",
"vue-tsc": "^1.6.5",
"yarn": "^1.22.19"
}
}