-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.29 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
{
"name": "communicationviaservices",
"description": "An Aurelia client application.",
"version": "0.1.0",
"repository": {
"type": "???",
"url": "???"
},
"license": "MIT",
"dependencies": {
"aurelia-animator-css": "^1.0.4",
"aurelia-bootstrapper": "^2.3.0",
"aurelia-dialog": "^2.0.0-rc.5",
"aurelia-event-aggregator": "^1.0.2",
"aurelia-router": "^1.6.3",
"aurelia-store": "^1.3.3",
"aurelia-toolbelt": "^1.2.2",
"bluebird": "^3.5.2",
"requirejs": "^2.3.6",
"text": "github:requirejs/text#latest",
"webpack": "4.12.0"
},
"peerDependencies": {},
"devDependencies": {
"@types/node": "^10.11.6",
"aurelia-cli": "^1.0.0-beta.3",
"aurelia-testing": "^1.0.0",
"aurelia-tools": "^2.0.0",
"browser-sync": "^2.26.0",
"connect-history-api-fallback": "^1.5.0",
"debounce": "^1.2.0",
"event-stream": "^4.0.1",
"gulp": "^4.0.0",
"gulp-changed-in-place": "^2.3.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-tslint": "^8.1.3",
"gulp-typescript": "^5.0.0-alpha.3",
"gulp-watch": "^5.0.1",
"minimatch": "^3.0.4",
"through2": "^2.0.3",
"tslint": "^5.11.0",
"typescript": "^3.1.2",
"vinyl-fs": "^3.0.3"
}
}