-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
69 lines (69 loc) · 1.93 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "can-arcgis",
"version": "3.0.0",
"description": "A configureable mapping app built with canjs",
"main": "index.js",
"scripts": {
"start": "http-server -c-1",
"build": "node build",
"devbundle": "steal-tools bundle --dev",
"postpublish": "git push && git push --tags"
},
"author": "",
"license": "ISC",
"dependencies": {
"arcgis-js-api": "^4.8.1",
"can-3-4-compat": "^1.0.0",
"can-component": "^4.4.0",
"can-define": "^2.5.4",
"can-observation-recorder": "^1.2.0",
"can-queues": "^1.1.2",
"can-reflect": "^1.17.1",
"can-route": "^4.3.0",
"can-stache": "^4.10.0",
"can-util": "^3.12.0",
"esri-loader": "^2.4.0",
"flatpickr": "^4.5.1",
"lodash.debounce": "^4.0.8",
"spectre-canjs": "^3.1.0",
"spectre.css": "^0.5.3",
"steal": "^2.1.0",
"sweetalert2": "^7.26.11"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"can-debug": "^2.0.1",
"eslint": "^5.3.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"http-server": "^0.11.1",
"steal-css": "^1.3.2",
"steal-less": "^1.3.1",
"steal-stache": "^4.1.2",
"steal-tools": "^2.0.0"
},
"steal": {
"plugins": [
"steal-less",
"steal-stache",
"steal-css"
],
"bundle": [
"can-arcgis/config/viewer/viewer",
"can-arcgis/config/basemap/basemap",
"can-arcgis/config/scene/scene",
"can-arcgis/config/group/group",
"can-arcgis/config/widgets/widgets",
"can-arcgis/config/select/select",
"can-arcgis/config/map-image/map-image",
"can-arcgis/config/layerlist-actions/layerlist-actions",
"can-arcgis/config/edit-features/edit-features",
"can-arcgis/config/options-promise/options-promise",
"can-arcgis/config/secure/secure"
],
"paths": {}
}
}