-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 1.18 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
{
"name": "react-leaflet-geoman-v2",
"version": "1.0.1",
"description": "React wrapper for the leaflet-geoman plugin",
"repository": "https://github.com/TurtIeSocks/react-leaflet-geoman",
"author": "TurtIeSocks <58572875+TurtIeSocks@users.noreply.github.com>",
"license": "MIT",
"private": false,
"files": [
"dist"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "vite",
"build": "vite build",
"build:ts": "tsc --project tsconfig.build.json"
},
"devDependencies": {
"@geoman-io/leaflet-geoman-free": "^2.14.2",
"@rollup/plugin-typescript": "^8.4.0",
"@types/leaflet": "^1.7.11",
"@types/node": "^18.7.13",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.1",
"geojson": "^0.5.0",
"leaflet": "^1.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.0.2",
"typescript": "^4.6.3",
"vite": "^3.0.8",
"vite-plugin-checker": "^0.4.9"
},
"peerDependencies": {
"@geoman-io/leaflet-geoman-free": "^2.14.2",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-leaflet": "^4"
}
}