-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
50 lines (50 loc) · 1.4 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
{
"name": "notesreview",
"version": "3.0.0",
"description": "An interface for searching and resolving OpenStreetMap notes",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint app/js/**/*.js",
"test": "npm run lint"
},
"author": "ENT8R <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/ENT8R/NotesReview.git"
},
"license": "GPL-3.0",
"dependencies": {
"@github/relative-time-element": "^4.4.3",
"@mapbox/tilebelt": "^2.0.0",
"@mapbox/vector-tile": "^2.0.3",
"@rapideditor/country-coder": "^5.3.0",
"@rapideditor/location-conflation": "^1.4.0",
"@webcomponents/custom-elements": "^1.6.0",
"anchorme": "^2.1.2",
"leaflet": "^1.9.4",
"leaflet-control-geocoder": "^2.4.0",
"leaflet-draw": "^1.0.4",
"leaflet.markercluster": "^1.5.3",
"osm-auth": "^2.5.0",
"pbf": "^4.0.1",
"relative-time-format": "^1.1.6",
"spectre.css": "^0.5.9"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@stylistic/eslint-plugin-js": "^2.9.0",
"dotenv": "^16.4.5",
"eslint": "^9.12.0",
"eslint-plugin-jsdoc": "^50.3.1",
"fast-glob": "^3.3.2",
"globals": "^15.11.0",
"handlebars": "^4.7.8",
"sass": "^1.79.4",
"vite": "^5.4.8",
"vite-plugin-handlebars": "^2.0.0",
"vite-plugin-svg-icons": "^2.0.1"
}
}