-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 1002 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
{
"name": "webmap-hover-template",
"version": "0.0.1",
"main": "init.js",
"description": "Configurable app that provides option for popup on hover",
"keywords": [
"Esri",
"ArcGIS",
"TypeScript"
],
"dependencies": {
"@esri/application-base-js": "0.0.2",
"moment": "^2.24.0",
"node-sass": "^4.9.3",
"npm": "^6.13.1",
"npm-run-all": "^4.1.5",
"typescript": "^3.7.4"
},
"devDependencies": {
"calcite-web": "github:Esri/calcite-web#v1.0.1",
"@types/arcgis-js-api": "^4.12.0",
"cpx": "^1.5.0",
"dojo-typings": "^1.11.9"
},
"scripts": {
"copy:node_modules": "cpx './node_modules/@esri/**/*.ts' ./src/app",
"start": "npm-run-all --parallel watch:sass watch:ts",
"watch:ts": "tsc --watch",
"watch:sass": "./node_modules/.bin/node-sass --watch ./src/styles -o ./dist/styles",
"share:sass": "node-sass --watch ./src/app/Components/Share/css -o ./dist/app/Components/Share/css"
},
"author": "",
"license": "ISC"
}