-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.21 KB
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
{
"name": "gh-pages-playground",
"version": "0.0.1",
"license": "MIT",
"packageManager": "pnpm@10.33.0",
"scripts": {
"dev": "rsbuild dev",
"build": "tsc --noEmit && rsbuild build",
"lint": "biome check .",
"lint:write": "biome check --write .",
"lint-staged": "lint-staged",
"format": "biome format --write .",
"preview": "rsbuild preview",
"prepare": "husky",
"update:splash": "node scripts/generatePWASplash.mjs"
},
"dependencies": {
"@headlessui/react": "^2.2.10",
"bowser": "^2.14.1",
"pinyin": "^4.0.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-markdown": "^10.1.0",
"react-router": "^7.14.1",
"vfile": "^6.0.3",
"vfile-matter": "^5.0.1"
},
"devDependencies": {
"@biomejs/biome": "^2.4.12",
"@rsbuild/core": "^1.7.5",
"@rsbuild/plugin-react": "^1.4.6",
"@tailwindcss/postcss": "^4.2.3",
"@types/jest": "^27.4.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"husky": "^9.1.7",
"jest": "^27.5.1",
"lint-staged": "^16.4.0",
"postcss": "^8.5.10",
"postcss-nesting": "^14.0.0",
"pwa-asset-generator": "^6.0.8",
"tailwindcss": "^4.2.3",
"typescript": "^6.0.3"
}
}