-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.49 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.49 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
{
"name": "covid-visualizer",
"version": "0.0.6",
"dependencies": {
"@types/react": "16.4.16",
"@visx/xychart": "v2.0.0-alpha.0",
"abort-controller": "^3.0.0",
"d3-array": "^3.0.0",
"d3-geo": "^3.0.1",
"d3-scale": "^4.0.0",
"d3-scale-chromatic": "^3.0.0",
"d3-time-format": "^4.0.0",
"framer-motion": "^3.0.0",
"luxon": "^1.22.0",
"preact": "^10.5.14",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-favicon": "0.0.23",
"react-hooks-worker": "^1.0.0",
"react-hotkeys-hook": "^3.4.0",
"react-icons": "^4.2.0",
"react-scripts": "2.0.4",
"react-spring": "^9.2.4",
"react-svg-pan-zoom": "^3.10.0",
"react-tooltip": "^4.2.21",
"react-use-gesture": "^9.1.3",
"react-visibility-sensor": "^5.1.1",
"reactour": "^1.18.6",
"styled-components": "^5.3.0",
"topojson-client": "^3.1.0",
"topojson-simplify": "^3.0.3"
},
"scripts": {
"start": "webpack-dev-server --config webpack.config.js --mode development --host 0.0.0.0",
"build": "webpack --config webpack.config.js --mode production",
"create-geometry": "node --max-old-space-size=8192 ./scripts/create_geometry.js"
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/polyfill": "^7.4.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.5.1",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "^8.0.4",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^0.19.1",
"mini-css-extract-plugin": "^0.6.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-assets-webpack-plugin": "^3.0.0",
"postcss-custom-properties": "^8.0.10",
"postcss-loader": "^3.0.0",
"postcss-rtl": "^1.3.3",
"raw-loader": "^4.0.1",
"style-loader": "^0.17.0",
"terser-webpack-plugin": "^1.3.0",
"url-loader": "^1.0.1",
"webpack": "^4.29.5",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.3.1",
"webpack-node-externals": "^1.7.2",
"worker-loader": "^1.1.1"
}
}