forked from ts-rest/ts-rest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
177 lines (177 loc) · 6.1 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"name": "ts-rest",
"version": "0.2.0",
"license": "MIT",
"scripts": {
"version-packages": "changeset version",
"release": "pnpm nx run-many --target=build --exclude=example-expo && changeset publish",
"nest": "pnpm nx run example-nest:serve",
"affected:all": "pnpm nx affected:lint && pnpm nx affected:test && pnpm nx affected:build",
"docs:build": "pnpm nx run docs:build && ts-node ./tools/scripts/docs-redirects.ts",
"example-microservice:serve": "pnpm nx run-many --target=serve --projects=example-microservice-posts-service,example-microservice-users-service,example-microservice-web-app,example-microservice-web-app-solid --parallel=10",
"example-microservice:graph": "pnpm nx dep-graph --focus=example-microservice-posts-service,example-microservice-web-app,example-microservice-web-app-solid",
"ts-rest:build-watch": "pnpm nx run-many --target=build --projects=ts-rest-core,ts-rest-express,ts-rest-express,ts-rest-nest,ts-rest-next,ts-rest-open-api,ts-rest-react-query --parallel --watch",
"ci:nx-affected": "yarn ts-node ./tools/workflows/nx-affected.ts",
"postinstall": "pnpm prisma generate"
},
"repository": "https://github.com/ts-rest/ts-rest",
"private": true,
"workspaces": [
"libs/ts-rest/*"
],
"dependencies": {
"@actions/core": "^1.10.0",
"@changesets/cli": "^2.24.3",
"@docusaurus/core": "2.0.1",
"@docusaurus/preset-classic": "2.0.1",
"@expo/metro-config": "0.3.22",
"@mdx-js/react": "1.6.22",
"@nestjs/apollo": "^10.0.22",
"@nestjs/common": "^9.0.11",
"@nestjs/core": "^9.0.11",
"@nestjs/graphql": "^10.0.22",
"@nestjs/platform-express": "^9.0.11",
"@nestjs/swagger": "^6.1.0",
"@nrwl/rollup": "15.0.1",
"@prisma/client": "^4.5.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/stack": "^6.3.0",
"@stackblitz/sdk": "^1.8.0",
"@swc/helpers": "~0.4.11",
"@tailwindcss/typography": "^0.5.4",
"@tanstack/query-core": "^4.10.3",
"@tanstack/react-query": "^4.2.3",
"@tanstack/react-query-devtools": "^4.2.3",
"@tanstack/solid-query": "^4.8.0",
"@types/body-parser": "^1.19.2",
"@types/multer": "^1.4.7",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-react": "^2.1.0",
"@vitest/coverage-c8": "^0.23.4",
"apollo-server-express": "^3.10.2",
"autoprefixer": "10.4.12",
"body-parser": "^1.20.0",
"classnames": "^2.3.1",
"clsx": "^1.1.1",
"core-js": "^3.25.0",
"cors": "^2.8.5",
"daisyui": "^2.24.0",
"expo": "46.0.13",
"expo-dev-client": "~1.1.1",
"expo-splash-screen": "~0.16.1",
"expo-status-bar": "~1.4.0",
"expo-structured-headers": "~2.2.1",
"expo-updates": "~0.14.3",
"express": "4.18.1",
"express-serve-static-core": "^0.1.1",
"graphql": "^16.6.0",
"multer": "1.4.5-lts.1",
"next": "12.3.1",
"openapi3-ts": "^2.0.2",
"postcss": "^8.4.16",
"prism-react-renderer": "^1.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.34.2",
"react-hot-toast": "^2.3.0",
"react-native": "0.69.6",
"react-native-gesture-handler": "~2.5.0",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-svg": "13.1.0",
"react-native-svg-transformer": "1.0.0",
"react-native-web": "~0.18.7",
"react-native-webview": "^11.23.1",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.9",
"rxjs": "^7.0.0",
"solid-js": "^1.5.1",
"swagger-ui-express": "^4.5.0",
"tailwind-rn": "^4.2.0",
"tailwindcss": "^3.1.8",
"ts-morph": "^15.1.0",
"tslib": "^2.3.0",
"uuid": "^8.3.2",
"vitest": "^0.23.4",
"zod": "^3.18.0",
"zod-to-json-schema": "^3.17.1",
"zustand": "^4.1.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.1",
"@nestjs/schematics": "^9.0.1",
"@nestjs/testing": "^9.0.11",
"@nrwl/cli": "15.0.1",
"@nrwl/cypress": "15.0.1",
"@nrwl/detox": "15.0.1",
"@nrwl/eslint-plugin-nx": "15.0.1",
"@nrwl/expo": "15.0.1",
"@nrwl/express": "15.0.1",
"@nrwl/jest": "15.0.1",
"@nrwl/js": "15.0.1",
"@nrwl/linter": "15.0.1",
"@nrwl/nest": "15.0.1",
"@nrwl/next": "15.0.1",
"@nrwl/node": "15.0.1",
"@nrwl/nx-cloud": "15.0.0",
"@nrwl/react": "15.0.1",
"@nrwl/web": "15.0.1",
"@nrwl/workspace": "15.0.1",
"@nx-plus/docusaurus": "14.1.0",
"@svgr/webpack": "^6.3.1",
"@swc/cli": "~0.1.55",
"@swc/core": "^1.2.244",
"@swc/jest": "0.2.22",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/jest-native": "4.0.13",
"@testing-library/react": "13.4.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react-native": "11.2.0",
"@types/cors": "^2.8.12",
"@types/express": "4.17.13",
"@types/jest": "28.1.8",
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"@types/react-native": "0.69.8",
"@types/supertest": "^2.0.12",
"@types/swagger-ui-express": "^4.1.3",
"@typescript-eslint/eslint-plugin": "5.39.0",
"@typescript-eslint/parser": "5.39.0",
"@wanews/nx-vite": "^0.11.0",
"babel-jest": "28.1.3",
"babel-preset-expo": "~9.2.0",
"concurrently": "^7.4.0",
"cypress": "^10.6.0",
"detox": "19.12.5",
"eas-cli": "2.1.0",
"eslint": "~8.23.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-react-hooks": "4.6.0",
"expo-cli": "6.0.6",
"jest": "28.1.3",
"jest-circus": "28.1.1",
"jest-environment-jsdom": "28.1.3",
"jest-expo": "46.0.1",
"metro-babel-register": "0.72.0",
"metro-resolver": "0.72.3",
"nx": "15.0.1",
"prettier": "^2.6.2",
"prisma": "^4.5.0",
"react-test-renderer": "18.2.0",
"sass": "1.55.0",
"supertest": "^6.2.4",
"ts-jest": "28.0.8",
"ts-node": "^10.9.1",
"tsd": "^0.22.0",
"typescript": "4.8.4",
"vite": "^3.1.2",
"vite-plugin-solid": "2.3.0"
}
}