-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.7 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
{
"name": "webelexis-v3",
"description": "An Aurelia client application.",
"version": "0.1.0",
"repository": {
"type": "???",
"url": "???"
},
"license": "MIT",
"dependencies": {
"aurelia-animator-css": "^1.0.2",
"aurelia-bootstrapper": "^2.1.1",
"aurelia-dialog": "^1.0.0-rc.2.0.0",
"aurelia-http-client": "^1.2.1",
"aurelia-i18n": "^2.1.2",
"bluebird": "^3.4.1",
"bootstrap": "^4.1.1",
"fhirclient": "^0.1.12",
"i18next": "^11.2.3",
"i18next-xhr-backend": "^1.5.1",
"jquery": "^3.3.1",
"moment": "^2.22.1",
"pikaday": "^1.7.0",
"requirejs": "^2.3.2",
"text": "github:requirejs/text#latest"
},
"peerDependencies": {},
"devDependencies": {
"aurelia-cli": "^0.31.3",
"aurelia-testing": "^1.0.0-beta.3.0.1",
"aurelia-tools": "^1.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"minimatch": "^3.0.2",
"through2": "^2.0.1",
"uglify-js": "^3.0.19",
"vinyl-fs": "^2.4.3",
"event-stream": "^3.3.3",
"gulp-typescript": "^3.1.4",
"gulp-tslint": "^5.0.0",
"tslint": "^3.11.0",
"typescript": ">=1.9.0-dev || ^2.0.0",
"@types/node": "^6.0.45",
"gulp-sass": "^3.1.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-typescript-preprocessor": "^0.2.1",
"@types/jasmine": "^2.2.0",
"browser-sync": "^2.13.0",
"connect-history-api-fallback": "^1.2.0",
"debounce": "^1.0.2",
"gulp-changed-in-place": "^2.0.3",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-notify": "^2.2.0",
"gulp-watch": "^4.3.11"
}
}