-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 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
{
"name": "angular-apollo-instagram-example",
"license": "MIT",
"angular-cli": {},
"scripts": {
"start": "ng serve --port 3000",
"lint": "tslint \"src/**/*.ts\"",
"test": "npm run lint"
},
"graphql": {
"request": {
"url": "https://api.graph.cool/simple/v1/ciw9brm021bfh0171mp8tiric"
}
},
"private": true,
"dependencies": {
"@angular/common": "2.1.2",
"@angular/compiler": "2.1.2",
"@angular/core": "2.1.2",
"@angular/forms": "2.1.2",
"@angular/http": "2.1.2",
"@angular/platform-browser": "2.1.2",
"@angular/platform-browser-dynamic": "2.1.2",
"@angular/router": "3.1.2",
"angular2-apollo": "~0.8.0",
"angular2-moment": "^1.0.0-beta.6",
"apollo-client": "~0.5.1",
"core-js": "^2.4.1",
"graphql-config-parser": "^1.1.3",
"graphql-tag": "^0.1.15",
"rxjs": "5.0.0-beta.12",
"ts-helpers": "^1.1.2",
"zone.js": "^0.6.26"
},
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/isomorphic-fetch": "0.0.31",
"@types/node": "^6.0.46",
"angular-cli": "1.0.0-beta.19-3",
"codelyzer": "~0.0.26",
"ts-node": "1.2.1",
"tslint": "3.13.0",
"typed-graphql": "^1.0.2",
"typescript": "^2.0.6"
}
}