-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.1 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": "pistrik-fe",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.16",
"@mui/lab": "^5.0.0-alpha.115",
"@mui/material": "^5.14.16",
"@mui/x-data-grid": "^6.19.6",
"@mui/x-date-pickers": "^6.19.5",
"@mui/x-tree-view": "^6.17.0",
"@reduxjs/toolkit": "^1.9.7",
"@types/node": "^16.18.60",
"@types/react": "^18.2.35",
"@types/react-dom": "^18.2.14",
"axios": "^1.6.0",
"date-fns": "^3.2.0",
"lodash": "^4.17.21",
"proj4": "^2.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-hook-form": "^7.49.3",
"react-i18next": "^12.1.4",
"react-redux": "^8.1.3",
"react-resizable": "^3.0.5",
"react-router": "^6.18.0",
"react-router-dom": "^6.18.0",
"react-scripts": "5.0.1",
"react-toastify": "^8.2.0",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
},
"devDependencies": {
"@types/lodash": "^4.14.200",
"@types/proj4": "^2.5.2",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/react-resizable": "^3.0.7",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"eslint": "^8.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.3",
"typescript": "^4.9.4"
}
}