-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 943 Bytes
/
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
{
"name": "leaflet-freie-tonne",
"version": "2.0.1",
"description": "Leaflet layer for FreieTonne natical features overlay.",
"type": "module",
"main": "./dist/L.FreieTonne.js",
"types": "./dist/L.FreieTonne.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/FacilMap/Leaflet.FreieTonne.git"
},
"license": "BSD-2-Clause",
"files": [
"example.html",
"dist",
"src",
"README.md",
"LICENSE"
],
"scripts": {
"build": "vite build",
"clean": "rimraf dist",
"dev-server": "vite",
"check-types": "tsc --noEmit"
},
"devDependencies": {
"@types/leaflet": "^1.9.8",
"@types/node": "^20.10.5",
"leaflet": "^1.9.4",
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-css-injected-by-js": "^3.3.1",
"vite-plugin-dts": "^3.6.4"
},
"peerDependencies": {
"leaflet": "x"
},
"packageManager": "[email protected]"
}