-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 979 Bytes
/
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": "@rapideditor/rapid-standalone",
"version": "2.4.3",
"description": "Rapid, but packaged with all dependencies included",
"repository": "github:rapideditor/rapid-standalone",
"homepage": "https://rapideditor.org",
"keywords": [
"editor",
"openstreetmap"
],
"license": "ISC",
"type": "module",
"main": "dist/rapid.min.js",
"files": [
"dist"
],
"scripts": {
"all": "npm run build",
"build": "node scripts/build.js",
"start": "node scripts/server.js"
},
"dependencies": {
"@openstreetmap/id-tagging-schema": "~6.6.0",
"@rapideditor/rapid": "2.4.2",
"mapillary-js": "^4.1.2",
"maplibre-gl": "^3.6.2",
"name-suggestion-index": "~6.0.20241014",
"osm-community-index": "~5.8.1",
"pannellum": "^2.5.6",
"wmf-sitematrix": "^0.2.0"
},
"devDependencies": {
"chalk": "^5.3.0",
"shelljs": "^0.8.5",
"static-server": "^3.0.0"
},
"publishConfig": {
"access": "public"
}
}