-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
92 lines (92 loc) · 2.4 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
{
"name": "dekart",
"version": "0.17.0",
"private": true,
"dependencies": {
"@dekart-xyz/kepler.gl": "2.5.5-fix.5",
"@improbable-eng/grpc-web": "^0.13.0",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.5.0",
"ace-builds": "^1.4.12",
"antd": "^4.9.4",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.3.1",
"crypto-js": "^4.1.1",
"cypress": "^12.4.1",
"google-protobuf": "^3.14.0",
"immer": "^9.0.7",
"luxon": "^1.25.0",
"pretty-bytes": "^5.5.0",
"re-resizable": "^6.9.9",
"react": "^17.0.1",
"react-ace": "^9.2.1",
"react-dom": "^17.0.1",
"react-palm": "^3.3.7",
"react-redux": "^7.1.3",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-virtualized": "^9.22.3",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"semver": "^7.3.5",
"styled-components": "^5.2.1",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "REACT_APP_CUSTOM_CODE=CUSTOM_CODE react-scripts --max_old_space_size=4096 build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"eslintConfig": {
"globals": {
"cy": true
},
"extends": [
"react-app",
"react-app/jest",
"plugin:cypress/recommended"
]
},
"browserslist": {
"production": [
">2.0%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint-plugin-cypress": "^2.12.1",
"source-map-explorer": "^2.5.1",
"standard": "^17.0.0"
},
"overrides": {
"react-error-overlay": "6.0.9",
"@deck.gl/aggregation-layers": "8.6.5",
"@deck.gl/core": "8.6.5",
"@deck.gl/extensions": "8.6.5",
"@deck.gl/geo-layers": "8.6.5",
"@deck.gl/layers": "8.6.5",
"@deck.gl/mesh-layers": "8.6.5",
"@deck.gl/react": "8.6.5",
"deck.gl": "8.6.5",
"@luma.gl/shadertools": "8.5.10",
"@luma.gl/core": "8.5.10",
"@luma.gl/experimental": "8.5.10",
"@luma.gl/constants": "8.5.10",
"@luma.gl/engine": "8.5.10",
"@luma.gl/gltools": "8.5.10",
"@luma.gl/webgl": "8.5.10",
"react-dev-utils": {
"immer": "$immer"
}
}
}