-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.3 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.3 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
{
"name": "homesteads",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/styled-components": "^5.1.36",
"axios": "^0.21.1",
"d3": "^5.15.0",
"rc-tooltip": "^5.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.30.1",
"reselect": "^4.0.0",
"styled-components": "^6.3.11",
"us": "^2.0.0"
},
"scripts": {
"start": "webpack-dev-server --open --config webpack.dev.js --mode development",
"build": "webpack --config webpack.prod.js --mode production && npm run copy-public-assets",
"dist": "webpack --config webpack.prod.js --mode production && npm run copy-public-assets",
"build-home-map-data": "node scripts/build-home-map-data.mjs",
"start2": "webpack-dev-server --open --config webpack.dev.js --mode development",
"copy-public-assets": "rm -rf build/data build/timelineData build/static && cp -R public/data build/data && cp -R public/timelineData build/timelineData && cp -R public/static build/static && cp public/favicon.ico build/favicon.ico",
"test": "echo \"No test runner configured\""
},
"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": "^18.3.18",
"@types/react-dom": "^18.3.5",
"ajv": "^8.18.0",
"aws-sdk": "^2.878.0",
"css-loader": "^7.1.2",
"d3-composite-projections": "^1.4.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
"geojson-bounds": "^1.0.2",
"geojson-rewind": "^0.3.1",
"html-webpack-plugin": "^5.6.3",
"html-webpack-template": "^6.2.0",
"jsonp": "^0.2.1",
"node-fetch": "^2.6.0",
"ol": "^6.2.1",
"polylabel": "^1.0.2",
"proj4": "^2.7.2",
"style-loader": "^4.0.0",
"svg-path-bounds": "^1.0.1",
"ts-loader": "^9.5.4",
"typescript": "^5.6.3",
"webpack": "^5.98.0",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0",
"webpack-merge": "^6.0.1",
"xlsx": "^0.16.9",
"xlsx-to-json": "^0.3.0"
},
"homepage": "https://minard-new.richmond.edu/panorama/homesteading/"
}