-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.64 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
{
"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/preset-react": "^7.7.0",
"@babel/runtime": "^7.6.3",
"@babel/runtime-corejs2": "^7.2.0",
"@emotion/core": "^10.0.27",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "^4.0.7",
"axios": "^0.21.1",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^24.9.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"d3": "^5.14.2",
"es6-promise": "^4.2.4",
"eslint": "^6.7.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"esri-leaflet": "^2.5.1",
"history": "^4.10.1",
"isomorphic-fetch": "^2.2.1",
"leaflet": "^1.7.1",
"mapbox-gl": "^1.8.1",
"path-to-regexp": "^2.2.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-app-polyfill": "^1.0.6",
"react-dom": "^17.0.1",
"react-esri-leaflet": "^0.2.2",
"react-ga": "^2.7.0",
"react-helmet": "^6.1.0",
"react-leaflet": "^3.0.4",
"react-map-gl": "5.2.11",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-router-redux": "^5.0.0-alpha.9",
"react-spinners": "^0.8.0",
"react-vega": "^7.4.2",
"redux": "^2.0.0 || ^3.0.0 || ^4.0.0-0",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"sass-loader": "^8.0.0",
"vega": "^5.17.3",
"vega-lite": "^4.17.0"
},
"version": "0.1.0",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.2.0",
"babel-loader": "^8.0.6",
"babel-plugin-root-import": "^6.1.0",
"babel-plugin-wildcard": "^5.0.0",
"css-loader": "^3.2.0",
"cssnano": "^4.0.5",
"fetch-mock": "^6.5.2",
"file-loader": "^4.2.0",
"jest": "^24.9.0",
"node-sass": "^4.12.0",
"redux-mock-store": "^1.5.3",
"style-loader": "^1.0.0",
"svg-inline-loader": "^0.8.0",
"url-loader": "^2.2.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.9.0"
}
}