-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.84 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
{
"name": "covid19-sba-loans",
"version": "1.0.0",
"description": "",
"main": "index.js",
"homepage": "https://stdyrm.github.io/covid19-sba-loans",
"scripts": {
"start": "webpack-dev-server --hot --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"format": "prettier --write \"src/**/*.js\""
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-transform-async-to-generator": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@babel/runtime": "^7.11.2",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.3.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"cors": "^2.8.5",
"css-loader": "^4.3.0",
"eslint": "^7.9.0",
"eslint-config-react": "^1.1.7",
"eslint-loader": "^4.0.2",
"eslint-plugin-react": "^7.20.6",
"file-loader": "^6.1.0",
"html-webpack-plugin": "^4.4.1",
"mini-css-extract-plugin": "^0.11.2",
"node-sass": "^6.0.1",
"nodemon": "^2.0.4",
"nvm": "0.0.4",
"prettier": "^2.1.2",
"sass-loader": "^10.0.2",
"serve": "^11.3.2",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^4.2.2",
"webpack": "^5.52.1",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^4.2.0",
"webpack-manifest-plugin": "^2.2.0",
"webpack-merge": "^5.1.4"
},
"dependencies": {
"axios": "^0.21.1",
"csv-parser": "^2.3.3",
"d3": "^5.16.0",
"d3-geo": "^2.0.1",
"d3-geo-projection": "^3.0.0",
"d3-scale-chromatic": "^2.0.0",
"gh-pages": "^3.1.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-spring": "^8.0.27",
"topojson-client": "^3.1.0"
}
}