-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.79 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
{
"name": "angular-6-registration-login-example",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/cornflourblue/angular-6-registration-login-example.git"
},
"scripts": {
"build": "webpack --mode production",
"start": "webpack-dev-server --inline --port 8080 --host 10.14.151.91 --content-base ."
},
"license": "MIT",
"dependencies": {
"@angular/common": "^6.0.0",
"@angular/compiler": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/forms": "^6.0.0",
"@angular/platform-browser": "^6.0.0",
"@angular/platform-browser-dynamic": "^6.0.0",
"@angular/router": "^6.0.0",
"@fortawesome/angular-fontawesome": "^0.1.0",
"@fortawesome/fontawesome-svg-core": "^1.2.0",
"@fortawesome/free-solid-svg-icons": "^5.1.0",
"@ng-bootstrap/ng-bootstrap": "^2.1.2",
"activedirectory": "^0.7.2",
"angular-file-uploader": "^4.0.12",
"angular-material": "^1.1.9",
"angular4-material-table": "^0.6.4",
"body-parser": "^1.18.3",
"bootstrap": "^4.1.1",
"core-js": "^2.5.5",
"cors": "^2.8.4",
"emailjs": "^2.1.0",
"express": "^4.16.3",
"method-override": "^2.3.10",
"moment": "^2.22.2",
"mongodb": "^3.0.10",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"ng-bootstrap-modal": "^1.1.19",
"ng-editable-table": "^0.3.15",
"ng2-file-upload": "^1.3.0",
"node-schedule": "^1.3.0",
"path": "^0.12.7",
"rxjs": "^6.1.0",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular/cli": "^6.0.8",
"@types/node": "^10.0.4",
"angular2-template-loader": "^0.6.2",
"html-webpack-plugin": "^3.2.0",
"raw-loader": "^0.5.1",
"ts-loader": "^4.3.0",
"typescript": "^2.8.3",
"webpack": "4.8.1",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "3.1.4"
}
}