-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathpackage.json
105 lines (105 loc) · 3.48 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "ng-notadd",
"version": "0.20.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"graphql": "npm run graphql:introspect && npm run graphql:generate",
"graphql:generate": "gql-gen --config ./codegen.generate.yml",
"graphql:introspect": "gql-gen --config ./codegen.introspect.yml",
"deploy": "ng build --prod --base-href /ng-notadd/ && angular-cli-ghpages --dir ./dist/"
},
"private": true,
"dependencies": {
"@angular/animations": "~8.1.0-beta.0",
"@angular/cdk": "~8.0.0",
"@angular/common": "~8.1.0-beta.0",
"@angular/compiler": "~8.1.0-beta.0",
"@angular/core": "~8.1.0-beta.0",
"@angular/fire": "~5.2.1",
"@angular/flex-layout": "~8.0.0-beta.26",
"@angular/forms": "~8.1.0-beta.0",
"@angular/http": "~8.0.0-beta.10",
"@angular/material": "~8.0.0",
"@angular/platform-browser": "~8.1.0-beta.0",
"@angular/platform-browser-dynamic": "~8.1.0-beta.0",
"@angular/pwa": "~0.13.9",
"@angular/router": "~8.1.0-beta.0",
"@angular/service-worker": "~8.1.0-beta.0",
"@mdi/angular-material": "~3.6.95",
"@ngx-translate/core": "~11.0.1",
"@notadd/ng-material-pro": "0.0.9",
"@notadd/ngx-xlsx": "~1.0.1",
"@types/html2canvas": "~0.0.35",
"angular-gridster2": "~7.1.0",
"angular6-json-schema-form": "~7.1.0",
"apollo-angular": "~1.5.0",
"apollo-angular-link-http": "~1.6.0",
"apollo-cache-inmemory": "~1.5.1",
"apollo-client": "~2.5.1",
"apollo-link": "~1.2.11",
"apollo-link-context": "~1.0.17",
"apollo-link-error": "~1.1.10",
"brace": "~0.11.1",
"browser-md5-file": "~1.1.1",
"core-js": "~3.1.0",
"echarts": "~4.2.1",
"error-stack-parser": "^2.0.2",
"file-saver": "~2.0.2",
"firebase": "~6.1.0",
"graphql": "~14.3.0",
"graphql-tag": "~2.10.1",
"hammerjs": "~2.0.8",
"html2canvas": "~1.0.0-rc.1",
"localforage": "~1.7.3",
"lodash": "~4.17.13",
"lodash-es": "~4.17.14",
"ng-dynamic-component": "~4.0.3",
"ngforage": "~4.0.3",
"ngx-captcha": "~6.4.0",
"ngx-echarts": "~4.1.1",
"ngx-permissions": "~6.0.5",
"perfect-scrollbar": "~1.4.0",
"rxjs": "~6.5.2",
"screenfull": "~4.2.0",
"tslib": "~1.9.3",
"web-animations-js": "~2.3.1",
"xlsx": "~0.14.3",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.800.1",
"@angular/cli": "~8.0.1",
"@angular/compiler-cli": "~8.1.0-beta.0",
"@angular/language-service": "~8.1.0-beta.0",
"@types/echarts": "~4.1.9",
"@types/jasmine": "~3.3.12",
"@types/jasminewd2": "~2.0.6",
"@types/node": "~10.14.7",
"angular-cli-ghpages": "~0.5.3",
"codelyzer": "~5.0.1",
"graphql-code-generator": "~0.18.2",
"graphql-codegen-add": "~0.18.2",
"graphql-codegen-apollo-angular-template": "~0.18.2",
"graphql-codegen-introspection-template": "~0.18.1",
"graphql-codegen-typescript-apollo-angular": "~0.18.2",
"graphql-codegen-typescript-client": "~0.18.2",
"graphql-codegen-typescript-common": "~0.18.2",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.5",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "~1.4.2",
"node-sass": "^4.12.0",
"protractor": "~5.4.2",
"ts-node": "~8.1.0",
"tslint": "~5.16.0",
"typescript": "~3.4.5"
}
}