-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.28 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
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "@signalconso/dashboard-react",
"version": "0.1.0",
"main": "build/",
"repository": "https://github.com/betagouv/signalconso-dashboard-react/pulls",
"engines": {
"node": "16.15.1"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"dev": "react-scripts start",
"devdemo": "REACT_APP_API_BASE_URL=https://demo-signalement-api.cleverapps.io REACT_APP_COMPANY_API_BASE_URL=https://app-8d9df60d-88b2-4930-9f75-1068520ae39f.cleverapps.io react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --transformIgnorePatterns \"node_modules/(?!@mui)/\"",
"eject": "react-scripts eject",
"format": "npx prettier --write .",
"checkformat": "npx prettier --check .",
"checktypes": "tsc --noEmit",
"checkall": "yarn checktypes && yarn checkformat"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@mui/icons-material": "^6.0.0",
"@mui/material": "6.0.0",
"@mui/styles": "6.0.0",
"@sentry/react": "7.119.0",
"@sentry/tracing": "7.119.0",
"@tanstack/react-query": "^5.52.2",
"@tanstack/react-query-devtools": "^5.52.2",
"@types/uuid": "^9.0.8",
"axios": "1.7.5",
"core-js": "3.38.1",
"date-fns": "2.30.0",
"date-fns-tz": "^1.3.8",
"lodash": "4.17.21",
"qs": "6.13.0",
"react": "18.3.1",
"react-app-polyfill": "3.0.0",
"react-dom": "18.3.1",
"react-hook-form": "7.53.0",
"react-router-dom": "6.26.1",
"react-scripts": "5.0.1",
"recharts": "2.12.7",
"tailwindcss": "^3.4.10"
},
"devDependencies": {
"@types/jest": "29.5.12",
"@types/lodash": "4.17.7",
"@types/node": "22.5.1",
"@types/qs": "6.9.15",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"@types/recharts": "1.8.29",
"prettier": "3.3.3",
"typescript": "5.5.4"
},
"packageManager": "[email protected]"
}