-
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) · 1.99 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.99 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": "trailmap-react",
"version": "1.0.0",
"description": "Trailmap V4",
"keywords": [],
"private": true,
"dependencies": {
"@mapbox/mapbox-gl-geocoder": "^5.0.1",
"@mapbox/shp-write": "^0.4.3",
"@turf/bbox": "^7.2.0",
"@turf/boolean-intersects": "^7.2.0",
"@turf/intersect": "^7.2.0",
"@turf/turf": "^7.2.0",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"deck.gl": "8.1.9",
"mapbox-gl": "^2.10.0",
"react": "^18.2.0",
"react-bootstrap": "^2.4.0",
"react-dom": "^18.2.0",
"react-map-gl": "^7.0.16",
"react-map-gl-geocoder": "^2.2.0",
"react-router-dom": "^6.3.0",
"react-scripts": "3.4.1"
},
"scripts": {
"start": "webpack server --mode development",
"build": "webpack",
"staging": "webpack && cp -r public/src/data dist/src/ && rsync -r dist/* trailmap@prep.mapc.org:/var/www/trailmap4",
"production": "webpack && cp -r public/src/data dist/src/ && rsync -r dist/* trailmap@live.mapc.org:/var/www/trailmap4"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^8.1.0",
"css-loader": "^6.7.1",
"dotenv-webpack": "^8.0.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.30.1",
"html-webpack-plugin": "^5.5.0",
"prettier": "2.7.1",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"source-map-loader": "^4.0.0",
"style-loader": "^3.3.1",
"svg-url-loader": "^7.1.1",
"url-loader": "^4.1.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}