-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.33 KB
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
{
"name": "angular2dialog",
"version": "0.0.15",
"description": "Angular 2+ app demonstrating a form with validation inside an ng-bootstrap modal dialog",
"dependencies": {
"@angular/common": "^4.0.3",
"@angular/compiler": "^4.0.3",
"@angular/core": "^4.0.3",
"@angular/forms": "^4.0.3",
"@angular/http": "^4.0.3",
"@angular/platform-browser": "^4.0.3",
"@angular/platform-browser-dynamic": "^4.0.3",
"@ng-bootstrap/ng-bootstrap": "^1.0.0-alpha.24",
"body-parser": "^1.17.1",
"core-js": "^2.4.1",
"express": "^4.15.2",
"morgan": "^1.8.1",
"reflect-metadata": "^0.1.10",
"rxjs": "^5.3.0",
"systemjs": "^0.20.12",
"zone.js": "^0.8.8"
},
"devDependencies": {
"bluebird": "^3.5.0",
"compression-webpack-plugin": "^0.4.0",
"copy-webpack-plugin": "^4.0.1",
"eslint": "^3.19.0",
"html-webpack-plugin": "^2.28.0",
"redis": "^2.7.1",
"ts-loader": "^2.0.3",
"tslint": "^5.1.0",
"tslint-loader": "^3.5.3",
"typescript": "^2.2.2",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.4"
},
"scripts": {
"start": "node server/app.js",
"heroku-postbuild": "npm install --dev && webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/taylorjg/Angular2Dialog.git"
},
"author": "Jonathan Taylor",
"license": "MIT"
}