-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.74 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "template-react",
"description": "Front Base for React Admin",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "rsbuild dev --open",
"build": "rsbuild build",
"preview": "rsbuild preview",
"lint": "eslint .",
"update-deps": "yarn ncu -u",
"postinstall": "bash scripts/postinstall.sh"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@eduzz/ui-antd-theme": "^1.2.0",
"@eduzz/ui-app-loader": "^1.1.0",
"@eduzz/ui-hooks-promises": "^1.0.1",
"@eduzz/ui-hooks-query": "^1.0.3",
"@eduzz/ui-layout": "^1.4.5",
"@sentry/react": "^8.32.0",
"@tanstack/react-query": "^5.56.2",
"antd": "^5.21.1",
"axios": "^1.7.7",
"date-fns": "^4.1.0",
"react": "^18",
"react-dom": "^18",
"react-hotjar": "^6.3.1",
"react-router-dom": "^6",
"recharts": "^2.12.7",
"tslib": "^2.7.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@eduzz/eslint-config": "^2.3.1",
"@eduzz/ui-tailwind-theme": "^1.0.0",
"@rsbuild/core": "^1.0.7",
"@rsbuild/plugin-react": "^1.0.2",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/recharts": "2.0.0",
"autoprefixer": "^10.4.20",
"concurrently": "^9.0.1",
"eslint": "^9.11.1",
"eslint-plugin-sonarjs": "^2.0.2",
"husky": "^9.1.6",
"npm-check-updates": "^17.1.3",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "5.6.2"
},
"resolutions": {
"@types/react-dom": "^18",
"@types/react": "^18",
"react-dom": "^18",
"react": "^18"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}