-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 3.28 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 3.28 KB
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
95
96
97
98
99
100
101
102
103
{
"name": "cmap_react",
"version": "1.33.0",
"private": true,
"scripts": {
"start": "export REACT_APP_ENABLE_SENTRY=false && npm run pre-build && react-scripts --max_old_space_size=4096 start",
"start:sentry": "export REACT_APP_ENABLE_SENTRY=true && npm run pre-build && react-scripts --max_old_space_size=4096 start",
"pre-build": "node generateBuildInfo.js > src/buildInfo.json",
"build": "npm run pre-build && react-scripts --max_old_space_size=8192 build && npm run tagv && mv ./build/index.html ./build/app.html",
"tagv": "./scripts/create-tag-file.js",
"test": "jest --config jest.config.js",
"test:custom": "jest --config jest.config.js",
"eject": "react-scripts eject",
"check-docs": "./scripts/check-docs.js",
"lint": "eslint ./src"
},
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@esri/react-arcgis": "^4.0.0",
"@material-ui/core": "^4.12.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^3.2.10",
"@react-oauth/google": "^0.12.1",
"@sentry/react": "^6.19.7",
"@sentry/tracing": "^6.19.7",
"@sqlite.org/sqlite-wasm": "^3.50.4-build1",
"@testing-library/react": "^11.2.7",
"ag-grid-community": "^22.0.0",
"ag-grid-enterprise": "^22.0.0",
"ag-grid-react": "^22.0.0",
"bowser": "^2.11.0",
"clsx": "^1.1.1",
"csv-parse": "^4.11.1",
"csv-stringify": "^5.5.0",
"d3-array": "^2.4.0",
"d3-format": "^1.4.4",
"date-fns": "^2.14.0",
"dayjs": "^1.11.10",
"deep-equal": "^2.2.3",
"esri-loader": "^2.15.0",
"file-saver": "^2.0.5",
"fuse.js": "^7.1.0",
"google-palette": "^1.1.1",
"html-react-parser": "^3.0.1",
"intro.js": "^4.1.0",
"intro.js-react": "^0.5.0",
"js-cookie": "^2.2.1",
"js-search": "^1.4.3",
"jszip": "^3.10.1",
"jwt-decode": "^2.2.0",
"papaparse": "^5.3.1",
"plotly.js": "^2.24.0",
"prop-types": "^15.7.2",
"query-string": "^6.13.7",
"react": "^16.13.1",
"react-aria-components": "^1.12.2",
"react-calendar": "^6.0.0",
"react-date-picker": "^11.0.0",
"react-dom": "^16.13.1",
"react-icons": "^4.11.0",
"react-json-view": "^1.21.3",
"react-markdown": "^4.3.1",
"react-plotly.js": "^2.4.0",
"react-redux": "^7.2.0",
"react-resize-observer": "^1.1.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.3",
"react-string-replace": "^0.4.4",
"react-virtuoso": "^2.19.1",
"react-window": "^1.8.5",
"reduce-reducers": "^1.0.4",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.9",
"redux-saga": "^1.1.3",
"reselect": "^5.1.0",
"sanctuary": "^3.1.0",
"sanctuary-def": "^0.22.0",
"sass": "^1.89.2",
"text-encoding": "^0.7.0",
"throttle-debounce": "^2.2.1",
"xlsx": "^0.16.3",
"zustand": "^4.5.7"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^13.5.0",
"cheerio": "^1.0.0-rc.12",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint-plugin-react": "^7.29.4",
"jest-enzyme": "^7.1.2",
"knip": "^5.30.1",
"prettier": "^3.6.2"
}
}