-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "demo-routes-connected-to-segment",
"version": "0.0.1",
"description": "Template for ArcGIS API single page application",
"main": "index.js",
"scripts": {
"prepare": "webpack",
"watch": "webpack -w",
"lint": "eslint . --ext .ts --fix",
"ghpages": "gh-pages --remove node_modules --dist ."
},
"author": "Jeff Jacobson",
"private": true,
"license": "Unlicense",
"devDependencies": {
"@types/arcgis-js-api": "^4.18.0",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"eslint": "^7.17.0",
"gh-pages": "^3.1.0",
"source-map": "^0.7.3",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"webpack": "^5.12.3",
"webpack-cli": "^4.3.1",
"wsdot-elc": "^4.0.0-0"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/WSDOT-GIS/arcgis-2d-spa-template.git"
},
"keywords": [
"arcgis",
"template",
"WSDOT",
"map",
"spa",
"single-page-app"
],
"bugs": {
"url": "https://github.com/WSDOT-GIS/arcgis-2d-spa-template/issues"
},
"homepage": "https://github.com/WSDOT-GIS/arcgis-2d-spa-template#readme"
}