-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.18 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "asset-tracker",
"version": "0.7.0",
"private": true,
"dependencies": {
"@deck.gl/core": "^8.2.5",
"@deck.gl/layers": "^8.2.5",
"@deck.gl/mesh-layers": "^8.2.5",
"@deck.gl/react": "^8.2.5",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@math.gl/web-mercator": "^3.2.2",
"@nebula.gl/layers": "^0.19.2",
"@turf/centroid": "^6.0.2",
"@turf/nearest-point-on-line": "^6.0.2",
"@turf/point-on-feature": "^5.1.5",
"@turf/transform-translate": "^5.1.5",
"appa-auth-consumer": "file:../appa-auth-consumer/client",
"asset-report-risks": "file:../asset-report-risks/client",
"clsx": "^1.0.4",
"dateformat": "^3.0.3",
"dotenv": "^8.2.0",
"downshift": "^6.0.2",
"immer": "^7.0.7",
"material-table": "^1.68.0",
"material-ui-dropzone": "^3.3.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-identicons": "^1.2.4",
"react-map-gl": "^5.2.5",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^7.2.1",
"react-scripts": "^3.4.1",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0"
},
"resolutions": {
"@turf/difference": "6.0.1",
"jspdf": "2.1.0"
},
"scripts": {
"start": "PORT=7000 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app",
"rules": {
"comma-dangle": [
"error",
"always-multiline"
],
"object-curly-spacing": [
"error",
"always"
],
"quotes": [
"error",
"single"
],
"quote-props": [
"error",
"consistent"
],
"semi": [
"error",
"never"
],
"space-before-function-paren": [
"error",
{
"anonymous": "always",
"named": "never"
}
]
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}