-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 882 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 882 Bytes
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
{
"name": "minibili-web",
"version": "2026.3.17",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "ASTRO_TELEMETRY_DISABLED=1 astro build",
"preview": "astro preview",
"check": "ASTRO_TELEMETRY_DISABLED=1 astro check",
"check:geo": "npm run build && node scripts/check-geo.mjs"
},
"dependencies": {
"@astrojs/react": "^4.4.0",
"@astrojs/sitemap": "^3.6.0",
"@astrojs/tailwind": "^6.0.2",
"@tailwindcss/typography": "^0.5.19",
"astro": "^5.14.1",
"framer-motion": "^12.23.22",
"marked": "^16.3.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-icons": "^5.5.0",
"tailwind-scrollbar-hide": "^4.0.0",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@astrojs/check": "^0.9.7",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"typescript": "^5.9.3"
},
"overrides": {
"path-to-regexp": "8.3.0"
}
}