-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.63 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
{
"name": "homesteads",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.21.1",
"d3": "^5.15.0",
"leaflet": "^1.6.0",
"rc-tooltip": "^5.1.1",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-lazyload": "^2.6.5",
"react-leaflet": "^2.6.1",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "0.9.5",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"us": "^2.0.0"
},
"scripts": {
"start": "webpack-dev-server --open --config webpack.dev.js --mode development",
"build": "webpack --config webpack.prod.js --mode production",
"dist": "webpack --config webpack.prod.js --mode production",
"start2": "webpack-dev-server --open --config webpack.dev.js --mode development",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.11.0",
"@aws-sdk/node-http-handler": "^3.10.0",
"@aws-sdk/types": "^3.10.0",
"@mapbox/geojson-area": "^0.2.2",
"@turf/turf": "^5.1.6",
"@types/d3": "^6.2.0",
"@types/gdal": "^0.9.1",
"@types/node": "^14.14.20",
"@types/proj4": "^2.5.0",
"@types/react": "^17.0.0",
"@types/react-router": "^5.1.11",
"@types/react-router-dom": "^5.1.7",
"aws-sdk": "^2.878.0",
"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",
"d3-composite-projections": "^1.4.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"geojson-bounds": "^1.0.2",
"geojson-rewind": "^0.3.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"html-webpack-template": "^6.2.0",
"jsonp": "^0.2.1",
"node-fetch": "^2.6.0",
"node-sass": "^4.11.0",
"ol": "^6.2.1",
"polylabel": "^1.0.2",
"proj4": "^2.7.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"svg-path-bounds": "^1.0.1",
"terser-webpack-plugin": "^1.3.0",
"ts-loader": "^8.0.3",
"typescript": "^4.0.2",
"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",
"xlsx": "^0.16.9",
"xlsx-to-json": "^0.3.0"
},
"type": "module",
"homepage": "https://minard-new.richmond.edu/panorama/homesteading/"
}