-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.77 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.77 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"_from": "mapir-react-component@2.0.7",
"_id": "mapir-react-component@2.0.7",
"_inBundle": false,
"_integrity": "sha512-xh1IY2laBWHlbKy08ohmHSGvknSHvLi10wIxVKvUKlSq2TCaqiSXdErGsAFJ3I3YcDMPiwGmA+dhjOOJtMI2sA==",
"_location": "/mapir-react-component",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mapir-react-component@2.0.7",
"name": "mapir-react-component",
"escapedName": "mapir-react-component",
"rawSpec": "2.0.7",
"saveSpec": null,
"fetchSpec": "2.0.7"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/mapir-react-component/-/mapir-react-component-2.0.7.tgz",
"_shasum": "a0a8e12de4f4964c025b8ab134a3711c4d33e3e7",
"_spec": "mapir-react-component@2.0.7",
"_where": "/Users/reyhane/Documents/Shiveh/demo",
"author": {
"name": "reyhane masumi",
"email": "r.masumi94@gmail.com"
},
"bugs": {
"url": "https://github.com/map-ir/mapir-react-component/issues"
},
"bundleDependencies": false,
"dependencies": {
"@mapbox/mapbox-gl-draw": "^1.3.0",
"mapbox-gl": "^1.13.1",
"react-mapbox-gl": "^5.1.1",
"react-mapbox-gl-draw": "^2.0.4"
},
"deprecated": false,
"description": "<a href=\"https://www.corp.map.ir\"> <img src=\"https://map.ir/css/images/site-logo.svg\" width=\"500\"/> </a>",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"autoprefixer": "^10.3.4",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.0",
"istanbul": "^0.4.5",
"rollup": "^2.56.3",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.1",
"postcss": "^8.3.6"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"homepage": "https://github.com/map-ir/mapir-react-component#readme",
"keywords": [
"mapir",
"react",
"npm",
"module",
"node",
"javascript"
],
"license": "MIT",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"browser": "dist/index.js",
"style": "dist/index.css",
"files": [
"dist"
],
"name": "mapir-react-component",
"presets": [
"es2015",
"react"
],
"repository": {
"type": "git",
"url": "git+https://github.com/map-ir/mapir-react-component.git"
},
"scripts": {
"build": "rollup -c",
"lint": "eslint src test"
},
"version": "2.0.7"
}