-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 911 Bytes
/
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
{
"name": "typescript_widget_templates",
"version": "1.0.1",
"description": "Getting up to speed with TypeScript and the ArcGIS API for JavaScript in just a few minutes.",
"main": "gulpfile.js",
"scripts": {
"build": "tsc --build",
"watch": "tsc --build -w",
"clean": "tsc --build --clean"
},
"repository": {
"type": "git",
"url": "https://github.com/EsriDE/typescript-widget-templates.git"
},
"keywords": [
"wab",
"javascript",
"typescript",
"templates",
"jsapi3",
"jsapi4",
"esri",
"arcgis"
],
"author": "Stephan Mendler, Niklas Köhn",
"license": "UNLICENSED",
"devDependencies": {
"@types/arcgis-js-api": "^3.40.0",
"@types/dojo": "^1.9.43",
"browser-sync": "^2.27.10",
"gulp": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^5.0.1",
"jsonfile": "^5.0.0",
"typescript": "^4.7.4"
}
}