-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
122 lines (120 loc) · 4.79 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
{
"name": "your-infinite-storybook",
"version": "0.0.0",
"license": "MIT",
"private": true,
"scripts": {
"timeout": "timeout",
"sleep": "sleep",
"timeout:10": "sleep 10",
"timeout:30": "sleep 30",
"timeout:60": "sleep 60",
"prettier": "prettier",
"prettier:fix": "prettier -w 'apps/**/*.{ts,json,html,pug,scss}' 'libs/**/*.{json,ts,html,pug,scss}'",
"eslint": "eslint",
"eslint:fix:all": "nx run-many --target=lint --all --skip-nx-cache --verbose --fix --parallel --maxParallel=30; exit 0",
"lint:fix:all": "npm run eslint:fix:all && npm run prettier:fix",
"graphql:codegen": "graphql-codegen --config graphql-codegen.config.ts",
"shared:graphql-codegen": "graphql-codegen --config tools/config/graphql-codegen/graphql-codegen.config.ts",
"your-infinite-storybook:graphql-codegen": "graphql-codegen --config tools/config/graphql-codegen/your-infinite-storybook.graphql-codegen-config.ts"
},
"dependencies": {
"@angular/animations": "~15.2.0",
"@angular/cdk": "^15.2.2",
"@angular/common": "~15.2.0",
"@angular/compiler": "~15.2.0",
"@angular/core": "~15.2.0",
"@angular/flex-layout": "^15.0.0-beta.42",
"@angular/forms": "~15.2.0",
"@angular/material": "^15.2.2",
"@angular/platform-browser": "~15.2.0",
"@angular/platform-browser-dynamic": "~15.2.0",
"@angular/router": "~15.2.0",
"@apollo/client": "^3.7.10",
"@apollo/server": "^4.5.0",
"@fortawesome/angular-fontawesome": "^0.12.1",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@nestjs/apollo": "^11.0.3",
"@nestjs/common": "^9.0.0",
"@nestjs/config": "^2.3.1",
"@nestjs/core": "^9.0.0",
"@nestjs/graphql": "^11.0.0",
"@nestjs/platform-express": "^9.0.0",
"@nestjs/typeorm": "^9.0.1",
"@types/graphql": "^14.5.0",
"apollo-angular": "^4.2.1",
"assert-never": "^1.2.1",
"axios": "^1.0.0",
"bluebird": "^3.7.2",
"class-validator": "^0.14.0",
"graphql": "^16.6.0",
"graphql-subscriptions": "^2.0.0",
"graphql-type-json": "^0.3.2",
"lodash": "^4.17.21",
"openai": "^3.2.1",
"pg": "^8.10.0",
"reflect-metadata": "^0.1.13",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.12.0"
},
"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",
"@graphql-codegen/cli": "3.2.2",
"@graphql-codegen/fragment-matcher": "4.0.1",
"@graphql-codegen/introspection": "^3.0.1",
"@graphql-codegen/near-operation-file-preset": "^2.5.0",
"@graphql-codegen/typescript": "^3.0.3",
"@graphql-codegen/typescript-apollo-angular": "3.5.6",
"@graphql-codegen/typescript-operations": "^3.0.3",
"@graphql-codegen/typescript-resolvers": "^3.2.0",
"@nestjs/schematics": "^9.0.0",
"@nestjs/testing": "^9.0.0",
"@nrwl/angular": "^15.8.5",
"@nrwl/cypress": "15.8.5",
"@nrwl/eslint-plugin-nx": "15.8.5",
"@nrwl/jest": "15.8.5",
"@nrwl/js": "15.8.5",
"@nrwl/linter": "15.8.5",
"@nrwl/nest": "^15.8.5",
"@nrwl/node": "15.8.5",
"@nrwl/webpack": "15.8.5",
"@nrwl/workspace": "15.8.5",
"@prettier/plugin-pug": "^2.4.1",
"@schematics/angular": "~15.2.0",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/bluebird-global": "^3.5.13",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.191",
"@types/node": "~18.7.1",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@webdiscus/pug-loader": "^2.10.4",
"cypress": "^12.2.0",
"dotenv": "^16.0.3",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jest-preset-angular": "~13.0.0",
"nx": "15.8.5",
"prettier": "^2.8.4",
"pug": "^3.0.2",
"pug-plugin-ng": "^0.0.3",
"ts-jest": "^29.0.5",
"ts-node": "10.9.1",
"typescript": "~4.9.5"
}
}