-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.88 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
{
"name": "aurelia-js-po-c",
"description": "An Aurelia client application.",
"version": "0.1.0",
"repository": {
"type": "???",
"url": "???"
},
"license": "MIT",
"dependencies": {
"au": "^0.7.0",
"aurelia-animator-css": "^1.0.4",
"aurelia-bootstrapper": "^2.3.3",
"bootstrap": "^4.0.0",
"jquery": "^3.4.1",
"moment": "^2.24.0"
},
"devDependencies": {
"aurelia-cli": "^1.3.0",
"aurelia-testing": "^1.0.0",
"gulp": "^4.0.0",
"minimatch": "^3.0.4",
"through2": "^3.0.1",
"vinyl-fs": "^3.0.3",
"promise-polyfill": "^8.1.3",
"regenerator-runtime": "^0.13.3",
"babel-eslint": "^10.1.0",
"eslint": "latest",
"babel-loader": "^8.0.6",
"babel-plugin-istanbul": "^6.0.0",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/register": "^7.8.3",
"html-webpack-plugin": "^3.2.0",
"copy-webpack-plugin": "^5.1.1",
"mini-css-extract-plugin": "^0.9.0",
"aurelia-webpack-plugin": "^4.0.0",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"clean-webpack-plugin": "^3.0.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"expose-loader": "^0.7.5",
"style-loader": "^1.1.3",
"url-loader": "^3.0.0",
"css-loader": "^3.4.2",
"file-loader": "^5.1.0",
"app-settings-loader": "^1.0.3",
"json-loader": "^0.5.7",
"html-loader": "^0.5.5",
"istanbul-instrumenter-loader": "^3.0.1",
"webpack-bundle-analyzer": "^3.6.0",
"tree-kill": "^1.2.1"
},
"scripts": {
"build": "webpack --env.production --extractCss",
"start": "webpack-dev-server --extractCss",
"build:dev": "webpack --extractCss",
"analyze": "webpack --env.production --analyze"
},
"engines": {
"node": ">=8.9.0"
}
}