-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
49 lines (49 loc) · 1.21 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
{
"name": "react-leaflet-pixi-overlay",
"version": "3.0.2",
"description": "",
"main": "build/PixiOverlay.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/knapcio/react-leaflet-pixi-overlay.git"
},
"author": "Zbigniew Majewski",
"license": "MIT",
"bugs": {
"url": "https://github.com/knapcio/react-leaflet-pixi-overlay/issues"
},
"homepage": "https://github.com/knapcio/react-leaflet-pixi-overlay#readme",
"prettier": {
"prettier.eslintIntegration": false,
"semi": true,
"trailingComma": "all",
"singleQuote": false,
"printWidth": 80,
"tabWidth": 2
},
"dependencies": {
"leaflet-pixi-overlay": "^1.8.1",
"pixi.js": "^5.2.0"
},
"peerDependencies": {
"leaflet": ">=1.7.1",
"react": ">=16.8.0",
"react-leaflet": ">=3.2.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"leaflet": "^1.7.1",
"react": "^16.12.0",
"react-dom": "16.12.0",
"react-leaflet": "^3.2.2"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}