-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 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": "bridge-clearance",
"version": "1.0.0",
"description": "WSDOT Bridge Clearance application",
"main": "index.html",
"dependencies": {},
"devDependencies": {
"@esri/arcgis-rest-common-types": "^1.4.2",
"@types/arcgis-js-api": "^3.25.0",
"@types/bootstrap": "^3.3.39",
"@types/dojo": "^1.9.40",
"@types/jquery": "^3.3.4",
"awesome-typescript-loader": "^5.2.0",
"bootstrap": "^3.4.1",
"jquery": "^3.5.0",
"mobile-detect": "^1.4.2",
"prettier": "^1.13.7",
"source-map": "^0.7.3",
"terraformer": "^1.0.9",
"terraformer-arcgis-parser": "^1.0.5",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.13.0",
"tslint-plugin-prettier": "^1.3.0",
"typescript": "^2.9.2",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"wsdot-elc": "^4.0.0-0"
},
"scripts": {
"prepare": "webpack",
"watch": "webpack -w"
},
"keywords": [
"wsdot",
"bridge",
"clearance",
"vertical"
],
"private": true,
"author": "WSDOT",
"license": "Unlicense"
}