This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
76 lines (76 loc) · 2.06 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
{
"name": "container-tracking-simulation",
"version": "1.1.1",
"dependencies": {
"@iota/core": "1.0.0-beta.30",
"@iota/http-client": "1.0.0-beta.30",
"@iota/mam.js": "github:iotaledger/mam.js",
"@zxing/library": "^0.18.5",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"classnames": "^2.3.1",
"filepond": "^4.27.1",
"filepond-plugin-image-preview": "^4.6.6",
"firebase": "^8.6.1",
"highlightjs": "^9.16.2",
"immutable": "^4.0.0-rc.12",
"js-sha256": "^0.9.0",
"lodash": "^4.17.21",
"mapbox-gl": "^1.10.2",
"moment": "^2.29.1",
"node-sass": "^4.14.1",
"react": "^17.0.2",
"react-app-polyfill": "^1.0.6",
"react-autosuggest": "^10.1.0",
"react-cookie": "^4.0.3",
"react-dom": "^17.0.2",
"react-easy-chart": "^1.0.0",
"react-filepond": "^7.1.1",
"react-ga": "^3.3.0",
"react-joyride": "^2.3.0",
"react-map-gl": "^5.2.7",
"react-md": "^1.16.1",
"react-redux": "^7.2.4",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-sizeme": "^2.6.12",
"react-toastify": "^6.0.5",
"reactstrap": "^8.9.0",
"redux": "^4.1.0",
"redux-pack": "^0.1.5",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@firebase/app-types": "^0.6.2",
"prop-types": "^15.7.2",
"react-scripts": "^3.4.3",
"redux-logger": "^3.0.6",
"webpack-bundle-analyzer": "^3.8.0"
},
"scripts": {
"start": "react-scripts start",
"build": "export GENERATE_SOURCEMAP=false && react-scripts --expose-gc --max_old_space_size=8192 --max-old-space-size=8192 build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
"> 2%",
"last 2 versions",
"edge >= 16"
],
"resolutions": {
"acorn": "^7.1.1",
"fetch-blob": "^2.1.2",
"immer": "^8.0.1",
"kind-of": "^6.0.3",
"minimist": "^1.2.5",
"node-fetch": "^3.0.0-beta.9",
"node-notifier": "^8.0.1",
"react-dev-utils": "^11.0.4",
"ssri": "^8.0.1",
"yargs-parser": "^18.1.3"
}
}