forked from Kukks/aurelia-miningcore-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.76 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
{
"name": "mining-pool-frontend",
"description": "An Aurelia client application.",
"version": "0.1.0",
"repository": {
"type": "???",
"url": "???"
},
"license": "MIT",
"dependencies": {
"aurelia-animator-css": "^1.0.2",
"aurelia-bootstrapper": "^2.1.1",
"aurelia-http-client": "^1.2.1",
"aurelia-materialize-bridge": "^0.31.0",
"aurelia-polyfills": "latest",
"bluebird": "^3.4.1",
"chart.js": "~2.7.1",
"materialize-css": "^0.100.2",
"moment": "^2.19.2"
},
"peerDependencies": {},
"devDependencies": {
"aurelia-cli": "^0.32.0",
"aurelia-testing": "^1.0.0-beta.3.0.1",
"aurelia-tools": "^1.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"minimatch": "^3.0.2",
"through2": "^2.0.1",
"uglify-js": "^3.0.19",
"vinyl-fs": "^2.4.3",
"awesome-typescript-loader": "^3.2.1",
"ts-node": "^3.2.0",
"@types/node": "^6.0.45",
"@types/lodash": "^4.14.69",
"@types/webpack": "^3.0.4",
"typescript": ">=1.9.0-dev || ^2.0.0",
"sass-loader": "^6.0.6",
"node-sass": "4.5.3",
"gulp-rename": "^1.2.2",
"html-webpack-plugin": "2.30.1",
"copy-webpack-plugin": "4.0.1",
"extract-text-webpack-plugin": "3.0.0",
"aurelia-webpack-plugin": "^2.0.0-rc.4",
"webpack": "3.5.5",
"webpack-dev-server": "2.7.1",
"expose-loader": "0.7.3",
"style-loader": "0.18.2",
"url-loader": "0.5.8",
"del": "^3.0.0",
"css-loader": "0.28.4",
"nps": "^5.7.1",
"nps-utils": "1.2.0",
"file-loader": "0.11.2",
"json-loader": "0.5.7",
"html-loader": "0.4.5",
"istanbul-instrumenter-loader": "^2.0.0",
"opn": "^5.1.0"
},
"engines": {
"node": ">= 6.0.0"
},
"scripts": {
"start": "nps",
"test": "nps test"
},
"main": "dist/app.bundle.js"
}