-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.98 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
{
"name": "asg-demo",
"description": "An Aurelia client application.",
"version": "0.1.0",
"repository": {
"type": "???",
"url": "???"
},
"license": "MIT",
"dependencies": {
"ag-grid": "^16.0.1",
"aurelia-animator-css": "^1.0.2",
"aurelia-bootstrapper": "^2.1.1",
"aurelia-polyfills": "latest",
"bluebird": "^3.4.1",
"bulma": "^0.6.2",
"numeral": "^2.0.6"
},
"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",
"babel-eslint": "7.2.3",
"eslint": "3.19.0",
"babel-loader": "^7.0.0",
"babel-core": "^6.25.0",
"babel-plugin-syntax-flow": "^6.8.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-polyfill": "^6.9.1",
"babel-preset-env": "1.5.2",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-1": "^6.5.0",
"babel-register": "^6.24.0",
"babel-plugin-istanbul": "4.1.4",
"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"
}