|
1 | 1 | { |
2 | 2 | "name": "podcast-together", |
3 | | - "version": "0.8.2", |
| 3 | + "version": "0.8.3", |
4 | 4 | "description": "一个基于 vite + vue + vue-router + ts + laf 的全栈项目,让你跟好友一起实时在线听播客!", |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | 7 | "dev": "vite", |
8 | 8 | "dev-force": "vite --force", |
9 | 9 | "build": "vue-tsc --noEmit && vite build", |
10 | | - "preview": "vite preview", |
11 | | - "tcb-deploy": "cd dist & tcb hosting deploy . -e pt-8gd0s9d94b2f9d68" |
| 10 | + "preview": "vite preview" |
| 11 | + }, |
| 12 | + "engines": { |
| 13 | + "node": "16.x" |
12 | 14 | }, |
13 | | - "engines": { "node": "16.x" }, |
14 | 15 | "dependencies": { |
15 | 16 | "nanoid": "^4.0.0", |
16 | | - "pinia": "^2.0.17", |
| 17 | + "pinia": "^2.0.28", |
17 | 18 | "shikwasa2": "^2.3.0", |
18 | | - "vconsole": "^3.14.6", |
19 | | - "vue": "^3.2.37", |
20 | | - "vue-router": "4", |
| 19 | + "vconsole": "^3.15.0", |
| 20 | + "vue": "^3.2.45", |
| 21 | + "vue-router": "^4.1.6", |
21 | 22 | "weixin-js-sdk-ts": "^1.6.1" |
22 | 23 | }, |
23 | 24 | "devDependencies": { |
24 | | - "@types/node": "^18.6.2", |
25 | | - "@vitejs/plugin-vue": "^3.0.0", |
26 | | - "sass": "^1.54.0", |
27 | | - "typescript": "^4.6.4", |
| 25 | + "@types/node": "^18.11.18", |
| 26 | + "@vitejs/plugin-vue": "^4.0.0", |
| 27 | + "sass": "^1.57.1", |
| 28 | + "typescript": "^4.9.4", |
28 | 29 | "user-agent-data-types": "^0.3.0", |
29 | | - "vite": "^3.0.0", |
30 | | - "vite-plugin-pwa": "^0.12.7", |
31 | | - "vue-tsc": "^0.38.4" |
| 30 | + "vite": "^4.0.4", |
| 31 | + "vite-plugin-pwa": "^0.14.1", |
| 32 | + "vue-tsc": "^1.0.22" |
32 | 33 | }, |
33 | 34 | "author": "yenche123 <[email protected]> (https://github.com/yenche123)", |
34 | 35 | "contributors": [], |
|
0 commit comments