This repository was archived by the owner on Dec 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.41 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
{
"name": "esri-loader-react",
"version": "2.0.3",
"description": "A React component wrapper for esri-loader.",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"es",
"lib",
"umd"
],
"scripts": {
"prepublish": "nwb build-react-component",
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server"
},
"peerDependencies": {
"esri-loader": ">=1.5.x || 2.x",
"prop-types": "^15.x",
"react": "15.x || 16.x"
},
"devDependencies": {
"esri-loader": "^2.10.0",
"expect": "^23.6.0",
"nwb": "^0.23.0",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-syntax-highlighter": "^8.1.0",
"react-test-renderer": "^16.9.0",
"chai": "^4.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"sinon": "^5.1.1"
},
"author": "Dave Timmins <dwtimmins@outlook.com>",
"homepage": "https://github.com/davetimmins/esri-loader-react/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/davetimmins/esri-loader-react.git"
},
"bugs": {
"url": "https://github.com/davetimmins/esri-loader-react/issues"
},
"keywords": [
"esri-loader esri arcgis react react-component"
]
}