-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·146 lines (146 loc) · 4.91 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "ksoc-ui",
"version": "1.33.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"update": "ng update @angular/material --next",
"start": "ng serve --port 4300",
"build": "ng build",
"test": "npm run lint && ng test --single-run",
"lint": "ng lint",
"e2e": "ng e2e",
"watch": "ng test --browsers ChromeHeadless --reporters spec --sourcemaps=false",
"build:prod": "ng build --target production --build-optimizer --vendor-chunk --common-chunk",
"clean": "rm -rf ./dist/",
"server": "cd dist && http-server",
"prod": "npm run clean && npm run build:prod && npm run server",
"prettier": "prettier {src,e2e}/**/*.{ts,json,md,scss} --write",
"analyze": "npm run clean && npm run build:prod -- --stats-json && webpack-bundle-analyzer ./dist/stats.json",
"typings": "gql-gen --schema http://localhost:3000/graphql --header --template graphql-codegen-typescript-template --out ./src/app/typings/ ./src/**/*.graphql"
},
"private": true,
"dependencies": {
"@accounts/common": "0.1.0-beta.10",
"@agm/core": "^1.0.0-beta.3",
"@angular/animations": "^6.0.7",
"@angular/cdk": "^6.3.2",
"@angular/common": "^6.0.7",
"@angular/compiler": "^6.0.7",
"@angular/core": "^6.0.7",
"@angular/flex-layout": "^6.0.0-beta.16",
"@angular/forms": "^6.0.7",
"@angular/http": "^6.0.7",
"@angular/material": "^6.1.0",
"@angular/platform-browser": "^6.0.7",
"@angular/platform-browser-dynamic": "^6.0.7",
"@angular/router": "^6.0.7",
"@angular/service-worker": "^6.0.7",
"@loona/angular": "~1.0.0-alpha.1",
"@ngx-gallery/core": "^3.0.1",
"@ngx-gallery/gallerize": "^3.0.1",
"@ngx-gallery/lightbox": "^3.0.1",
"angular2-jwt": "^0.2.3",
"angular2-markdown": "^2.2.3",
"angular2-moment": "^1.8.0",
"angular2-uuid": "^1.1.0",
"apollo-angular": "^1.1.2",
"apollo-angular-boost": "^1.0.0-beta.0",
"apollo-angular-link-http": "^1.0.3",
"apollo-cache": "^1.1.7",
"apollo-cache-inmemory": "^1.1.12",
"apollo-cache-persist": "^0.1.1",
"apollo-client": "^2.2.8",
"apollo-link": "^1.2.2",
"apollo-link-debounce": "^2.0.0",
"apollo-link-http": "^1.5.4",
"apollo-link-optimistic": "^2.0.0",
"apollo-link-queue": "^2.0.1",
"apollo-link-retry": "^2.2.3",
"apollo-link-serialize": "^2.0.0",
"apollo-link-state": "^0.4.1",
"apollo-upload-client": "^8.0.0",
"bn.js": "^4.11.8",
"bootstrap": "^4.0.0",
"braintree-web": "^3.34.0",
"chart.js": "^2.7.0",
"core-js": "^2.4.1",
"crypto-js": "^3.1.9-1",
"emojione": "^3.1.1",
"firebase": "^4.2.0",
"font-awesome": "^4.7.0",
"google-libphonenumber": "^3.1.3",
"graphql-tag": "^2.7.3",
"hammerjs": "^2.0.8",
"immutable": "^3.8.1",
"ionic-angular": "^3.9.2",
"ionicons": "^3.0.0",
"isomorphic-fetch": "^2.2.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.5",
"lodash.merge": "^4.6.1",
"lodash.omit": "^4.5.0",
"mocka-placeholder": "^1.0.2",
"moment": "^2.18.1",
"ng-emoji-picker": "^1.2.2",
"ng-lazyload-image": "^3.4.2",
"ng2-charts": "^1.6.0",
"ng2-file-upload": "^1.3.0",
"ng2-img-cropper": "^0.9.0",
"ng2-notifications": "^0.3.0",
"ng2-odometer": "^1.1.3",
"ng2-parallax": "^1.0.0",
"ng2-password-strength-bar": "^1.2.0",
"ng2-validation": "^4.2.0",
"ngc-float-button": "^1.1.0",
"ngx-avatar": "^2.9.0",
"ngx-captcha": "^3.1.0",
"ngx-gallery": "^5.3.2",
"node-sass": "^4.5.0",
"offline-js": "^0.7.19",
"recordrtc": "^5.4.1",
"rxjs": "^6.2.1",
"rxjs-compat": "^6.2.1",
"uuid": "^3.1.0",
"videogular2": "^6.2.2",
"web-animations-js": "^2.2.5",
"webtorrent": "^0.99.4",
"workbox-background-sync": "^3.0.0",
"workbox-broadcast-cache-update": "^3.0.0",
"workbox-build": "^3.0.0",
"workbox-cacheable-response": "^3.0.0",
"workbox-routing": "^3.0.0",
"workbox-runtime-caching": "^2.0.3",
"workbox-sw": "^3.0.0",
"zone.js": "^0.8.20"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.6.8",
"@angular/cli": "^6.0.7",
"@angular/compiler-cli": "^6.0.7",
"@types/jasmine": "2.8.3",
"@types/node": "~9.4.0",
"codelyzer": "~4.1.0",
"enhanced-resolve": "3.4.1",
"graphql": "^0.13.2",
"graphql-code-generator": "^0.10.1",
"graphql-codegen-typescript-template": "^0.10.1",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~2.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.31",
"prettier": "^1.7.4",
"protractor": "~5.3.0",
"standard-version": "^4.2.0",
"ts-node": "~5.0.0",
"tslint": "~5.9.1",
"typescript": "^2.7.2",
"webpack-bundle-analyzer": "^2.11.1"
}
}