-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
71 lines (71 loc) · 1.86 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
{
"name": "ocpp-simulator",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@types/redux-logger": "^3.0.13",
"history": "5.3.0",
"i18next": "23.11.2",
"lodash": "^4.17.21",
"lottie-react": "2.4.0",
"moment": "^2.30.1",
"react": "18.2.0",
"react-currency-input-field": "3.8.0",
"react-dom": "18.2.0",
"react-grid-system": "8.2.0",
"react-i18next": "^14.1.0",
"react-markdown": "^9.0.1",
"react-redux": "^9.1.1",
"react-router-dom": "6.22.3",
"react-scripts": "5.0.1",
"redux": "^5.0.1",
"redux-logger": "^3.0.6",
"redux-saga": "^1.3.0"
},
"devDependencies": {
"@types/lodash": "^4.17.0",
"@types/node": "16.18.96",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.57.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-airbnb-typescript-prettier": "5.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.6",
"prettier": "2.8.8",
"sass": "1.75.0",
"tslint-config-prettier": "1.18.0",
"tslint-plugin-prettier": "2.3.0",
"typescript": "4.9.5"
},
"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"
]
}
}