-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·78 lines (78 loc) · 2.28 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
{
"name": "pricewise",
"version": "1.0.0",
"description": "A web application to monitor product prices.",
"main": "dist/app.bundle.js",
"repository": {
"url": "git+ssh://git@github.com/aurelia/skeleton-navigation.git",
"type": "git"
},
"author": "Maxime Gaudreault Proulx <swcommander@gmail.com>",
"license": "CC0-1.0",
"engines": {
"node": ">= 6.0.0"
},
"scripts": {
"start": "nps"
},
"devDependencies": {
"@types/auth0-js": "^8.10.0",
"@types/jquery": "2.0",
"@types/jwt-decode": "1.4.28",
"@types/lodash": "^4.14.62",
"@types/node": "^7.0.12",
"@types/toastr": "^2.1.33",
"@types/webpack": "^2.2.14",
"aurelia-loader-nodejs": "^1.0.1",
"aurelia-pal-nodejs": "1.0.0-beta.1.0.0",
"aurelia-webpack-plugin": "^2.0.0-rc.2",
"autoprefixer": "^6.7.7",
"awesome-typescript-loader": "^3.1.2",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^4.0.0",
"css-loader": "^0.28.0",
"expose-loader": "^0.7.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"http-server": "^0.9.0",
"json-loader": "^0.5.4",
"nps": "^5.0.5",
"nps-utils": "^1.2.0",
"postcss-loader": "^1.3.3",
"style-loader": "^0.16.1",
"ts-node": "^3.0.2",
"typescript": "^2.2.2",
"url-loader": "^0.5.8",
"wait-on": "^2.0.2",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.4.2"
},
"dependencies": {
"aurelia-binding": "1.6.0",
"aurelia-bootstrapper": "2.1.1",
"aurelia-chart": "0.2.7",
"aurelia-configuration": "1.0.17",
"aurelia-fetch-client": "1.2.0",
"aurelia-framework": "1.1.5",
"aurelia-google-analytics": "2.3.1",
"aurelia-history-browser": "1.1.0",
"aurelia-i18n": "2.1.0",
"aurelia-loader-webpack": "2.1.0",
"aurelia-logging-console": "1.0.0",
"aurelia-pal-browser": "1.3.1",
"aurelia-polyfills": "1.2.2",
"aurelia-router": "1.5.0",
"aurelia-templating": "1.7.0",
"aurelia-templating-binding": "1.4.0",
"aurelia-templating-resources": "1.5.4",
"aurelia-templating-router": "1.3.0",
"auth0-js": "8.12.2",
"bluebird": "3.5.1",
"i18next-xhr-backend": "1.5.1",
"isomorphic-fetch": "2.2.1",
"jquery": "3.2.1",
"jwt-decode": "2.2.0",
"toastr": "2.1.4"
}
}