-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
79 lines (79 loc) · 2.46 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
{
"name": "riskmap",
"description": "RiskMap client application.",
"version": "1.0.3",
"repository": {
"type": "git",
"url": "git+https://github.com/urbanriskmap/riskmap"
},
"scripts": {
"start": "au run --env dev --watch --dep $DEP",
"test": "au build --env dev --dep pb",
"build": "rm -rf scripts/* && au build --env prod --dep $DEP",
"build-stage": "rm -rf scripts/* && au build --env stage --dep $DEP",
"build-dev": "rm -rf scripts/* && au build --env dev --dep $DEP"
},
"license": "GPL-3.0",
"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",
"chart.js": "2.7.2",
"jquery": "3.2.1",
"leaflet": "1.0.3",
"less": "^3.8.1",
"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.4.0.0",
"aurelia-tools": "2.0.0",
"babel-eslint": "8.2.2",
"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.26.0",
"browser-sync": "^2.26.0",
"canned": "0.3.10",
"connect-history-api-fallback": "1.5.0",
"gulp": "^4.0.0",
"gulp-babel": "7.0.1",
"gulp-changed-in-place": "2.2.0",
"gulp-cli": "2.0.1",
"gulp-eslint": "4.0.2",
"gulp-file": "0.4.0",
"gulp-flatten": "0.4.0",
"gulp-less": "4.0.0",
"gulp-notify": "3.2.0",
"gulp-plumber": "1.2.0",
"gulp-rename": "1.2.2",
"gulp-sourcemaps": "2.6.4",
"jasmine-core": "3.1.0",
"karma": "2.0.0",
"karma-babel-preprocessor": "7.0.0",
"karma-browserstack-launcher": "^1.3.0",
"karma-chrome-launcher": "2.1.1",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "1.1.0",
"karma-jasmine": "1.1.1",
"minimatch": "3.0.4",
"notifyjs-browser": "0.4.2",
"protractor": "^5.4.1",
"through2": "2.0.3",
"topojson-client": "3.0.0",
"uglify-js": "3.3.13",
"vinyl-fs": "3.0.2"
}
}