This repository has been archived by the owner on Oct 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 4.32 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
{
"name": "vp",
"version": "0.0.0",
"license": "UNLICENSED",
"scripts": {
"ng": "nx",
"postinstall": "if [ -z $IGNORE_POSTINSTALL ]; then node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main; fi",
"nx": "nx",
"start": "nx serve api & nx serve client --proxy-config proxy.conf.json",
"build": "nx run-many --all --target=build",
"test": "nx run-many --all --target=test",
"lint": "nx run-many --all --target=lint",
"e2e": "nx run-many --all --target=e2e",
"check-all": "npm-run-all lint build test e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help",
"gen-doc": "npx compodoc",
"extract-i18n": "ngc -p apps/client/tsconfig.app.json && locl extract -s='dist/out-tsc/**/*.js' -f=xlf -o='locales/messages.xlf' && pushd locales && xliffmerge en de && popd",
"coverage": "npx jest --coverage; rm -rf coverage/"
},
"private": true,
"dependencies": {
"@angular/animations": "^12.1.2",
"@angular/cdk": "^12.1.2",
"@angular/common": "^12.1.2",
"@angular/compiler": "^12.1.2",
"@angular/core": "^12.1.2",
"@angular/forms": "^12.1.2",
"@angular/platform-browser": "^12.1.2",
"@angular/platform-browser-dynamic": "^12.1.2",
"@angular/router": "^12.1.2",
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0",
"@nestjs/platform-express": "^7.0.0",
"@nestjs/serve-static": "^2.1.4",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"jam-icons": "^2.0.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"loglevel": "^1.7.1",
"pouchdb": "^7.2.2",
"pouchdb-find": "^7.2.2",
"process": "^0.11.10",
"reflect-metadata": "^0.1.13",
"rxjs": "~6.6.3",
"shallowequal": "^1.1.0",
"spectre.css": "^0.5.9",
"stream": "^0.0.2",
"string-hash": "^1.1.3",
"toposort": "^2.0.2",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^12.1.0",
"@angular-devkit/build-angular": "12.1.2",
"@angular-eslint/builder": "^4.2.0",
"@angular-eslint/eslint-plugin": "^12.0.0",
"@angular-eslint/eslint-plugin-template": "^12.0.0",
"@angular-eslint/schematics": "^4.2.0",
"@angular-eslint/template-parser": "^12.0.0",
"@angular/cli": "^12.1.2",
"@angular/compiler-cli": "^12.1.2",
"@angular/language-service": "^12.1.2",
"@angular/localize": "^11.2.12",
"@compodoc/compodoc": "^1.1.11",
"@locl/cli": "^1.0.0",
"@nestjs/schematics": "^7.0.0",
"@nestjs/testing": "^7.0.0",
"@nrwl/angular": "12.5.8",
"@nrwl/cli": "12.5.8",
"@nrwl/cypress": "12.5.8",
"@nrwl/eslint-plugin-nx": "12.5.8",
"@nrwl/jest": "12.5.8",
"@nrwl/linter": "12.5.8",
"@nrwl/nest": "12.5.8",
"@nrwl/node": "12.5.8",
"@nrwl/tao": "12.5.8",
"@nrwl/workspace": "12.5.8",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.12",
"@types/jest": "26.0.8",
"@types/jsonwebtoken": "^8.5.3",
"@types/lodash": "^4.14.171",
"@types/node": "14.14.33",
"@types/pouchdb": "^6.4.0",
"@types/pouchdb-adapter-memory": "^6.1.3",
"@types/resize-observer-browser": "^0.1.5",
"@types/shallowequal": "^1.1.1",
"@types/string-hash": "^1.1.1",
"@types/toposort": "^2.0.3",
"@types/url-join": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.22.0",
"@typescript-eslint/parser": "^4.19.0",
"cypress": "^6.0.1",
"dotenv": "8.2.0",
"eslint": "^7.25.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"jest": "27.0.3",
"jest-preset-angular": "9.0.3",
"ngx-i18nsupport": "^0.17.1",
"prettier": "2.3.2",
"ts-jest": "27.0.3",
"ts-node": "~9.1.1",
"typescript": "4.2.4"
},
"browser": {
"crypto": false
}
}