-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
50 lines (50 loc) · 1.39 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
50
{
"name": "configurable-app-examples-4x-js",
"version": "0.0.3",
"description": "Example configurable applications using the 4x ArcGIS JavaScript Application Base",
"author": "Matt Driscoll <[email protected]>",
"homepage": "https://github.com/Esri/configurable-app-examples-4x-js",
"license": "SEE LICENSE IN license.txt",
"main": "webmap-ts/index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/Esri/configurable-app-examples-4x-js.git"
},
"keywords": [
"Esri",
"esrijs",
"ArcGIS",
"gis",
"JavaScript",
"TypeScript"
],
"devDependencies": {
"@esri/application-base-js": "0.0.12",
"@types/arcgis-js-api": "^4.16.0",
"autoprefixer": "^9.8.5",
"diff": "^4.0.2",
"dojo-typings": "^1.11.11",
"grunt": "^1.3.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.1.0",
"grunt-tslint": "^5.0.2",
"node-sass": "^4.14.1",
"npm-run-all": "^4.1.5",
"postcss-normalize-charset": "^4.0.1",
"tslint": "^6.1.2",
"typescript": "^3.9.6",
"updtr": "3.1.0"
},
"scripts": {
"deps:update": "updtr",
"start": "npm-run-all --parallel watch:grunt watch:ts",
"watch:grunt": "grunt watch",
"watch:ts": "tsc --watch",
"lint": "grunt lint"
},
"dependencies": {
"@esri/calcite-app-components": "^6.1.0"
}
}