-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.48 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.48 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
{
"name": "notesreview",
"version": "3.0.0",
"description": "An interface for searching and resolving OpenStreetMap notes",
"type": "module",
"scripts": {
"dev": "vite --configLoader native",
"build": "vite build --configLoader native",
"serve": "vite preview --configLoader native",
"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": {
"@badgateway/oauth2-client": "^3.3.1",
"@geoman-io/leaflet-geoman-free": "^2.19.2",
"@github/relative-time-element": "^5.0.0",
"@mapbox/tilebelt": "^2.0.3",
"@mapbox/vector-tile": "^2.0.4",
"@rapideditor/country-coder": "^5.6.1",
"@rapideditor/location-conflation": "^2.0.1",
"leaflet": "^1.9.4",
"leaflet-control-geocoder": "^3.3.1",
"leaflet.markercluster": "^1.5.3",
"linkify-string": "^4.3.2",
"linkifyjs": "^4.3.2",
"pbf": "^4.0.1",
"spectre.css": "^0.5.9"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"@vitejs/plugin-basic-ssl": "^2.3.0",
"dotenv": "^17.3.1",
"eslint": "^10.1.0",
"eslint-plugin-jsdoc": "^62.8.1",
"fast-glob": "^3.3.3",
"globals": "^17.4.0",
"handlebars": "^4.7.9",
"sass": "^1.98.0",
"vite": "^8.0.3",
"vite-plugin-handlebars": "^2.0.0",
"vite-plugin-svg-icons-ng": "^1.6.3"
}
}