-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.7 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
{
"name": "he3.0",
"version": "0.1.0",
"private": true,
"dependencies": {
"d3": "^5.16.0",
"d3-selection": "^1.4.2",
"d3-transition": "^1.3.2",
"leaflet": "^1.6.0",
"lunr": "^2.3.8",
"react": "^16.13.1",
"react-async": "^10.0.1",
"react-dom": "^16.13.1",
"react-leaflet": "^2.7.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "0.9.5"
},
"devDependencies": {
"csvtojson": "^2.0.10",
"html-entities": "^1.3.1",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^7.1.5",
"babel-polyfill": "^6.6.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^2.1.0",
"eslint-plugin-react": "^7.19.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"html-webpack-template": "^6.2.0",
"json-loader": "^0.5.7",
"json5-loader": "^4.0.0",
"style-loader": "^0.23.1",
"svg-inline-loader": "^0.8.2",
"terser-webpack-plugin": "^1.3.0",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.28.3",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.1.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"dist": "webpack --config webpack.prod.js --mode production",
"start2": "webpack-dev-server --open --config webpack.dev.js --mode development"
},
"homepage": "http://minard.richmond.edu/he3"
}