-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 3.24 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
95
96
97
98
99
100
101
102
103
{
"name": "datacommon",
"private": true,
"scripts": {
"test": "jest"
},
"jest": {
"moduleNameMapper": {
".+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/file-mock.js"
},
"testPathIgnorePatterns": [
"node_modules",
"\\.cache",
"<rootDir>.*/public",
"config/webpack"
]
},
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-regenerator": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/runtime": "^7.26.0",
"@babel/runtime-corejs2": "^7.26.0",
"@emotion/react": "^11.14.0",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "^5.4.4",
"axios": "^1.7.9",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.2.1",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-root-import": "^6.6.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-plugin-wildcard": "^7.0.0",
"compression-webpack-plugin": "^11.1.0",
"connected-react-router": "^6.9.3",
"css-loader": "^7.1.2",
"cssnano": "^7.0.6",
"d3": "^5.14.2",
"es6-promise": "^4.2.8",
"eslint": "^9.13.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.0.0",
"esri-leaflet": "^3.0.14",
"file-loader": "^6.2.0",
"history": "^4.10.1",
"html-webpack-plugin": "^5.6.3",
"isomorphic-fetch": "^3.0.0",
"leaflet": "^1.9.4",
"mapbox-gl": "^3.7.0",
"mini-css-extract-plugin": "^2.9.2",
"path-to-regexp": "^8.2.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-app-polyfill": "^3.0.0",
"react-dom": "^18.3.1",
"react-esri-leaflet": "^2.0.1",
"react-ga": "^3.3.1",
"react-helmet": "^6.1.0",
"react-leaflet": "^4.2.1",
"react-map-gl": "7.1.7",
"react-redux": "^9.1.2",
"react-router": "^6.27.0",
"react-router-dom": "^6.27.0",
"react-spinners": "^0.14.1",
"react-vega": "^7.6.0",
"redux": "^5.0.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^3.1.0",
"sass-loader": "^16.0.4",
"style-loader": "^4.0.0",
"svg-inline-loader": "^0.8.2",
"url-loader": "^4.1.1",
"vega": "^5.30.0",
"vega-lite": "^5.21.0",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
},
"version": "0.1.0",
"devDependencies": {
"fetch-mock": "^12.0.0",
"jest": "^29.7.0",
"redux-mock-store": "^1.5.5",
"webpack-dev-server": "^5.2.0"
},
"resolutions": {
"mini-css-extract-plugin": "2.9.2",
"compression-webpack-plugin": "11.1.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}