2020-06-24 00:35:19 +02:00
|
|
|
{
|
|
|
|
"name": "mapcomplete",
|
2020-08-17 17:23:15 +02:00
|
|
|
"version": "0.0.5",
|
2020-06-24 00:35:19 +02:00
|
|
|
"description": "A small website to edit OSM easily",
|
|
|
|
"main": "index.js",
|
2020-08-22 12:44:11 +02:00
|
|
|
"disabled:staticFiles": {
|
2020-07-26 19:13:52 +02:00
|
|
|
"staticPath": [
|
|
|
|
{
|
|
|
|
"staticPath": "tiles",
|
2020-08-22 03:15:42 +02:00
|
|
|
"staticOutDir": "./tiles/"
|
2020-07-26 19:13:52 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2020-06-24 00:35:19 +02:00
|
|
|
"scripts": {
|
2020-08-22 12:44:11 +02:00
|
|
|
"start": "parcel *.html UI/** Logic/** assets/** vendor/* vendor/*/*",
|
2020-07-26 19:13:52 +02:00
|
|
|
"generate": "ts-node createLayouts.ts",
|
2020-08-22 03:15:42 +02:00
|
|
|
"build": "rm -rf dist/ && parcel build --public-url ./ *.html assets/** assets/**/** assets/**/**/** vendor/* vendor/*/*",
|
2020-08-22 12:44:11 +02:00
|
|
|
"test": "ts-node test/*"
|
2020-06-24 00:35:19 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"OpenStreetMap",
|
|
|
|
"Editor"
|
|
|
|
],
|
|
|
|
"author": "pietervdvn",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2020-07-26 19:13:52 +02:00
|
|
|
"codegrid-js": "git://github.com/hlaw/codegrid-js.git",
|
2020-07-26 02:01:34 +02:00
|
|
|
"email-validator": "^2.0.4",
|
2020-06-24 00:35:19 +02:00
|
|
|
"jquery": "latest",
|
|
|
|
"leaflet": "^1.6.0",
|
2020-07-26 02:01:34 +02:00
|
|
|
"libphonenumber": "0.0.10",
|
|
|
|
"libphonenumber-js": "^1.7.55",
|
2020-06-24 00:35:19 +02:00
|
|
|
"osm-auth": "^1.0.2",
|
|
|
|
"osmtogeojson": "^3.0.0-beta.4",
|
2020-06-28 23:33:48 +02:00
|
|
|
"parcel": "^1.12.4",
|
|
|
|
"turf": "^3.0.14"
|
2020-06-24 00:35:19 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-07-26 02:01:34 +02:00
|
|
|
"@babel/polyfill": "^7.10.4",
|
2020-07-25 18:00:08 +02:00
|
|
|
"@types/node": "^7.0.5",
|
2020-08-22 12:44:11 +02:00
|
|
|
"assert": "^2.0.0",
|
2020-08-26 15:36:04 +02:00
|
|
|
"canvas": "^2.6.1",
|
2020-08-22 12:44:11 +02:00
|
|
|
"chai": "^4.2.0",
|
2020-07-26 02:01:34 +02:00
|
|
|
"fs": "0.0.1-security",
|
2020-07-26 19:13:52 +02:00
|
|
|
"marked": "^1.1.1",
|
|
|
|
"parcel-plugin-static-files-copy": "^2.4.3",
|
2020-07-26 02:01:34 +02:00
|
|
|
"promise-svg2img": "^0.2.0",
|
2020-07-25 18:00:08 +02:00
|
|
|
"read-file": "^0.2.0",
|
2020-08-22 12:44:11 +02:00
|
|
|
"ts-node": "^9.0.0",
|
2020-07-26 02:01:34 +02:00
|
|
|
"typescript": "^3.9.7",
|
2020-07-25 18:00:08 +02:00
|
|
|
"write-file": "^1.0.0"
|
2020-06-24 00:35:19 +02:00
|
|
|
}
|
|
|
|
}
|