forked from urbanriskmap/cognicity-cards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 3.18 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "cognicity-cards",
"description": "Client input cards for crowd sourced disaster mapping applications.",
"version": "1.1.0",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/urbanriskmap/cognicity-cards"
},
"scripts": {
"start": "rm -rf src/routes/_route_handlers/* && au run --env dev --dep $DEP --watch",
"test": "au build",
"build": "rm -rf src/routes/_route_handlers/* scripts/* && au build --env prod --dep $DEP",
"build-stage": "rm -rf src/routes/_route_handlers/* scripts/* && au build --env stage --dep $DEP",
"build-dev": "rm -rf src/routes/_route_handlers/* scripts/* && au build --env dev --dep $DEP",
"docs": "node_modules/.bin/esdoc"
},
"esdoc": {
"source": "./src",
"destination": "./esdoc/",
"plugins": [
{
"name": "esdoc-standard-plugin"
},
{
"name": "esdoc-ecmascript-proposal-plugin",
"option": {
"decorators": true
}
}
],
"option": {
"lint": {
"enable": true
},
"coverage": {
"enable": true
}
}
},
"dependencies": {
"aurelia-animator-css": "^1.0.2",
"aurelia-bootstrapper": "^2.1.1",
"aurelia-fetch-client": "^1.1.2",
"aurelia-http-client": "^1.1.1",
"aurelia-protractor-plugin": "^1.0.3",
"bluebird": "^3.5.0",
"esdoc": "^1.1.0",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"gulp-filter": "^5.0.1",
"gulp-replace": "^0.6.1",
"jquery": "^3.4.1",
"leaflet": "^1.0.3",
"less": "^3.8.0",
"nprogress": "^0.2.0",
"requirejs": "^2.3.3",
"text": "github:requirejs/text#latest",
"whatwg-fetch": "^2.0.3"
},
"peerDependencies": {},
"devDependencies": {
"aurelia-cli": "^0.35.1",
"aurelia-testing": "^1.0.0-beta.3.0.1",
"aurelia-tools": "^1.0.0",
"babel-eslint": "^7.2.3",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-amd": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-register": "^6.24.1",
"browser-sync": "^2.26.7",
"canned": "^0.3.10",
"connect-history-api-fallback": "^1.3.0",
"gulp": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-changed-in-place": "^2.2.0",
"gulp-cli": "^2.0.1",
"gulp-eslint": "^3.0.1",
"gulp-flatten": "^0.3.1",
"gulp-less": "^4.0.1",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.0",
"jasmine-core": "^2.6.1",
"karma": "^2.0.5",
"karma-babel-preprocessor": "^6.0.1",
"karma-browserstack-launcher": "^1.5.1",
"karma-chrome-launcher": "^2.1.1",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"minimatch": "^3.0.4",
"notifyjs-browser": "^0.4.2",
"through2": "^2.0.3",
"topojson-client": "^3.0.0",
"uglify-js": "~2.7.5",
"vinyl-fs": "^2.4.4"
}
}