-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.62 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
88
89
90
91
92
{
"name": "ethdev-boilerplate",
"description": "Aurelia dApp Boilerplate",
"version": "0.1.0",
"repository": {
"type": "???",
"url": "???"
},
"license": "MIT",
"dependencies": {
"aurelia-bootstrapper": "^2.2.0",
"aurelia-animator-css": "^1.0.4",
"bluebird": "^3.5.1",
"aurelia-polyfills": "^1.3.0"
},
"peerDependencies": {},
"devDependencies": {
"@types/jasmine": "2.8.6",
"aurelia-cli": "0.33.1",
"aurelia-protractor-plugin": "1.0.6",
"aurelia-testing": "1.0.0-beta.4.0.0",
"aurelia-tools": "2.0.0",
"aurelia-webpack-plugin": "3.0.0-rc.1",
"babel-core": "6.26.0",
"babel-eslint": "8.2.2",
"babel-loader": "7.1.4",
"babel-plugin-istanbul": "4.1.6",
"babel-plugin-syntax-flow": "6.18.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-flow-strip-types": "6.22.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-1": "6.24.1",
"babel-register": "6.26.0",
"copy-webpack-plugin": "4.5.1",
"css-loader": "0.28.11",
"del": "3.0.0",
"eslint": "4.19.1",
"expose-loader": "0.7.5",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"file-loader": "1.1.11",
"gulp": "4.0.0",
"gulp-rename": "1.2.2",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"istanbul-instrumenter-loader": "3.0.1",
"jasmine-core": "3.1.0",
"jest-jasmine2": "23.0.0-alpha.4",
"jest-matchers": "20.0.3",
"json-loader": "0.5.7",
"karma": "2.0.0",
"karma-babel-preprocessor": "7.0.0",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "1.1.1",
"karma-coverage-istanbul-reporter": "1.4.2",
"karma-jasmine": "1.1.1",
"karma-mocha-reporter": "2.2.5",
"karma-webpack": "3.0.0",
"minimatch": "3.0.4",
"modularscale-sass": "3.0.5",
"node-sass": "4.8.3",
"nps": "5.9.0",
"nps-utils": "1.5.0",
"opn": "5.3.0",
"protractor": "5.3.1",
"sass-loader": "6.0.7",
"style-loader": "0.20.3",
"stylelint-config-standard": "18.2.0",
"through2": "2.0.3",
"ts-node": "5.0.1",
"uglify-js": "3.3.21",
"url-loader": "1.0.1",
"vinyl-fs": "3.0.2",
"wait-on": "2.1.0",
"web3": "1.0.0-beta.33",
"webpack": "4.5.0",
"webpack-bundle-analyzer": "2.11.1",
"webpack-cli": "2.0.14",
"webpack-dev-server": "3.1.2"
},
"engines": {
"node": ">= 6.0.0"
},
"scripts": {
"start": "nps",
"test": "nps test"
},
"main": "dist/app.bundle.js"
}