-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
53 lines (53 loc) · 1.78 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
{
"name": "projetdumoisfr",
"version": "0.5.0",
"description": "ProjetDuMois.fr est un tableau de bord pour encourager les contributions aux Projets du mois d'OpenStreetMap en France.",
"main": "website/index.js",
"scripts": {
"build:turf": "browserify node_modules/@turf/boolean-contains/index.js -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",
"pbf:update": "rm -f db/11_pbf_update_tmp.sh && node db/10_pbf_update.js",
"features:update": "rm -f db/21_features_update_tmp.sh && node db/20_features_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/vdct/ProjetDuMois.git"
},
"author": "ProjetDuMois.fr",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/vdct/ProjetDuMois/issues"
},
"homepage": "https://github.com/vdct/ProjetDuMois#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"@turf/boolean-contains": "^6.0.1",
"bootstrap": "^4.5.0",
"bootstrap.native": "^3.0.10",
"chart.js": "^2.9.4",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"full-icu": "^1.3.1",
"i18n": "^0.13.2",
"js-yaml": "^3.14.0",
"jstransformer-markdown-it": "^2.1.0",
"maplibre-gl": "^1.15.3",
"mapillary-js": "^4.0.0",
"marked": "^1.1.0",
"node-fetch": "^2.6.7",
"osm-auth": "^2.5.0",
"osm-request": "^2.0.0",
"pg": "^8.5.1",
"pic4carto": "^2.1.12",
"pug": "^3.0.1",
"swiped-events": "^1.1.4",
"tag2link": "^2021.3.21",
"wordcloud": "^1.1.1"
},
"devDependencies": {
"browserify": "^16.5.2"
}
}