Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
yenche123 committed Jan 5, 2023
1 parent bc7ed1d commit aacf067
Show file tree
Hide file tree
Showing 2 changed files with 1,139 additions and 939 deletions.
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,35 @@
{
"name": "podcast-together",
"version": "0.8.2",
"version": "0.8.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"
"preview": "vite preview"
},
"engines": {
"node": "16.x"
},
"engines": { "node": "16.x" },
"dependencies": {
"nanoid": "^4.0.0",
"pinia": "^2.0.17",
"pinia": "^2.0.28",
"shikwasa2": "^2.3.0",
"vconsole": "^3.14.6",
"vue": "^3.2.37",
"vue-router": "4",
"vconsole": "^3.15.0",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"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",
"@types/node": "^18.11.18",
"@vitejs/plugin-vue": "^4.0.0",
"sass": "^1.57.1",
"typescript": "^4.9.4",
"user-agent-data-types": "^0.3.0",
"vite": "^3.0.0",
"vite-plugin-pwa": "^0.12.7",
"vue-tsc": "^0.38.4"
"vite": "^4.0.4",
"vite-plugin-pwa": "^0.14.1",
"vue-tsc": "^1.0.22"
},
"author": "yenche123 <[email protected]> (https://github.com/yenche123)",
"contributors": [],
Expand Down
Loading

1 comment on commit aacf067

@vercel
Copy link

@vercel vercel bot commented on aacf067 Jan 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.