-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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
{
"name": "@esri/hub-text-notes-layer",
"version": "4.0.0",
"description": "Custom JSAPI layer for Hub text notes",
"module": "dist/HubTextNotesLayer.mjs",
"scripts": {
"build": "rollup -c rollup.config.js",
"prepare": "npm run build",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/esridc/HubTextNotesLayer.git"
},
"files": [
"dist"
],
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@arcgis/core": "~4.28.0",
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.10.3",
"@rollup/plugin-babel": "^5.0.4",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-node-resolve": "^8.1.0",
"chai": "^4.2.0",
"core-js": "^3.6.5",
"karma": "^5.0.2",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.0",
"karma-mocha-reporter": "^2.2.5",
"karma-rollup-preprocessor": "^7.0.5",
"mocha": "^7.1.2",
"rollup": "^2.18.0",
"rollup-plugin-terser": "^5.3.0"
},
"peerDependencies": {
"@arcgis/core": "~4.28.0"
}
}