-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.92 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
{
"name": "wop",
"version": "1.0.0",
"description": "World of Polygons",
"main": "dist/server.js",
"repository": "git@github.com:pelmers/wop.git",
"author": "Peter Elmers <peter.elmers@yahoo.com>",
"scripts": {
"build": "next build",
"dev": "next dev",
"format": "node_modules/.bin/prettier --ignore-path .gitignore --write '.' '!**/vendor/**/*' '!dist/**/*' '!.code-couplet/**/*'"
},
"license": "MIT",
"devDependencies": {
"@babel/generator": "^7.20.4",
"@mapbox/mapbox-gl-draw": "^1.4.2",
"@mapbox/mapbox-gl-geocoder": "^5.0.1",
"@svgr/webpack": "^8.0.1",
"@turf/turf": "^6.5.0",
"@types/compression": "^1.7.2",
"@types/express": "^4.17.17",
"@types/mapbox-gl": "^2.7.5",
"@types/mapbox__mapbox-gl-draw": "^1.4.0",
"@types/mapbox__mapbox-gl-geocoder": "^4.7.3",
"@types/node": "20.4.5",
"@types/node-fetch": "^2.6.4",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"@types/serve-favicon": "^2.5.4",
"cheap-ruler": "^3.0.2",
"css-loader": "^6.8.1",
"dotenv": "^16.3.1",
"env-cmd": "^10.1.0",
"eslint": "8.45.0",
"eslint-config-next": "13.4.12",
"mapbox-gl": "^2.10.0",
"mapbox-gl-draw-circle": "^1.1.2",
"next": "^13.4.12",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"source-map-loader": "^4.0.0",
"style-loader": "^3.3.3",
"ts-loader": "^9.3.1",
"typescript": "^4.8.3",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "^4.10.0",
"webpack-node-externals": "^2.5.2"
},
"dependencies": {
"@xmldom/xmldom": "^0.8.10",
"compression": "^1.7.4",
"console-stamp": "^3.1.1",
"io-ts": "^2.2.20",
"node-fetch": "^2",
"osmtogeojson": "^3.0.0-beta.5",
"serve-favicon": "^2.5.0",
"tmp": "^0.2.1",
"tmp-promise": "^3.0.3",
"turf-line-slice-at-intersection": "^1.0.1"
}
}