-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
69 lines (69 loc) · 2.06 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
{
"name": "upgoe",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "concurrently --kill-others \"npm run serve\" \"npm run mongod\" \"npm run serve-api\" ",
"serve": "ng serve --proxy-config proxy.conf.json",
"build": "ng build --output-path=public",
"serve-api": "nodemon server",
"test": "ng test",
"mongod": "\"cd /Program Files/MongoDB/Server/3.6/bin\" & mongod.exe"
},
"private": true,
"dependencies": {
"@angular-devkit/schematics": "0.0.34",
"@angular/animations": "^4.2.4",
"@angular/common": "^4.2.4",
"@angular/compiler": "^4.2.4",
"@angular/core": "^4.2.4",
"@angular/forms": "^4.2.4",
"@angular/http": "^4.2.4",
"@angular/platform-browser": "^4.2.4",
"@angular/platform-browser-dynamic": "^4.2.4",
"@angular/router": "^4.2.4",
"@types/chart.js": "^2.7.15",
"angular-ui-bootstrap": "^2.5.6",
"body-parser": "^1.18.2",
"bootstrap": "^4.0.0-beta.2",
"busboy-body-parser": "^0.3.2",
"chart.js": "^2.7.0",
"chartjs-plugin-datalabels": "^0.3.0",
"concurrently": "^3.5.1",
"core-js": "^2.4.1",
"express": "^4.16.2",
"file-saver": "^1.3.8",
"font-awesome": "^4.7.0",
"gridfs-stream": "^1.1.1",
"mongodb": "^3.0.0-rc0",
"mongoose": "^5.7.5",
"multer": "^1.3.0",
"ng-file-upload": "^12.2.13",
"ng2-charts": "^1.6.0",
"ng2-cookies": "^1.0.12",
"ng2-file-upload": "^1.3.0",
"ng2-toastr": "^4.1.2",
"ngx-bootstrap": "^2.0.0-rc.0",
"ngx-cookie-service": "^1.0.9",
"nodemailer": "^4.6.0",
"nodemon": "^1.14.7",
"rxjs": "^5.4.2",
"xoauth2": "^1.2.0",
"zone.js": "^0.8.14"
},
"devDependencies": {
"@angular-devkit/core": "^0.6.0",
"@angular/cli": "^1.5.3",
"@angular/compiler-cli": "^4.2.4",
"@angular/language-service": "^4.2.4",
"@types/chart.js": "^2.7.15",
"@types/express": "^4.11.1",
"@types/file-saver": "^1.3.0",
"@types/node": "~6.0.60",
"codelyzer": "~3.2.0",
"ts-node": "~3.2.0",
"tslint": "~5.7.0",
"typescript": "~2.3.3"
}
}