forked from Esri/attachment-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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
46
47
{
"name": "attachment-viewer",
"version": "0.0.1",
"description": "Provide an immersive experience to review locations, feature information and photos with geographic locations (as attachments or files) in an easy to understand way for the viewer.",
"author": "Ryan Libed",
"license": "SEE LICENSE IN license.txt",
"main": "./index.html",
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"Esri",
"esrijs",
"ArcGIS",
"gis",
"JavaScript",
"TypeScript"
],
"devDependencies": {
"@esri/application-base-js": "0.0.5",
"@types/arcgis-js-api": "^4.14.0",
"autoprefixer": "^6.3.6",
"cpx": "^1.5.0",
"dojo-typings": "^1.11.9",
"grunt": "^1.3.0",
"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",
"node-sass": "^4.13.1",
"npm-run-all": "^4.1.5",
"postcss-normalize-charset": "^1.1.0",
"tslint": "^5.20.1",
"typescript": "^3.9.3"
},
"scripts": {
"start": "npm-run-all --parallel watch:grunt watch:ts",
"watch:grunt": "grunt watch",
"watch:ts": "tsc --watch",
"lint": "grunt lint"
},
"dependencies": {
"tslib": "^2.0.0"
}
}