-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.08 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
{
"name": "ninjagoat-map",
"version": "3.9.0",
"dependencies": {
"circle-to-polygon": "~1.0.0",
"inversify": "^4.3.0",
"leaflet": "1.7.1",
"leaflet-draw": "~1.0.2",
"leaflet-geosearch": "^3.6.1",
"lodash": "^4.17.5",
"prop-types": "^15.5.8",
"react-leaflet": "~1.8.2",
"react-leaflet-control": "~1.4.1",
"reflect-metadata": "0.1.8",
"rx": "~4.1.0"
},
"devDependencies": {
"@types/expect.js": "~0.3.29",
"@types/geojson": "~7946.0.0",
"@types/leaflet": "~1.2.5",
"@types/leaflet-draw": "~0.4.10",
"@types/lodash": "^4.14.156",
"@types/mocha": "~2.2.34",
"@types/node": "^14.0.13",
"@types/react": "16.0.36",
"@types/react-leaflet": "~1.1.4",
"expect.js": "~0.3.1",
"jsdom": "~9.12.0",
"jsdom-global": "~2.1.1",
"typemoq": "~1.2.1",
"typescript": "^3.9.5"
},
"peerDependencies": {
"ninjagoat": "^4.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"scripts": {
"test": "smild test"
},
"main": "dist",
"typings": "dist",
"files": [
"dist",
"styles"
]
}