synctv-web/package.json

64 lines
2.0 KiB
JSON
Raw Normal View History

2023-10-04 05:57:28 +00:00
{
"name": "synctv-web",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite --port 8085 --strictPort",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
2024-08-31 02:20:19 +00:00
"@vueuse/core": "^11.0.3",
"@vueuse/router": "^11.0.3",
2023-12-14 05:24:32 +00:00
"animate.css": "^4.1.1",
2024-08-31 02:20:19 +00:00
"artplayer": "^5.1.7",
2024-06-15 13:57:35 +00:00
"artplayer-plugin-danmuku": "^5.1.4",
2024-08-31 02:20:19 +00:00
"axios": "^1.7.6",
2023-12-23 08:57:24 +00:00
"crypto-js": "^4.2.0",
2024-04-11 12:49:09 +00:00
"dashjs": "^4.7.4",
2024-08-31 02:20:19 +00:00
"element-plus": "^2.8.1",
2024-06-15 14:34:58 +00:00
"gsap": "^3.12.5",
2024-08-31 02:20:19 +00:00
"hls.js": "^1.5.15",
2024-06-15 14:34:58 +00:00
"less": "^4.2.0",
"less-loader": "^12.2.0",
2024-05-09 15:44:04 +00:00
"libass-wasm": "^4.1.0",
2023-11-14 08:17:02 +00:00
"lodash": "^4.17.21",
2023-10-04 05:57:28 +00:00
"mpegts.js": "^1.7.3",
"nprogress": "^0.2.0",
2024-08-31 02:20:19 +00:00
"pinia": "^2.2.2",
2023-11-01 01:50:12 +00:00
"qrcode-vue3": "^1.6.8",
2024-08-31 02:20:19 +00:00
"ts-proto": "^2.0.3",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
2023-10-04 05:57:28 +00:00
},
"devDependencies": {
2024-08-31 02:20:19 +00:00
"@rushstack/eslint-patch": "^1.10.4",
2024-06-15 14:34:58 +00:00
"@tsconfig/node18": "^18.2.4",
"@types/crypto-js": "^4.2.2",
2024-08-31 02:20:19 +00:00
"@types/node": "^22.5.1",
2024-06-15 14:34:58 +00:00
"@types/nprogress": "^0.2.3",
2024-08-31 02:20:19 +00:00
"@vitejs/plugin-vue": "^5.1.3",
"@vue/eslint-config-prettier": "^9.0.0",
2024-06-15 14:34:58 +00:00
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
2024-08-31 02:20:19 +00:00
"autoprefixer": "^10.4.20",
2024-06-15 14:34:58 +00:00
"eslint": "^8.56.0",
2024-08-31 02:20:19 +00:00
"eslint-plugin-vue": "^9.27.0",
"lightningcss": "^1.26.0",
2023-10-04 05:57:28 +00:00
"npm-run-all": "^4.1.5",
2024-08-31 02:20:19 +00:00
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.2",
"vue-tsc": "^2.1.2"
2024-08-31 08:35:00 +00:00
},
"packageManager": "pnpm@8.9.0+sha512.ef8859938e1f0537b9fcf0309044311392f3b38b344176e6cd4fdee21b225524b0ac2a1b08ae2ae2ddd5b3ff4b8ca496d6778e950f3e7c9f555b81325982441c"
2023-10-04 05:57:28 +00:00
}