-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
75 lines (75 loc) · 2.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
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
{
"name": "administration",
"version": "1.21.2",
"author": "Mon Compte Mobilité",
"private": true,
"dependencies": {
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "11.2.7",
"@testing-library/user-event": "12.8.3",
"@types/jest": "26.0.24",
"@types/node": "12.20.55",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"axios": "0.21.4",
"keycloak-js": "16.1.1",
"lodash": "4.17.21",
"ra-i18n-polyglot": "3.19.11",
"ra-language-french": "3.19.11",
"react": "17.0.2",
"react-admin": "3.19.11",
"react-admin-lb4": "1.0.3",
"react-dom": "17.0.2",
"react-final-form": "6.5.9",
"react-query": "3.39.2",
"typescript": "4.1.2"
},
"resolutions": {
"@types/react": "17.0.2",
"json5": "2.2.2",
"decode-uri-component": "0.2.1",
"@types/react-dom": "17.0.2"
},
"scripts": {
"start": "set PORT=3001 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"format": "npm run prettier:fix && npm run lint:fix",
"lint": "eslint src/* --ext js,ts,tsx",
"lint:fix": "npm run lint -- --fix",
"prettier": "prettier -c",
"prettier:fix": "npm run prettier -- --write"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-airbnb-typescript": "12.3.1",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-typescript": "2.7.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.7.1",
"react-scripts": "5.0.0"
}
}