forked from ENT8R/NotesReview
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.19 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
{
"name": "NotesReview",
"version": "3.0.0",
"description": "An interface for searching and resolving OpenStreetMap notes",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint app/js/**.js",
"test": "npm run lint"
},
"author": "ENT8R <info.ent8r@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/ENT8R/NotesReview.git"
},
"license": "GPL-3.0",
"dependencies": {
"@github/time-elements": "^3.1.2",
"@ideditor/country-coder": "^5.0.3",
"@mapbox/tilebelt": "^1.0.2",
"@mapbox/vector-tile": "^1.3.1",
"@webcomponents/custom-elements": "^1.5.0",
"abortcontroller-polyfill": "^1.7.3",
"anchorme": "^2.1.2",
"leaflet": "^1.7.1",
"leaflet-control-geocoder": "^2.4.0",
"leaflet.markercluster": "^1.5.3",
"osm-auth": "^1.1.1",
"pbf": "^3.2.1",
"relative-time-format": "^1.0.7",
"spectre.css": "^0.5.9"
},
"devDependencies": {
"dotenv": "^16.0.0",
"eslint": "^8.10.0",
"fast-glob": "^3.2.11",
"handlebars": "^4.7.7",
"sass": "^1.49.9",
"vite": "^2.8.4",
"vite-plugin-handlebars": "^1.6.0",
"vite-plugin-svg-icons": "^2.0.1"
}
}