-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.62 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
{
"name": "au-workbox",
"description": "An Aurelia client application.",
"version": "0.1.0",
"repository": {
"type": "???",
"url": "???"
},
"scripts": {},
"license": "MIT",
"dependencies": {
"aurelia-animator-css": "^1.0.4",
"aurelia-bootstrapper": "^2.3.0",
"aurelia-event-aggregator": "^1.0.2",
"aurelia-polyfills": "^1.3.0",
"workbox": "0.0.0"
},
"peerDependencies": {},
"devDependencies": {
"@types/lodash": "^4.14.117",
"@types/node": "^10.11.6",
"@types/webpack": "^4.4.15",
"aurelia-cli": "^1.0.0-beta.13",
"aurelia-testing": "^1.0.0",
"aurelia-tools": "^2.0.0",
"aurelia-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"del": "^3.0.0",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"expose-loader": "^0.7.5",
"file-loader": "^2.0.0",
"gulp": "^4.0.0",
"gulp-rename": "^1.4.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"istanbul-instrumenter-loader": "^3.0.1",
"json-loader": "^0.5.7",
"less": "latest",
"less-loader": "latest",
"mini-css-extract-plugin": "^0.4.3",
"minimatch": "^3.0.4",
"opn": "^5.4.0",
"style-loader": "^0.23.1",
"through2": "^2.0.3",
"ts-loader": "^5.2.1",
"ts-node": "^7.0.1",
"typescript": "^3.1.2",
"url-loader": "^1.1.1",
"vinyl-fs": "^3.0.3",
"webpack": "^4.27.0",
"webpack-bundle-analyzer": "latest",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9",
"workbox-webpack-plugin": "^4.1.1"
},
"engines": {
"node": ">= 6.0.0"
},
"main": "dist/app.bundle.js"
}