-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.91 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.91 KB
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
{
"name": "podoma",
"version": "0.5.0",
"description": "Podoma is a powerful, full-featured, engine and dashboard for getting precise statistics about OpenStreetMap community contributions over specific topics.",
"engines": {
"node": ">=24.0.0"
},
"main": "website/index.js",
"scripts": {
"build:turf": "browserify node_modules/@turf/boolean-contains/dist/cjs/index.cjs -s turf > website/static/turf.js",
"start": "node --icu-data-dir=node_modules/full-icu website/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"features:update": "rm -f db/11_features_update_tmp.sh && node db/10_features_update.js",
"changes:update": "rm -f db/21_changes_update_tmp.sh && node db/20_changes_update.js",
"projects:update": "rm -f db/31_projects_update_tmp.sh && node db/30_projects_update.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/osm-fr/podoma.git"
},
"author": "Podoma",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/osm-fr/podoma/issues"
},
"homepage": "https://github.com/osm-fr/podoma",
"dependencies": {
"@fortawesome/fontawesome-free": "^7.1.0",
"@panoramax/web-viewer": "^4.2.0",
"@turf/boolean-contains": "^7.2.0",
"bootstrap": "^4.6.2",
"bootstrap.native": "^4.2.0",
"chart.js": "^4.5.1",
"chartjs-adapter-moment": "^1.0.1",
"compression": "^1.8.1",
"cors": "^2.8.5",
"express": "^5.2.0",
"full-icu": "^1.5.0",
"i18n": "^0.15.3",
"js-yaml": "^4.1.1",
"jstransformer-markdown-it": "^3.0.0",
"mapillary-js": "^4.1.2",
"maplibre-gl": "^5.12.0",
"marked": "^17.0.0",
"moment": "^2.30.1",
"node-fetch": "^3.3.2",
"osm-auth": "^3.1.1",
"osm-request": "^2.0.0",
"pg": "^8.16.3",
"pug": "^3.0.3",
"swiped-events": "^1.2.0",
"tag2link": "^2025.10.21",
"wordcloud": "^1.2.3"
},
"devDependencies": {
"browserify": "^17.0.1"
}
}