-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.65 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "aurelia-ts-systemjs-gulp4-skeleton",
"version": "1.0.0",
"description": "Aurelia, TypeScript, SystemJs and Gulp 4",
"keywords": [
"aurelia",
"systemjs",
"gulp4",
"typescript"
],
"license": "CC0-1.0",
"author": "N.N.",
"main": "dist/main.js",
"browserslist": [
"Android >= 2.3",
"BlackBerry >= 7",
"Chrome >= 9",
"Firefox >= 4",
"Explorer >= 11",
"iOS >= 5",
"Opera >= 11",
"Safari >= 5",
"ChromeAndroid >= 9",
"FirefoxAndroid >= 4",
"ExplorerMobile >= 11"
],
"scripts": {
"prepublish": "typings install"
},
"devDependencies": {
"aurelia-bundler": "0.5.0",
"aurelia-tools": "^2.0.0",
"browser-sync": "^2.24.6",
"conventional-changelog": "2.0.3",
"del": "^3.0.0",
"es6-module-loader": "^0.17.11",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^7.0.0",
"gulp-bump": "^3.1.1",
"gulp-changed": "^4.0.0",
"gulp-htmlmin": "^5.0.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-tslint": "^8.0.0",
"gulp-typescript": "^5.0.0",
"jspm": "0.16.55",
"object.assign": "^4.0.4",
"oidc-client": "^1.4.1",
"require-dir": "^0.3.2",
"systemjs": "^0.19.46",
"tslint": "^5.1.0",
"typescript": "^3.5.0",
"typings": "^2.0.0",
"vinyl-paths": "^2.1.0",
"yargs": "^6.3.0"
},
"jspm": {
"dependencies": {
"@types/jquery": "npm:@types/jquery@^3.3.0",
"@types/numeral": "npm:@types/numeral@^0.0.16",
"aurelia-animator-css": "npm:aurelia-animator-css@^1.0.4",
"aurelia-bootstrapper": "npm:aurelia-bootstrapper@^2.3.0",
"aurelia-chart": "npm:aurelia-chart@^0.2.7",
"aurelia-dialog": "npm:aurelia-dialog@^2.0.0-rc.6",
"aurelia-event-aggregator": "npm:aurelia-event-aggregator@^1.0.1",
"aurelia-fetch-client": "npm:aurelia-fetch-client@^1.8.0",
"aurelia-framework": "npm:aurelia-framework@^1.3.0",
"aurelia-google-maps": "npm:aurelia-google-maps@^2.3.0",
"aurelia-history-browser": "npm:aurelia-history-browser@^1.4.0",
"aurelia-loader-default": "npm:aurelia-loader-default@^1.0.4",
"aurelia-logging": "npm:aurelia-logging@^1.5.0",
"aurelia-logging-console": "npm:aurelia-logging-console@^1.1.1",
"aurelia-materialize-bridge": "npm:aurelia-materialize-bridge@^1.3.3",
"aurelia-pal": "npm:aurelia-pal@^1.8.0",
"aurelia-pal-browser": "npm:aurelia-pal-browser@^1.8.0",
"aurelia-polyfills": "npm:aurelia-polyfills@^1.3.0",
"aurelia-router": "npm:aurelia-router@^1.7.1",
"aurelia-templating-binding": "npm:aurelia-templating-binding@^1.5.3",
"aurelia-templating-resources": "npm:aurelia-templating-resources@^1.12.0",
"aurelia-templating-router": "npm:aurelia-templating-router@^1.4.0",
"aurelia-typed-observable-plugin": "npm:aurelia-typed-observable-plugin@^0.4.2",
"aurelia-validation": "npm:aurelia-validation@^1.5.0",
"css": "github:systemjs/plugin-css@^0.1.37",
"fetch": "github:github/fetch@^1.1.0",
"jquery": "npm:jquery@3.3.0",
"materialize-css": "npm:materialize-css@1.0.0-rc.2",
"moment": "npm:moment@2.22.2",
"numeral": "npm:numeral@^2.0.6",
"text": "github:systemjs/plugin-text@^0.0.8",
"tslib": "npm:tslib@^1.9.3"
},
"devDependencies": {},
"overrides": {
"npm:materialize-css@1.0.0-rc.2": {
"main": "dist/js/materialize",
"format": "global",
"shim": {
"dist/js/materialize": {
"deps": [
"jquery",
"../css/materialize.css!"
]
}
}
}
}
},
"dependencies": {}
}