You've already forked bilibili-subtitle
80 lines
2.3 KiB
JSON
80 lines
2.3 KiB
JSON
{
|
|
"private": true,
|
|
"name": "bilibili-subtitle",
|
|
"version": "1.14.1",
|
|
"type": "module",
|
|
"description": "哔哩哔哩字幕列表",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build && node fix.cjs",
|
|
"fix": "eslint --fix --quiet ."
|
|
},
|
|
"author": "IndieKKY",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@crxjs/vite-plugin": "^1.0.14",
|
|
"@kky002/kky-hooks": "^1.2.1",
|
|
"@kky002/kky-message": "^0.2.1",
|
|
"@kky002/kky-ui": "^1.0.9",
|
|
"@kky002/kky-util": "^1.13.13",
|
|
"@logto/react": "1.0.0-beta.13",
|
|
"@popperjs/core": "^2.11.6",
|
|
"@reduxjs/toolkit": "^1.8.5",
|
|
"@tippyjs/react": "^4.2.6",
|
|
"ahooks": "^3.7.1",
|
|
"classnames": "^2.3.2",
|
|
"daisyui": "^2.42.1",
|
|
"dayjs": "^1.11.13",
|
|
"js-search": "^2.0.0",
|
|
"less": "^4.1.3",
|
|
"lodash-es": "^4.17.21",
|
|
"pako": "^2.1.0",
|
|
"qs": "^6.11.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hot-toast": "^2.4.0",
|
|
"react-icons": "^4.4.0",
|
|
"react-markdown": "^8.0.3",
|
|
"react-popper": "^2.3.0",
|
|
"react-redux": "^8.0.2",
|
|
"react-slider": "^2.0.4",
|
|
"remark-gfm": "^3.0.1",
|
|
"tailwind-scrollbar-hide": "^1.1.7",
|
|
"tiny-pinyin": "^1.3.2",
|
|
"tippy.js": "^6.3.7",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/line-clamp": "^0.4.2",
|
|
"@tailwindcss/typography": "^0.5.8",
|
|
"@types/chrome": "^0.0.277",
|
|
"@types/js-search": "^1.4.0",
|
|
"@types/lodash-es": "^4.17.6",
|
|
"@types/node": "^20.8.10",
|
|
"@types/pako": "^2.0.0",
|
|
"@types/qs": "^6.9.7",
|
|
"@types/react": "^18.0.20",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/react-slider": "^1.3.1",
|
|
"@types/uuid": "^8.3.4",
|
|
"@typescript-eslint/eslint-plugin": "^5.37.0",
|
|
"@typescript-eslint/parser": "^5.37.0",
|
|
"@vitejs/plugin-react": "^2.2.0",
|
|
"autoprefixer": "^10.4.13",
|
|
"eslint": "8.22.0",
|
|
"eslint-config-standard": "^17.0.0",
|
|
"eslint-config-standard-with-typescript": "^23.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-n": "^15.2.5",
|
|
"eslint-plugin-promise": "^6.0.1",
|
|
"eslint-plugin-react": "^7.31.8",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"postcss": "^8.4.19",
|
|
"rollup-plugin-visualizer": "^5.8.3",
|
|
"tailwindcss": "^3.2.4",
|
|
"typescript": "^4.8.3",
|
|
"vite": "^3.2.7"
|
|
}
|
|
}
|