-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 3.44 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
94
{
"name": "fcx",
"version": "1.0.0",
"homepage": "/fcx/",
"start_url": ".",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"animate.css": "^4.1.0",
"animate.css-react": "^1.0.0",
"axios": "^1.4.0",
"cesium": "^1.72.0",
"chart.js": "^4.0.0",
"craco-babel-loader": "^1.0.4",
"dotenv": "^16.0.0",
"eventemitter3": "^4.0.4",
"has-cors": "^1.1.0",
"highlight.js": "^11.6.0",
"history": "^5.0.0",
"interactjs": "^1.6.2",
"jsona": "^1.11.0",
"lodash": "4.17.21",
"material-ui": "^0.20.2",
"moment": "^2.29.4",
"rc-dock": "^2.6.0",
"react": "^16.8.4",
"react-animated-css": "^1.2.1",
"react-chartjs-2": "^5.2.0",
"react-device-detect": "^1.13.1",
"react-dom": "^16.8.4",
"react-hot-loader": "^4.8.0",
"react-icons": "^3.11.0",
"react-player": "^2.10.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-toastify": "^8.1.0",
"react-transition-group": "^2.6.1",
"react-virtualized": "^9.21.2",
"redux": "^4.0.5",
"redux-thunk": "^2.4.2",
"styled-components": "^5.3.5",
"temporal-3d-tile": "^1.0.1",
"typescript": "^4.4.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"@craco/craco": "^3.6.0",
"@hot-loader/react-dom": "^16.8.6",
"chai": "^4.3.4",
"craco-plugin-react-hot-reload": "^0.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"react-scripts": "^4.0.3",
"snyk": "^1.1169.0"
},
"scripts": {
"start": "craco start --no-cache",
"build": "craco build --no-cache",
"test": "snyk test && craco test",
"test-craco": "craco test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"resolutions": {
"**/**/node-gyp": "^3.8.0",
"react-scripts/react-dev-utils/browserslist": "^4.16.5",
"react-scripts/react-dev-utils/immer": "^9.0.6",
"react-scripts/@svgr/webpack/@svgr/plugin-svgo/svgo/css-select/css-what": "^5.0.1",
"react-scripts/workbox-webpack-plugin/workbox-build/@surma/rollup-plugin-off-main-thread/ejs": "^3.1.6",
"react-scripts/webpack-dev-server/chokidar/glob-parent": "^5.1.2",
"react-scripts/webpack/watchpack/watchpack-chokidar2/chokidar/glob-parent": "^5.1.2",
"react-scripts/optimize-css-assets-webpack-plugin/cssnano/cssnano-preset-default/postcss-svgo/is-svg": "^4.3.0",
"react-scripts/postcss-safe-parser/postcss": "^8.2.12",
"react-scripts/resolve-url-loader/postcss": "^8.2.12",
"react-scripts/terser-webpack-plugin/cacache/tar": "^6.1.2",
"react-scripts/jest/@jest/core/jest-config/jest-environment-jsdom/jsdom/ws": "^7.4.6",
"react-scripts/webpack-dev-server/ws": "^7.4.6",
"material-ui/recompose/fbjs/isomorphic-fetch/node-fetch": "^2.6.1",
"@craco/craco/lodash.mergewith": "^4.6.2",
"snyk/snyk-nuget-plugin/jszip": "^3.7.0",
"snyk/proxy-agent/pac-proxy-agent/pac-resolver/netmask": "^2.0.1",
"snyk/tar": "^6.1.9"
}
}