-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.82 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
{
"name": "corona-grafiken",
"version": "2.2.0",
"author": "Steffen Kühne",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:br-data/corona-grafiken.git"
},
"scripts": {
"start": "webpack serve --mode development --color --progress",
"build": "webpack --color --mode production --progress"
},
"browserslist": "last 2 versions, > 5%, ie >= 11",
"peerDependencies": {
"react-is": "^16.8.6"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
"core-js": "^3.19.1",
"d3-array": "^2.11.0",
"d3-geo": "^2.0.1",
"d3-scale": "^3.2.3",
"d3-shape": "^2.0.0",
"polished": "^4.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^4.2.0",
"react-router-dom": "^6.4.3",
"save-svg-as-png": "^1.4.17",
"styled-components": "^5.2.1",
"topojson-client": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@types/d3-array": "^2.9.0",
"@types/d3-geo": "^2.0.0",
"@types/d3-scale": "^3.2.2",
"@types/d3-shape": "^2.0.0",
"@types/node": "^14.14.32",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.1",
"@types/styled-components": "^5.1.7",
"@types/topojson-client": "^3.0.0",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "^1.12.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^8.0.0",
"eslint": "^7.21.0",
"eslint-plugin-react": "^7.22.0",
"html-webpack-plugin": "^5.2.0",
"serve": "^11.3.2",
"source-map-loader": "^2.0.1",
"terser-webpack-plugin": "^5.1.1",
"typescript": "^4.2.3",
"webpack": "^5.24.3",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^4.5.0"
}
}