This repository has been archived by the owner on Feb 11, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.49 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
{
"name": "stash-frontend",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"update_schema": "./update_schema.sh"
},
"private": true,
"dependencies": {
"@angular/animations": "7.0.2",
"@angular/common": "7.0.2",
"@angular/compiler": "7.0.2",
"@angular/core": "7.0.2",
"@angular/forms": "7.0.2",
"@angular/http": "7.0.2",
"@angular/platform-browser": "7.0.2",
"@angular/platform-browser-dynamic": "7.0.2",
"@angular/router": "7.0.2",
"actioncable": "5.2.1",
"apollo-angular": "1.5.0",
"apollo-angular-link-http": "1.4.0",
"apollo-cache-inmemory": "1.3.9",
"apollo-client": "2.4.5",
"apollo-link": "1.2.3",
"apollo-link-error": "1.1.1",
"core-js": "2.5.7",
"graphql": "14.0.2",
"graphql-ruby-client": "1.5.0",
"graphql-tag": "2.10.0",
"ng-lazyload-image": "5.0.0",
"ng2-semantic-ui": "0.9.7",
"ngx-clipboard": "11.1.9",
"ngx-pagination": "3.2.1",
"rxjs": "6.3.3",
"rxjs-compat": "6.3.3",
"zone.js": "0.8.26"
},
"devDependencies": {
"@angular/cli": "7.0.4",
"@angular/compiler-cli": "7.0.2",
"@angular/language-service": "7.0.2",
"@angular-devkit/build-angular": "0.10.4",
"@types/node": "10.12.3",
"@types/zen-observable": "0.8.0",
"codelyzer": "4.5.0",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"typescript": "3.1.6"
}
}