-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathpackage.json
35 lines (35 loc) · 849 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
{
"name": "zyplayerweb",
"author": {
"name": "hunlongyu",
"email": "[email protected]"
},
"version": "1.0.2",
"license": "MIT",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc --noEmit --skipLibCheck && vite build",
"serve": "vite preview"
},
"dependencies": {
"@vime/core": "^5.0.31",
"@vime/vue-next": "^5.0.31",
"dayjs": "^1.10.5",
"dexie": "^3.2.2",
"element-plus": "1.0.2-beta.46",
"lodash": "^4.17.21",
"vue": "^3.0.5",
"vue-i18n": "^9.1.6"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^2.1.2",
"@vitejs/plugin-vue": "^1.2.3",
"@vue/compiler-sfc": "^3.0.5",
"sass": "^1.34.1",
"typescript": "^4.1.3",
"vite": "^2.9.13",
"vite-plugin-pwa": "^0.7.3",
"vite-plugin-style-import": "^0.10.1",
"vue-tsc": "^0.0.24"
}
}