-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
51 lines (51 loc) · 1.29 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
{
"name": "podcast-together",
"version": "0.10.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",
"start": "npx http-server -P http://127.0.0.1:${PORT} ./dist"
},
"engines": {
"node": "20.x"
},
"dependencies": {
"nanoid": "^5.0.7",
"pinia": "^2.1.7",
"shikwasa2": "^2.3.0",
"vconsole": "^3.15.1",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"weixin-js-sdk-ts": "^1.6.1"
},
"devDependencies": {
"@types/node": "^20.12.6",
"@vitejs/plugin-vue": "^5.0.4",
"sass": "^1.74.1",
"typescript": "^5.4.4",
"user-agent-data-types": "^0.4.2",
"vite": "^5.2.8",
"vite-plugin-mkcert": "^1.17.5",
"vite-plugin-pwa": "^0.19.8",
"vue-tsc": "^2.0.11"
},
"author": "yenche123 <[email protected]> (https://github.com/yenche123)",
"contributors": [],
"keywords": [
"podcast",
"播客",
"vue",
"web-socket",
"shikwasa",
"typescript",
"laf",
"一起听播客",
"实时连线"
],
"license": "MIT",
"repository": "github:yenche123/podcast-together"
}