-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
137 lines (137 loc) · 4.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "bilibili-gate",
"version": "0.31.4",
"private": true,
"type": "module",
"scripts": {
"prepare": "husky",
"dev": "vite",
"_typecheck": "tsc --noEmit",
"typecheck": "turbo _typecheck",
"build:scss": "typed-scss-modules 'src/**/*.module.scss'",
"build:scss:hcm": "hcm 'src/**/*.module.scss' -o generated --localsConvention camelCaseOnly",
"build:vite": "vite build",
"//": "//",
"build:real-build": "turbo build:scss _typecheck build:vite",
"build": "pnpm build:real-build && pnpm preview",
"build:vite-raw": "vite build -- --no-minify",
"build:vite-analyze": "vite build -- --no-minify --analyze",
"preview": "vite preview",
"test": "vitest --run",
"test:ui": "vitest --ui",
"coverage": "vitest run --coverage"
},
"license": "MIT",
"devDependencies": {
"@babel/plugin-syntax-explicit-resource-management": "^7.25.9",
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/prompt-cli": "^19.7.0",
"@commitlint/types": "^19.5.0",
"@emotion/babel-plugin": "^11.13.5",
"@iconify/json": "^2.2.295",
"@magicdawn/prettier-config": "^0.0.4",
"@styled/typescript-styled-plugin": "^1.0.1",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@types/debug": "^4.1.12",
"@types/ms": "^0.7.34",
"@types/node": "^22.10.6",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/spark-md5": "^3.0.5",
"@types/ua-parser-js": "^0.7.39",
"@unocss/preset-rem-to-px": "^65.4.0",
"@violentmonkey/types": "^0.2.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/ui": "2.1.8",
"chalk": "^5.4.1",
"concurrently": "^9.1.2",
"dl-vampire": "^2.1.2",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.14.0",
"husky": "^9.1.7",
"knip": "^5.42.0",
"lint-staged": "^15.3.0",
"node-cjs-interop": "^0.1.7",
"open": "^10.1.0",
"postcss-media-minmax": "^5.0.0",
"prettier": "^3.4.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-visualizer": "^5.14.0",
"sass": "^1.83.4",
"sass-embedded": "^1.83.4",
"turbo": "^2.3.3",
"type-fest": "^4.32.0",
"typed-scss-modules": "^8.1.1",
"typescript": "5.7.3",
"typescript-eslint": "^8.20.0",
"unocss": "^65.4.0",
"unplugin-auto-import": "^19.0.0",
"unplugin-icons": "^22.0.0",
"vite": "^6.0.7",
"vite-plugin-importer": "^0.2.5",
"vite-plugin-inspect": "^10.0.6",
"vite-plugin-monkey": "^5.0.5",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
},
"dependencies": {
"@ant-design/cssinjs": "^1.22.1",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/css": "^11.13.5",
"@emotion/react": "^11.14.0",
"@mgdn/bvid": "^0.3.0",
"@total-typescript/ts-reset": "^0.6.1",
"ahooks": "3.8.4",
"antd": "5.23.1",
"axios": "0",
"axios-userscript-adapter": "0",
"clsx": "^2.1.1",
"core-js-pure": "^3.40.0",
"dayjs": "1.11.13",
"debug": "^4.4.0",
"es-toolkit": "^1.31.0",
"fast-sort-lens": "^0.0.2",
"framer-motion": "^11.18.0",
"localforage": "^1.10.0",
"mitt": "^3.0.1",
"ms": "^2.1.3",
"p-event": "^6.0.1",
"p-limit": "^6.2.0",
"p-memoize": "^7.1.1",
"polished": "^4.3.1",
"promise.map": "^1.1.2",
"quick-lru": "^7.0.0",
"radash": "^12.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-if": "^4.1.5",
"react-intersection-observer": "^9.15.0",
"react-virtuoso": "^4.12.3",
"spark-md5": "^3.0.2",
"ua-parser-js": "^1.0.39",
"valtio": "^2.1.2"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.{less,scss,md}": [
"prettier --write"
]
},
"pnpm": {
"overrides": {
"vite-plugin-importer>babel-plugin-import": "^1.13.8"
}
},
"packageManager": "[email protected]+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}