-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.58 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
{
"name": "repeat-bug-repro",
"description": "An Aurelia client application.",
"version": "0.1.0",
"repository": {
"type": "???",
"url": "???"
},
"license": "MIT",
"dependencies": {
"aurelia-bootstrapper": "2.2.0",
"aurelia-templating": "1.7.0",
"bluebird": "^3.5.1"
},
"peerDependencies": {},
"devDependencies": {
"@types/lodash": "^4.14.108",
"@types/node": "^9.4.7",
"@types/webpack": "^4.1.6",
"aurelia-cli": "^0.33.1",
"aurelia-testing": "^1.0.0-beta.4.0.0",
"aurelia-tools": "^2.0.0",
"aurelia-webpack-plugin": "^3.0.0-rc.1",
"babel-polyfill": "^6.26.0",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"del": "^3.0.0",
"expose-loader": "^0.7.5",
"extract-text-webpack-plugin": "next",
"file-loader": "^1.1.11",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-rename": "^1.2.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"istanbul-instrumenter-loader": "^3.0.1",
"json-loader": "^0.5.7",
"minimatch": "^3.0.4",
"nps": "^5.9.0",
"nps-utils": "^1.5.0",
"opn": "^5.3.0",
"style-loader": "^0.21.0",
"through2": "^2.0.3",
"ts-loader": "^4.3.0",
"ts-node": "^6.0.3",
"typescript": "^2.8.3",
"uglify-js": "^3.3.24",
"url-loader": "^1.0.1",
"vinyl-fs": "^3.0.2",
"webpack": "^4.8.2",
"webpack-bundle-analyzer": "latest",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "^3.1.4"
},
"engines": {
"node": ">= 6.0.0"
},
"scripts": {
"start": "nps",
"test": "nps test"
},
"main": "dist/app.bundle.js"
}