-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.06 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
{
"private": true,
"scripts": {
"dev": "rsbuild dev",
"build": "NODE_ENV=production rsbuild build",
"preview": "rsbuild preview",
"lint": "tsc --noEmit & eslint \"src/**/*.@(ts|tsx|js|jsx)\""
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@rsbuild/core": "^1.0.14",
"@rsbuild/plugin-react": "^1.0.4",
"@rsbuild/plugin-sass": "^1.0.3",
"@rsbuild/plugin-svgr": "^1.0.4",
"@tanstack/react-query": "^5.59.14",
"antd": "^5.21.4",
"blueimp-md5": "^2.19.0",
"dayjs": "^1.11.13",
"history": "^5.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0",
"vanilla-jsoneditor": "^1.0.8"
},
"devDependencies": {
"@types/blueimp-md5": "^2.18.2",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"autoprefixer": "^10.4.20",
"eslint": "^8.51.0",
"eslint-config-wesbos": "4.0.1",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"trustedDependencies": [
"core-js"
]
}