forked from aurelia-ui-toolkits/demo-materialize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
156 lines (156 loc) · 6.06 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "aurelia-materialize-bridge-sample",
"scripts": {
"prebuild": "rimraf dist",
"build": "npm run build:webpack && npm run build:jspm",
"build:webpack": "webpack --mode production",
"bundle:jspm": "jspm bundle aurelia-bootstrapper + aurelia-framework + aurelia-pal-browser + aurelia-materialize-bridge + aurelia-loader + aurelia-logging-console + plugin-typescript + materialize-css + materialize-css/dist/css/materialize.css! + aurelia-loader-default + aurelia-templating-binding + aurelia-templating-resources + aurelia-history-browser + aurelia-templating-router + aurelia-materialize-bridge/**/*.html!text + aurelia-materialize-bridge/**/*.css!text + text + aurelia-validation + aurelia-typed-observable-plugin + aurelia-dialog + aurelia-fetch-client + src/shared/logger.ts + src/shared/logger.html!text dist/jspm.bundle.js --inject --skip-source-maps",
"uglify:jspm": "uglifyjs dist/jspm.bundle.js -o dist/jspm.bundle.js",
"build:jspm": "npm run bundle:jspm && npm run uglify:jspm",
"start": "webpack-dev-server -d --inline --hot"
},
"devDependencies": {
"@types/materialize-css": "^1.0.6",
"@types/nprogress": "0.0.29",
"@types/prismjs": "^1.9.0",
"@types/showdown": "^1.9.2",
"aurelia-webpack-plugin": "^3.0.0",
"awesome-typescript-loader": "^5.2.1",
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"html-webpack-harddisk-plugin": "^1.0.1",
"html-webpack-plugin": "^3.2.0",
"json-loader": "^0.5.7",
"jspm": "^0.17.0-beta.48",
"null-loader": "^0.1.1",
"raw-loader": "^1.0.0",
"rimraf": "^2.6.3",
"style-loader": "^0.23.1",
"typescript": "^3.3.1",
"uglify-es": "^3.3.9",
"uglify-es-webpack-plugin": "^0.10.0",
"url-loader": "^1.1.2",
"webpack": "^4.29.2",
"webpack-cli": "^3.2.3",
"webpack-delete-plugin": "^0.1.1",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"aurelia-binding": "2.2.0",
"aurelia-bootstrapper": "^2.3.2",
"aurelia-dialog": "^2.0.0-rc.5",
"aurelia-fetch-client": "^1.8.0",
"aurelia-framework": "^1.3.1",
"aurelia-http-client": "^1.3.0",
"aurelia-inputmask": "^1.1.0",
"aurelia-loader-webpack": "^2.2.1",
"aurelia-materialize-bridge": "^1.3.4",
"aurelia-router": "^1.6.3",
"aurelia-typed-observable-plugin": "^0.4.2",
"aurelia-validation": "^1.3.3",
"code-prettify": "^0.1.0",
"es6-promise": "^4.2.5",
"inputmask": "^4.0.6",
"isomorphic-fetch": "^2.2.1",
"materialize-css": "^1.0.0",
"nprogress": "^0.2.0",
"prismjs": "^1.15.0",
"showdown": "^1.9.0",
"showdown-prettify": "^1.3.0",
"tslib": "^1.9.3"
},
"jspm": {
"name": "app",
"main": "app.js",
"dependencies": {
"aurelia-bootstrapper": "npm:aurelia-bootstrapper@^2.3.2",
"aurelia-dialog": "npm:aurelia-dialog@^2.0.0-rc.5",
"aurelia-fetch-client": "npm:aurelia-fetch-client@^1.8.0",
"aurelia-materialize-bridge": "npm:aurelia-materialize-bridge@^1.2.8",
"css": "github:systemjs/plugin-css@^0.1.37",
"materialize-css": "npm:materialize-css@^1.0.0",
"plugin-typescript": "github:frankwallis/plugin-typescript@^9.0.0",
"text": "github:systemjs/[email protected]"
},
"devDependencies": {},
"peerDependencies": {
"assert": "npm:jspm-nodelibs-assert@^0.2.0",
"aurelia-binding": "npm:aurelia-binding@^2.0.0",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@^1.3.1",
"aurelia-event-aggregator": "npm:aurelia-event-aggregator@^1.0.0",
"aurelia-framework": "npm:aurelia-framework@^1.3.0",
"aurelia-history": "npm:aurelia-history@^1.1.0",
"aurelia-history-browser": "npm:aurelia-history-browser@^1.1.0",
"aurelia-loader": "npm:aurelia-loader@^1.0.0",
"aurelia-loader-default": "npm:aurelia-loader-default@^1.0.0",
"aurelia-logging": "npm:aurelia-logging@^1.5.0",
"aurelia-logging-console": "npm:aurelia-logging-console@^1.0.0",
"aurelia-metadata": "npm:aurelia-metadata@^1.0.4",
"aurelia-pal": "npm:aurelia-pal@^1.7.0",
"aurelia-pal-browser": "npm:aurelia-pal-browser@^1.1.0",
"aurelia-path": "npm:aurelia-path@^1.0.0",
"aurelia-polyfills": "npm:aurelia-polyfills@^1.0.0",
"aurelia-route-recognizer": "npm:aurelia-route-recognizer@^1.0.0",
"aurelia-router": "npm:aurelia-router@^1.5.0",
"aurelia-task-queue": "npm:aurelia-task-queue@^1.3.1",
"aurelia-templating": "npm:aurelia-templating@^1.8.1",
"aurelia-templating-binding": "npm:aurelia-templating-binding@^1.0.0",
"aurelia-templating-resources": "npm:aurelia-templating-resources@^1.7.0",
"aurelia-templating-router": "npm:aurelia-templating-router@^1.0.0",
"aurelia-typed-observable-plugin": "npm:aurelia-typed-observable-plugin@^0.4.2",
"aurelia-validation": "npm:aurelia-validation@^1.2.2",
"buffer": "npm:jspm-nodelibs-buffer@^0.2.0",
"constants": "npm:jspm-nodelibs-constants@^0.2.0",
"crypto": "npm:jspm-nodelibs-crypto@^0.2.0",
"events": "npm:jspm-nodelibs-events@^0.2.0",
"fs": "npm:jspm-nodelibs-fs@^0.2.0",
"module": "npm:jspm-nodelibs-module@^0.2.0",
"net": "npm:jspm-nodelibs-net@^0.2.0",
"os": "npm:jspm-nodelibs-os@^0.2.0",
"path": "npm:jspm-nodelibs-path@^0.2.0",
"process": "npm:jspm-nodelibs-process@^0.2.0",
"stream": "npm:jspm-nodelibs-stream@^0.2.0",
"string_decoder": "npm:jspm-nodelibs-string_decoder@^0.2.0",
"tslib": "npm:tslib@^1.9.3",
"typescript": "npm:[email protected]",
"util": "npm:jspm-nodelibs-util@^0.2.0",
"vm": "npm:jspm-nodelibs-vm@^0.2.0"
},
"overrides": {
"npm:[email protected]": {
"ignore": [
"test.js"
]
},
"npm:[email protected]": {
"main": "browser.js"
},
"npm:[email protected]": {
"browser": "index.js"
},
"npm:[email protected]": {
"format": "cjs",
"meta": {
"tslib.js": {
"esModule": true
}
}
},
"npm:[email protected]": {
"browser": {},
"map": {
"buffer": "@empty",
"child_process": "@empty",
"fs": "@empty",
"path": "@empty",
"process": "@empty",
"readline": "@empty"
},
"dependencies": {
"source-map-support": "*"
}
}
}
}
}