mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"name": "vtsuru.live",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "vite lint"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^20.10.6",
|
|
"@typescript-eslint/eslint-plugin": "^6.16.0",
|
|
"@vicons/fluent": "^0.12.0",
|
|
"@vitejs/plugin-vue": "^5.0.1",
|
|
"@vueuse/core": "^10.7.1",
|
|
"@vueuse/router": "^10.7.1",
|
|
"date-fns": "^3.0.6",
|
|
"easy-speech": "^2.2.0",
|
|
"echarts": "^5.4.3",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-prettier": "^5.1.2",
|
|
"fast-xml-parser": "^4.3.2",
|
|
"file-saver": "^2.0.5",
|
|
"grapheme-splitter": "^1.0.4",
|
|
"html2canvas": "^1.4.1",
|
|
"linqts": "^1.15.0",
|
|
"mitt": "^3.0.1",
|
|
"pinia": "^2.1.7",
|
|
"prettier": "^3.1.1",
|
|
"qrcode.vue": "^3.4.1",
|
|
"queue-typescript": "^1.0.1",
|
|
"vite": "^5.0.10",
|
|
"vite-svg-loader": "^5.1.0",
|
|
"vue": "^3.4.1",
|
|
"vue-echarts": "^6.6.8",
|
|
"vue-request": "^2.0.4",
|
|
"vue-router": "^4.2.5",
|
|
"vue-turnstile": "^1.0.6",
|
|
"vue3-aplayer": "^1.7.3",
|
|
"vue3-marquee": "^4.1.0",
|
|
"vueuc": "^0.4.58",
|
|
"worker-timers": "^7.0.80"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/parser": "^6.16.0",
|
|
"@vicons/ionicons5": "^0.12.0",
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-vue": "^9.19.2",
|
|
"naive-ui": "^2.36.0",
|
|
"stylus": "^0.62.0",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"packageManager": "yarn@4.0.2"
|
|
}
|