forked from yenche123/podcast-together
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "podcast-together",
"version": "0.7.3",
"description": "一个基于 vite + vue + vue-router + ts + laf 的全栈项目,让你跟好友一起实时在线听播客!",
"type": "module",
"scripts": {
"dev": "vite",
"dev-force": "vite --force",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tcb-deploy": "cd dist & tcb hosting deploy . -e pt-8gd0s9d94b2f9d68"
},
"dependencies": {
"nanoid": "^4.0.0",
"pinia": "^2.0.17",
"shikwasa2": "^2.3.0",
"vconsole": "^3.14.6",
"vue": "^3.2.37",
"vue-router": "4",
"weixin-js-sdk-ts": "^1.6.1"
},
"devDependencies": {
"@types/node": "^18.6.2",
"@vitejs/plugin-vue": "^3.0.0",
"sass": "^1.54.0",
"typescript": "^4.6.4",
"user-agent-data-types": "^0.3.0",
"vite": "^3.0.0",
"vite-plugin-pwa": "^0.12.7",
"vue-tsc": "^0.38.4"
},
"author": "yenche123 <[email protected]> (https://github.com/yenche123)",
"contributors": [],
"keywords": [
"podcast",
"播客",
"vue",
"web-socket",
"shikwasa",
"typescript",
"laf",
"一起听播客",
"实时连线"
],
"license": "MIT",
"repository": "github:yenche123/podcast-together"
}