-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.53 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
{
"name": "wiki",
"description": "An Aurelia client application.",
"version": "0.1.0",
"repository": {
"type": "???",
"url": "???"
},
"scripts": {},
"license": "MIT",
"dependencies": {
"@types/gulp": "^4.0.6",
"aurelia-animator-css": "^1.0.4",
"aurelia-bootstrap-datetimepicker": "^1.3.7",
"aurelia-bootstrapper": "^2.3.0",
"aurelia-dialog": "^2.0.0-rc.5",
"aurelia-fetch-client": "^1.8.0",
"aurelia-froala-editor": "^2.9.3",
"bluebird": "^3.5.2",
"bootstrap": "^4.3.1",
"codemirror": "^5.46.0",
"downloadjs": "^1.4.7",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1",
"moment": "^2.24.0",
"requirejs": "^2.3.6",
"text": "github:requirejs/text#latest"
},
"peerDependencies": {},
"devDependencies": {
"@types/bluebird": "^3.5.24",
"@types/jquery": "^3.3.29",
"@types/moment": "^2.13.0",
"@types/node": "^10.11.6",
"aurelia-cli": "^1.0.0-beta.13",
"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",
"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",
"merge2": "^1.2.3",
"minimatch": "^3.0.4",
"through2": "^2.0.3",
"tslint": "^5.11.0",
"typescript": "^3.1.2",
"vinyl-fs": "^3.0.3"
}
}