-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 987 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 987 Bytes
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
{
"name": "bikejc-maps",
"description": "Jersey City bike lane, road, and ward maps",
"homepage": "https://maps.bikejc.org",
"version": "0.1.0",
"license": "MIT",
"author": "Ryan Williams <ryan@runsascoded.com",
"scripts": {
"dev": "next dev",
"build": "next build",
"gha-export": "next build && touch out/.nojekyll",
"start": "next start"
},
"dependencies": {
"fast-xml-parser": "^4.0.8",
"leaflet": "^1.9.3",
"lodash": "^4.17.21",
"next": "^13.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-leaflet": "^4.2.1",
"sass": "^1.5.1",
"scss": "^0.2.4",
"seedrandom": "^3.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/bikejc/maps"
},
"bugs": {
"url": "https://github.com/bikejc/maps/issues"
},
"devDependencies": {
"@types/node": "^18.0.4",
"@types/react": "^18.2.0",
"commander": "^12.0.0",
"puppeteer": "^21.11.0",
"typescript": "^4.7.4"
}
}