-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.4 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
{
"name": "aurelia-ionic",
"description": "Aurelia based component library leveraging the ionic framework's CSS",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/benlaan/aurelia-ionic"
},
"license": "MIT",
"dependencies": {
"ionic-angular": "https://registry.npmjs.org/ionic-angular/-/ionic-angular-3.9.2.tgz",
"text": "github:requirejs/text#latest",
"tslib": "^1.9.1"
},
"peerDependencies": {},
"devDependencies": {
"@types/node": "^9.4.7",
"aurelia-bootstrapper": "^2.2.0",
"aurelia-cli": "^0.33.0",
"aurelia-testing": "^1.0.0-beta.4.0.0",
"aurelia-tools": "^2.0.0",
"bluebird": "^3.5.1",
"browser-sync": "^2.23.6",
"connect-history-api-fallback": "^1.5.0",
"debounce": "^1.1.0",
"del": "^3.0.0",
"event-stream": "^3.3.4",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-changed-in-place": "^2.3.0",
"gulp-htmlmin": "^4.0.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-tslint": "^8.1.3",
"gulp-typescript": "^4.0.1",
"gulp-watch": "^5.0.0",
"html-minifier": "^3.5.11",
"lodash": "^4.17.10",
"moment": "^2.22.1",
"minimatch": "^3.0.4",
"requirejs": "^2.3.5",
"through2": "^2.0.3",
"tslint": "^5.9.1",
"typescript": "^2.7.2",
"uglify-js": "^3.3.15",
"vinyl-fs": "^3.0.2"
}
}