-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
112 lines (112 loc) · 3.81 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
{
"name": "fridge-to-plate",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start:app:dev": "npx nx run app:serve --configuration=development",
"start:app:prod": "npx nx run app:serve --configuration=production",
"start:api": "npx nx run api:serve",
"build:app:dev": "npx nx run app:build --configuration=development",
"build:app:prod": "npx nx run app:build --configuration=production",
"build:api": "npx nx run api:build",
"e2e:app:test": "npx nx run app-e2e:e2e",
"e2e:app:open": "cd apps/app-e2e && npx cypress open",
"test:app": "npx nx run app:test",
"test:workspace:ci": "npx nx run-many --target=test --all --codeCoverage=true --coverageReporters=lcov --parallel=true && node ./tools/coverageMerger.js",
"test:api": "npx nx run api:test"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "~15.2.0",
"@angular-devkit/core": "~15.2.0",
"@angular-devkit/schematics": "~15.2.0",
"@angular-eslint/eslint-plugin": "~15.0.0",
"@angular-eslint/eslint-plugin-template": "~15.0.0",
"@angular-eslint/template-parser": "~15.0.0",
"@angular/cli": "~15.2.0",
"@angular/compiler-cli": "~15.2.0",
"@angular/language-service": "~15.2.0",
"@ionic/angular-toolkit": "^9.0.0",
"@nrwl/cypress": "15.9.3",
"@nrwl/eslint-plugin-nx": "15.9.3",
"@nrwl/jest": "15.9.3",
"@nrwl/js": "15.9.3",
"@nrwl/linter": "15.9.3",
"@nrwl/nx-cloud": "^16.0.5",
"@nrwl/web": "15.9.3",
"@nrwl/workspace": "15.9.2",
"@nx/eslint-plugin": "^16.4.2",
"@nx/jest": "16.0.3",
"@nx/js": "16.0.3",
"@nxrocks/nx-spring-boot": "^7.0.0",
"@schematics/angular": "~15.2.0",
"@types/jest": "^29.5.1",
"@types/node": "^16.11.7",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"autoprefixer": "^10.4.0",
"chance": "^1.1.11",
"cypress": "^12.17.2",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.4.1",
"jest-preset-angular": "~13.0.0",
"nx": "15.9.2",
"postcss": "^8.4.5",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.2",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~4.9.5"
},
"dependencies": {
"@angular/animations": "~15.2.0",
"@angular/cdk": "^15.2.0",
"@angular/common": "~15.2.0",
"@angular/compiler": "~15.2.0",
"@angular/core": "~15.2.0",
"@angular/forms": "~15.2.0",
"@angular/platform-browser": "~15.2.0",
"@angular/platform-browser-dynamic": "~15.2.0",
"@angular/pwa": "^15.2.9",
"@angular/router": "~15.2.0",
"@angular/service-worker": "15.2.8",
"@aws-crypto/sha256-js": "^4.0.0",
"@aws-sdk/client-cognito-identity-provider": "^3.377.0",
"@ericblade/quagga2": "^1.8.2",
"@ionic/angular": "^7.0.6",
"@ngxs-labs/actions-executing": "^1.0.6",
"@ngxs/devtools-plugin": "^3.8.1",
"@ngxs/logger-plugin": "^3.8.1",
"@ngxs/router-plugin": "^3.8.1",
"@ngxs/schematics": "^0.0.1-alpha.5",
"@ngxs/storage-plugin": "^3.8.1",
"@ngxs/store": "^3.8.1",
"@nrwl/angular": "^16.0.3",
"@types/swiper": "^6.0.0",
"amazon-cognito-identity-js": "^3.3.3",
"aws-sdk": "^2.1409.0",
"chart.js": "^4.4.0",
"crypto-browserify": "^3.12.0",
"dotenv": "^16.3.1",
"dotenv-webpack": "^8.0.1",
"mocha": "^10.2.0",
"ng-zorro-antd": "^15.1.0",
"ng2-charts": "^4.1.1",
"ngx-barcode-scanner": "^14.0.1",
"ngx-skeleton-loader": "^7.0.0",
"ngx-swiper-wrapper": "^10.0.0",
"quagga": "^0.12.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"rxjs": "~7.8.0",
"swiper": "^10.0.4",
"tslib": "^2.3.0",
"uuid": "^9.0.0",
"zone.js": "~0.12.0"
}
}