-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.26 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.26 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
46
{
"name": "chila",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "rsbuild build",
"check": "biome check --write",
"dev": "rsbuild dev --open",
"pretty": "prettier --write .",
"preview": "rsbuild preview",
"env:sync": "gh secret set -f",
"assets:gen": "bun scripts/assets-gen.ts",
"i18n:gen": "bun scripts/i18n-gen.ts",
"format": "bun scripts/format-src.ts"
},
"dependencies": {
"@phosphor-icons/react": "^2.1.10",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-router": "^1.141.6",
"antd": "^6.1.2",
"axios": "^1.13.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"radix-ui": "^1.4.3",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-i18next": "^16.5.0",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@biomejs/biome": "2.3.8",
"@rsbuild/core": "^1.6.14",
"@rsbuild/plugin-react": "^1.4.2",
"@tailwindcss/postcss": "^4.1.18",
"@tanstack/router-plugin": "^1.141.7",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"prettier": "^3.7.3",
"shadcn": "^3.8.5",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
}
}