-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
64 lines (64 loc) · 1.96 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
{
"name": "firebot",
"version": "0.0.1",
"description": "Easily create GitHub issues via email",
"repository": "https://github.com/FundersClub/firebot/",
"scripts": {
"start": "webpack-dev-server --inline --progress --port 12001",
"test": "karma start",
"build": "rimraf dist-frontend && webpack --config config-frontend/webpack.prod.js --progress --profile --bail",
"heroku-postbuild": "echo Skip build on Heroku"
},
"license": "Apache-2.0",
"dependencies": {
"@angular/common": "2.4.5",
"@angular/compiler": "2.4.5",
"@angular/core": "2.4.5",
"@angular/forms": "2.4.5",
"@angular/http": "2.4.5",
"@angular/material": "2.0.0-beta.2",
"@angular/platform-browser": "2.4.5",
"@angular/platform-browser-dynamic": "2.4.5",
"@angular/router": "3.4.5",
"@types/jasmine": "2.5.41",
"@types/node": "6.0.45",
"@types/promise.prototype.finally": "2.0.0",
"angular2-template-loader": "0.6.0",
"awesome-typescript-loader": "2.2.4",
"core-js": "2.4.1",
"css-loader": "0.26.1",
"extract-text-webpack-plugin": "2.0.0-beta.5",
"favicons-webpack-plugin": "0.0.7",
"file-loader": "0.9.0",
"hammerjs": "2.0.8",
"html-loader": "0.4.3",
"html-webpack-plugin": "2.20.0",
"node-sass": "4.5.0",
"normalize.css": "5.0.0",
"null-loader": "0.1.1",
"promise.prototype.finally": "2.0.1",
"raw-loader": "0.5.1",
"rimraf": "2.5.2",
"rxjs": "5.0.1",
"sass-loader": "6.0.2",
"style-loader": "0.13.1",
"typescript": "2.0.10",
"webpack": "2.2.0",
"webpack-merge": "2.4.0",
"zone.js": "0.7.4"
},
"devDependencies": {
"jasmine-core": "2.4.1",
"karma": "1.2.0",
"karma-jasmine": "1.0.2",
"karma-phantomjs-launcher": "1.0.2",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "2.0.1",
"phantomjs-prebuilt": "2.1.7",
"webpack-dev-server": "2.2.0-rc.0"
},
"heroku-run-build-script": true,
"engines": {
"node": "10.16.0"
}
}