This repository has been archived by the owner on Sep 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
90 lines (90 loc) · 2.69 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
{
"name": "aurelia-realworld-example-app",
"description": "An Aurelia realworld client application.",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/loaded02/aurelia-realworld-example-app.git"
},
"license": "MIT",
"scripts": {
"build": "au build --env prod",
"start": "nps",
"test": "nps test"
},
"main": "dist/app.bundle.js",
"engines": {
"node": ">= 6.0.0"
},
"dependencies": {
"aurelia-animator-css": "^1.0.4",
"aurelia-bootstrapper": "^2.2.0",
"aurelia-fetch-client": "^1.1.2",
"aurelia-polyfills": "^1.3.0",
"date-fns": "^1.29.0",
"marked": "^0.3.19",
"querystringify": "^1.0.0"
},
"peerDependencies": {},
"devDependencies": {
"aurelia-cli": "^0.33.0",
"aurelia-testing": "^1.0.0-beta.4.0.0",
"aurelia-tools": "^2.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"minimatch": "^3.0.4",
"through2": "^2.0.3",
"uglify-js": "^3.3.15",
"vinyl-fs": "^3.0.2",
"babel-eslint": "7.2.3",
"eslint": "3.19.0",
"babel-loader": "^7.1.4",
"babel-core": "^6.26.0",
"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-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",
"babel-plugin-istanbul": "^4.1.5",
"jasmine-core": "^3.1.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "latest",
"karma-jasmine": "^1.1.1",
"karma-mocha-reporter": "latest",
"karma-webpack": "latest",
"karma-coverage-istanbul-reporter": "^1.4.2",
"jest-jasmine2": "^23.0.0-alpha.0",
"jest-matchers": "^20.0.3",
"karma-babel-preprocessor": "^7.0.0",
"ts-node": "^5.0.1",
"aurelia-protractor-plugin": "^1.0.6",
"protractor": "^5.3.0",
"wait-on": "^2.1.0",
"@types/jasmine": "^2.8.6",
"gulp-rename": "^1.2.2",
"html-webpack-plugin": "^3.0.6",
"copy-webpack-plugin": "^4.5.1",
"extract-text-webpack-plugin": "next",
"aurelia-webpack-plugin": "^3.0.0-rc.1",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.12",
"webpack-dev-server": "^3.1.11",
"expose-loader": "^0.7.5",
"style-loader": "^0.20.3",
"url-loader": "^1.0.1",
"del": "^3.0.0",
"css-loader": "^0.28.11",
"nps": "^5.8.2",
"nps-utils": "^1.5.0",
"file-loader": "^1.1.11",
"json-loader": "^0.5.7",
"html-loader": "^0.5.5",
"istanbul-instrumenter-loader": "^3.0.0",
"opn": "^5.3.0",
"webpack-bundle-analyzer": "latest"
}
}