-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·85 lines (85 loc) · 2.37 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
{
"name": "au-logofx-demo",
"description": "An Aurelia client application.",
"version": "0.2.0",
"repository": {
"type": "???",
"url": "???"
},
"author": "David Kossoglyad",
"email": "[email protected]",
"license": "MIT",
"dependencies": {
"@icon/material-icons": "2.2.0-alpha.3",
"@logofx/aurelia-mvvm-plugin": "^0.2.2",
"aurelia-animator-css": "^1.0.4",
"aurelia-binding": "^2.5.4",
"aurelia-bootstrapper": "^2.3.3",
"aurelia-dependency-injection": "^1.5.2",
"aurelia-dialog": "^2.0.0",
"aurelia-i18n": "^3.1.4",
"aurelia-validation": "2.0.0-rc1",
"automapper-ts": "^1.9.0",
"cherow": "^1.6.9",
"core-js": "^3.6.5",
"i18next": "^19.9.2",
"i18next-resource-store-loader": "^0.1.2",
"i18next-xhr-backend": "^3.2.2",
"material-components-web": "3.2.0",
"material-design-icons": "^3.0.1",
"pouchdb-browser": "^7.2.2",
"roboto-npm-webfont": "^1.0.1"
},
"devDependencies": {
"@types/lodash": "^4.14.157",
"@types/node": "^14.17.5",
"@types/pouchdb": "^6.4.0",
"@types/webpack": "^4.41.30",
"aurelia-cli": "^2.0.3",
"aurelia-testing": "^1.0.0",
"aurelia-tools": "^2.0.0",
"aurelia-webpack-plugin": "^4.0.0",
"babel-eslint": "^10.1.0",
"copy-webpack-plugin": "5.1.1",
"css-loader": "^3.6.0",
"del": "5.1.0",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^7.30.0",
"expose-loader": "^1.0.0",
"fibers": "^5.0.0",
"file-loader": "^6.0.0",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.2",
"istanbul-instrumenter-loader": "^3.0.1",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^0.9.0",
"minimatch": "^3.0.4",
"node-sass": "^4.14.1",
"pouchdb": "^7.2.1",
"promise-polyfill": "^8.1.3",
"sass": "^1.26.9",
"sass-loader": "^8.0.2",
"style-loader": "^1.3.0",
"through2": "^4.0.1",
"ts-loader": "^7.0.5",
"ts-node": "^8.10.2",
"tslint": "^6.1.2",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.9.10",
"url-loader": "3.0.0",
"vinyl-fs": "^3.0.3",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"build": "au build",
"start": "au run"
},
"engines": {
"node": ">=8.9.0"
}
}