Skip to content

Commit

Permalink
chore: remove useless files
Browse files Browse the repository at this point in the history
  • Loading branch information
ikxin committed May 28, 2024
1 parent 615e6de commit 820153d
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 67 deletions.
7 changes: 0 additions & 7 deletions .env

This file was deleted.

Binary file modified bun.lockb
Binary file not shown.
9 changes: 0 additions & 9 deletions index.ts

This file was deleted.

32 changes: 15 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,46 +17,44 @@
"kill-vlmcsd": "pkill -f vlmcsd"
},
"dependencies": {
"@arco-design/web-vue": "^2.55.1",
"@arco-design/web-vue": "^2.55.2",
"@elysiajs/cors": "^1.0.2",
"@elysiajs/static": "^1.0.3",
"@vueuse/core": "^10.9.0",
"@vueuse/integrations": "^10.9.0",
"axios": "^1.6.8",
"@vueuse/core": "^10.10.0",
"@vueuse/integrations": "^10.10.0",
"axios": "^1.7.2",
"dayjs": "^1.11.11",
"echarts": "^5.5.0",
"elysia": "^1.0.16",
"elysia": "^1.0.22",
"less": "^4.2.0",
"markdown-it-shiki": "^0.9.0",
"pinia": "^2.1.7",
"unocss": "^0.59.4",
"vue": "^3.4.26",
"unocss": "^0.60.3",
"vue": "^3.4.27",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@prisma/client": "^5.13.0",
"@types/bun": "^1.1.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@types/bun": "^1.1.3",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitejs/plugin-vue": "^5.0.4",
"cron": "^3.1.7",
"drizzle-kit": "^0.21.4",
"drizzle-orm": "^0.30.10",
"eslint": "^9.2.0",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.25.0",
"eslint-plugin-vue": "^9.26.0",
"prettier": "^3.2.5",
"prisma": "^5.13.0",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.27.0",
"unplugin-vue-markdown": "^0.26.2",
"unplugin-vue-router": "^0.8.6",
"unplugin-vue-router": "^0.8.8",
"vite": "^5.2.11",
"vite-plugin-vue-devtools": "^7.1.3",
"vite-plugin-vue-devtools": "^7.2.1",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^2.0.16"
"vue-tsc": "^2.0.19"
}
}
26 changes: 0 additions & 26 deletions prisma/schema.prisma

This file was deleted.

8 changes: 0 additions & 8 deletions service/scripts/migrate.ts

This file was deleted.

0 comments on commit 820153d

Please sign in to comment.