-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.21 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
{
"name": "cognicity-rem-v3",
"description": "Cognicity REM Web Client v3",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/urbanriskmap/cognicity-rem-v3"
},
"scripts": {
"start": "au run --env dev --watch",
"test": "echo No tests are available",
"build": "rm -rf scripts/* && au build --env prod",
"build-dev": "rm -rf scripts/* && au build --env dev"
},
"license": "MIT",
"dependencies": {
"au-table": "^0.1.12",
"aurelia-animator-css": "^1.0.0",
"aurelia-bootstrapper": "^1.0.0",
"aurelia-fetch-client": "^1.1.0",
"aurelia-i18n": "^1.2.3",
"bluebird": "^3.4.1",
"bootstrap": "^3.3.7",
"chart.js": "^2.7.2",
"i18next": "^4.1.4",
"i18next-xhr-backend": "^1.2.1",
"jquery": "^3.1.1",
"jwt-decode": "^2.1.0",
"leaflet": "^1.0.2",
"nprogress": "^0.2.0",
"requirejs": "^2.3.2",
"text": "github:requirejs/text#latest",
"topojson-client": "^2.1.0",
"whatwg-fetch": "^2.0.1"
},
"peerDependencies": {},
"devDependencies": {
"aurelia-cli": "^0.35.1",
"aurelia-testing": "^1.0.0-beta.2.0.0",
"aurelia-tools": "^0.2.2",
"babel-eslint": "^6.0.4",
"babel-plugin-syntax-flow": "^6.8.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-amd": "^6.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-stage-1": "^6.5.0",
"babel-register": "^6.9.0",
"browser-sync": "^2.26.0",
"connect-history-api-fallback": "^1.2.0",
"gulp": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-changed-in-place": "^2.0.3",
"gulp-eslint": "^2.0.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.4",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"minimatch": "^3.0.2",
"through2": "^2.0.1",
"uglify-js": "^2.6.3",
"vinyl-fs": "^2.4.3"
}
}