-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·66 lines (66 loc) · 2.07 KB
/
package.json
File metadata and controls
executable file
·66 lines (66 loc) · 2.07 KB
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
{
"name": "indigo-ui",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "npm run tsformat",
"tsformat": "tsfmt -r"
},
"private": true,
"dependencies": {
"@angular/animations": "^5.2.0",
"@angular/common": "^5.2.0",
"@angular/compiler": "^5.2.0",
"@angular/core": "^5.2.0",
"@angular/forms": "^5.2.0",
"@angular/http": "^5.2.0",
"@angular/material": "^5.2.0",
"@angular/platform-browser": "^5.2.0",
"@angular/platform-browser-dynamic": "^5.2.0",
"@angular/router": "^5.2.0",
"@ng-bootstrap/ng-bootstrap": "^1.0.0-beta.3",
"@types/cytoscape": "^3.1.8",
"@types/jquery": "^3.2.6",
"@types/node": "^10.1.0",
"angularfire2": "5.0.0-rc.9",
"antlr4": "^4.7.1",
"apollo-angular": "^1.0.1",
"apollo-angular-link-http": "^1.0.3",
"apollo-cache-inmemory": "^1.2.0",
"apollo-client": "^2.3.0",
"apollo-link-error": "^1.0.9",
"classlist.js": "^1.1.20150312",
"commonjs": "^0.0.1",
"core-js": "^2.4.1",
"cytoscape": "^3.2.12",
"devextreme": "^17.1.6",
"devextreme-angular": "^17.1.6",
"enhanced-resolve": "^3.3.0",
"firebase": "^5.0.3",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.2",
"jquery": "^3.2.1",
"material-design-icons": "^3.0.1",
"monaco-editor": "0.10.1",
"ng-recaptcha": "^3.0.0",
"ng2-cytoscape": "^0.4.0",
"ngx-cookie-service": "^1.0.10",
"ngx-monaco-editor": "5.0.0",
"primeng": "^4.1.3",
"rxjs": "^5.5.6",
"typescript-formatter": "^5.2.0",
"zone.js": "^0.8.19"
},
"devDependencies": {
"@angular/cli": "~1.7.4",
"@angular/compiler-cli": "^5.2.0",
"@angular/language-service": "^5.2.0",
"typescript": "~2.5.3"
}
}