-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.35 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
{
"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.2",
"@types/arcgis-js-api": "^4.9.0",
"autoprefixer": "^6.3.6",
"dojo-typings": "^1.11.9",
"grunt": "^1.0.3",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^2.1.0",
"grunt-tslint": "^5.0.2",
"npm-run-all": "^4.1.3",
"postcss-normalize-charset": "^1.1.0",
"tslint": "^5.11.0",
"typescript": "^2.9.2"
},
"scripts": {
"start": "npm-run-all --parallel watch:grunt watch:ts",
"watch:grunt": "grunt watch",
"watch:ts": "tsc --watch",
"lint": "grunt lint"
}
}