-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 850 Bytes
/
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
{
"name": "react-rsbuild-starter",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "rsbuild dev --open",
"build": "rsbuild build",
"preview": "rsbuild preview",
"lint": "eslint --print-config src/components/common/Table.tsx"
},
"dependencies": {
"clsx": "^2.1.0",
"rc-table": "^7.39.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.0",
"tailwind-merge": "^2.2.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@django-freeman/react-eslint-config": "^0.1.2",
"@rsbuild/core": "^0.3.11",
"@rsbuild/plugin-react": "^0.3.11",
"@types/node": "^20.11.16",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.0"
}
}