-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.8 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.8 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@somarmeteorologia/react-leaflet-markers",
"description": "",
"version": "1.0.2",
"homepage": "https://github.com/somarmeteorologia/react-leaflet-markers#readme",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.m.js",
"source": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/somarmeteorologia/react-leaflet-markers.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/somarmeteorologia/react-leaflet-markers/issues"
},
"scripts": {
"build": "microbundle --jsx React.createElement --sourcemap false --target web",
"test": "jest --verbose --coverage --silent",
"publish": "yarn build",
"example": "parcel ./example/index.html --out-dir demo"
},
"peerDependencies": {
"leaflet": "^1.5.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-leaflet": "^2.4.0"
},
"dependencies": {
"ramda": "^0.26.1",
"rbush": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"babel-jest": "^24.0.0",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"eslint": "^5.16.0",
"eslint-plugin-react-hooks": "^1.6.0",
"jest": "^24.1.0",
"leaflet": "^1.5.1",
"microbundle": "^0.11.0",
"parcel-bundler": "^1.12.3",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-leaflet": "^2.4.0",
"react-testing-library": "^8.0.1",
"styled-components": "^4.3.2"
},
"jest": {
"modulePaths": [
"<rootDir>"
],
"moduleDirectories": [
"node_modules",
"src"
]
},
"directories": {
"example": "example"
},
"author": ""
}