-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 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
{
"name": "form-crafter",
"private": true,
"version": "1.0.0",
"scripts": {
"build": "rsbuild build",
"check": "biome check --write",
"dev": "rsbuild dev",
"format": "biome format --write",
"preview": "rsbuild preview"
},
"dependencies": {
"@douyinfe/semi-ui": "^2.72.3",
"@formkit/auto-animate": "^0.8.2",
"@tanstack/react-query": "^5.63.0",
"@tanstack/react-router": "^1.95.3",
"clsx": "^2.1.1",
"lucide-react": "^0.454.0",
"nanoid": "^5.0.8",
"qrcode.react": "^4.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@douyinfe/semi-rspack-plugin": "^2.72.3",
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-react": "^1.1.0",
"@rsbuild/plugin-sass": "^1.1.2",
"@tanstack/router-devtools": "^1.79.0",
"@tanstack/router-plugin": "^1.95.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"sass": "^1.80.6",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"trustedDependencies": ["@biomejs/biome", "@parcel/watcher", "core-js", "esbuild"]
}