-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.45 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
{
"name": "au-logofx-demo",
"description": "An Aurelia client application.",
"version": "0.1.0",
"repository": {
"type": "???",
"url": "???"
},
"author": "David Kossoglyad",
"email": "[email protected]",
"license": "MIT",
"dependencies": {
"@icon/material-icons": "^2.2.0",
"@types/serviceworker-webpack-plugin": "^1.0.0",
"aurelia-animator-css": "^1.0.4",
"aurelia-binding": "^2.5.2",
"aurelia-bootstrapper": "^2.3.3",
"aurelia-dependency-injection": "^1.5.2",
"aurelia-dialog": "^2.0.0-rc.8",
"aurelia-i18n": "^3.0.0-beta.7",
"aurelia-validation": "^1.6.0",
"automapper-ts": "^1.9.0",
"cherow": "^1.6.9",
"core-js": "^3.6.0",
"i18next": "^19.0.2",
"i18next-resource-store-loader": "^0.1.2",
"i18next-xhr-backend": "^3.2.2",
"idb": "^5.0.1",
"material-components-web": "^3.2.0",
"material-design-icons": "^3.0.1",
"pouchdb-browser": "^7.1.1",
"roboto-npm-webfont": "^1.0.1",
"serviceworker-webpack-plugin": "^1.0.1"
},
"devDependencies": {
"@types/lodash": "^4.14.149",
"@types/node": "^10.17.12",
"@types/pouchdb": "^6.4.0",
"@types/webpack": "^4.41.0",
"aurelia-cli": "^1.2.3",
"aurelia-testing": "^1.0.0",
"aurelia-tools": "^2.0.0",
"aurelia-webpack-plugin": "^4.0.0",
"babel-eslint": "^10.0.3",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.0",
"del": "^3.0.0",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^6.8.0",
"expose-loader": "^0.7.5",
"fibers": "^4.0.2",
"file-loader": "^5.0.2",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"istanbul-instrumenter-loader": "^3.0.1",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^0.9.0",
"minimatch": "^3.0.4",
"node-sass": "^7.0.0",
"pouchdb": "^7.1.1",
"promise-polyfill": "^8.1.3",
"sass": "^1.24.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.1.1",
"through2": "^3.0.1",
"ts-loader": "^6.2.1",
"ts-node": "^8.5.4",
"tslint": "^5.20.1",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.7.4",
"url-loader": "^3.0.0",
"vinyl-fs": "^3.0.3",
"webpack": "^4.41.4",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"build": "au build",
"start": "au run"
},
"engines": {
"node": ">=8.9.0"
}
}