-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (35 loc) · 1.01 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
{
"name": "mbta-historic-mapping",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "webpack",
"watch": "webpack watch",
"serve": "http-server dist -p 1234",
"start": "npm run build && npm run serve",
"osm-to-geojson": "osmtogeojson assets/export.osm > assets/export.geojson"
},
"author": "Jonathan Edelman",
"license": "ISC",
"devDependencies": {
"npm-check-updates": "^16.10.2",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@types/leaflet": "^1.9.3",
"typescript": "^5.0.3",
"eslint": "^8.37.0",
"lint-staged": "^13.2.0",
"prettier": "^2.8.7",
"eslint-config-prettier": "^8.8.0",
"prettier-plugin-organize-imports": "^3.2.2",
"css-loader": "^6.7.3",
"style-loader": "^3.3.2",
"ts-loader": "^9.4.2",
"copy-webpack-plugin": "^11.0.0",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1",
"osmtogeojson": "^3.0.0-beta.5",
"http-server": "^14.1.1",
"leaflet": "^1.9.3"
}
}