-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.52 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
{
"name": "todo-app",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "node app.js",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "ng build"
},
"private": true,
"dependencies": {
"@angular/animations": "^7.2.12",
"@angular/common": "^7.2.12",
"@angular/compiler": "^7.2.12",
"@angular/core": "^7.2.12",
"@angular/forms": "^7.2.12",
"@angular/http": "^7.2.12",
"@angular/platform-browser": "^7.2.12",
"@angular/platform-browser-dynamic": "^7.2.12",
"@angular/router": "^7.2.12",
"apollo-angular": "^1.1.2",
"apollo-angular-link-http": "^1.5.0",
"apollo-cache-inmemory": "^1.5.1",
"apollo-client": "^2.5.1",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.4",
"core-js": "^2.6.5",
"cors": "^2.8.5",
"debug": "~2.6.9",
"express": "~4.16.0",
"express-graphql": "^0.6.12",
"express-jwt": "^5.3.1",
"graphql": "^0.13.2",
"graphql-tag": "^2.10.1",
"graphql-tools": "^3.1.1",
"http-errors": "~1.6.2",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.11",
"mongoose": "^5.4.22",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"rxjs": "^6.4.0",
"rxjs-compat": "^6.4.0",
"schemaglue": "^4.0.1",
"zone.js": "^0.8.29"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.13.8",
"@angular/cli": "^7.3.8",
"@angular/compiler-cli": "^7.2.12",
"@angular/language-service": "^7.2.12",
"typescript": "~3.2.4"
}
}