-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.13 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": "arcgis-map-thumbnail-builder",
"version": "1.0.0",
"description": "Generates thumbnail images from ArcGIS Online web maps.",
"main": "index.html",
"scripts": {
"prepare": "webpack",
"start": "webpack-dev-server --open"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/WSDOT-GIS/arcgis-map-thumbnail-builder.git"
},
"keywords": [
"arcgis",
"thumbnail",
"image",
"canvas"
],
"author": "WSDOT",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/WSDOT-GIS/arcgis-map-thumbnail-builder/issues"
},
"homepage": "https://github.com/WSDOT-GIS/arcgis-map-thumbnail-builder#readme",
"dependencies": {},
"devDependencies": {
"@types/arcgis-js-api": "^3.24.0",
"@types/dojo": "^1.9.40",
"awesome-typescript-loader": "^5.0.0",
"hard-source-webpack-plugin": "^0.6.7",
"prettier": "^1.12.1",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.12.0",
"tslint-plugin-prettier": "^1.3.0",
"typescript": "^2.8.3",
"webpack": "^4.8.3",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^5.0.2"
}
}