gomtm 0.0.395 → 0.0.397

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +26 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gomtm",
3
- "version": "0.0.395",
3
+ "version": "0.0.397",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "private": false,
@@ -82,22 +82,24 @@
82
82
  }
83
83
  },
84
84
  "scripts": {
85
+ "prepare": "panda codegen",
85
86
  "build": "next build",
86
- "mtxcli": "tsx src/main.ts",
87
- "dev": "pnpm with-env npx next dev",
88
- "dev:win": "dotenv -e ./env/win.env -- next dev",
87
+ "dev": "with-env npx next dev",
88
+ "dev:watch": "bun concurrently 'bun run dev' 'bun run codegen:local --watch'",
89
89
  "with-env": "dotenv -e ./env/dev.env --",
90
- "run1": "tsx src/cli.ts",
91
- "release": "npm publish"
90
+ "graphql-codegen": "graphql-codegen",
91
+ "codegen": "graphql-codegen --config codegen-mtmapi.ts",
92
+ "codegen:local": "graphql-codegen --config codegen-local.ts"
92
93
  },
93
94
  "dependencies": {
94
- "@bufbuild/protobuf": "^1.8.0",
95
- "@connectrpc/connect": "^1.4.0",
96
- "@connectrpc/connect-web": "^1.4.0",
97
- "@tanstack/react-query": "^5.28.14",
98
- "@tanstack/react-query-devtools": "^5.28.14",
99
- "@tanstack/react-query-next-experimental": "^5.28.14",
95
+ "@apollo/server": "^4.10.4",
96
+ "@as-integrations/next": "^3.0.0",
97
+ "@parcel/watcher": "^2.4.0",
98
+ "@tanstack/react-query": "^5.45.1",
99
+ "@tanstack/react-query-devtools": "^5.45.1",
100
+ "@tanstack/react-query-next-experimental": "^5.45.1",
100
101
  "commander": "^12.0.0",
102
+ "graphql": "^16.8.1",
101
103
  "edge-runtime": "^2.5.9",
102
104
  "github-slugger": "^2.0.0",
103
105
  "jose": "^5.2.4",
@@ -117,9 +119,19 @@
117
119
  "stable-hash": "^0.0.4",
118
120
  "universal-cookie": "^7.1.4",
119
121
  "zod": "^3.22.2",
120
- "zustand": "^4.5.2"
122
+ "zustand": "^4.5.2",
123
+ "graphql-request": "6.1.0",
124
+ "ulid": "2.3.0"
121
125
  },
122
126
  "devDependencies": {
127
+ "@graphql-codegen/add": "^5.0.0",
128
+ "@graphql-codegen/cli": "5.0.0",
129
+ "@graphql-codegen/typescript-operations": "^4.0.1",
130
+ "@pandacss/dev": "^0.41.0",
131
+ "@types/node": "^20.14.6",
132
+ "autoprefixer": "^10.4.16",
133
+ "concurrently": "^8.2.2",
134
+ "postcss": "^8.4.38",
123
135
  "@babel/core": "^7.24.0",
124
136
  "@bufbuild/buf": "^1.30.0",
125
137
  "@bufbuild/jest-environment-jsdom": "^0.1.1",
@@ -130,12 +142,10 @@
130
142
  "@chromatic-com/storybook": "^1.2.18",
131
143
  "@cloudflare/kv-asset-handler": "^0.2.0",
132
144
  "@cloudflare/workers-types": "^4.20240222.0",
133
- "@connectrpc/connect": "^1.4.0",
134
- "@connectrpc/connect-web": "^1.4.0",
135
- "@connectrpc/protoc-gen-connect-es": "^1.4.0",
136
145
  "@edge-runtime/jest-environment": "^2.3.10",
137
146
  "@edge-runtime/jest-expect": "^1.2.0",
138
147
  "@edge-runtime/ponyfill": "^2.4.2",
148
+ "@graphql-codegen/typescript-react-query": "^6.1.0",
139
149
  "@jest/globals": "^29.7.0",
140
150
  "@netlify/plugin-nextjs": "^4.29.2",
141
151
  "@playwright/test": "^1.28.1",
@@ -172,10 +182,8 @@
172
182
  "@typescript-eslint/eslint-plugin": "^6.0.0",
173
183
  "@typescript-eslint/parser": "^6.0.0",
174
184
  "@vitejs/plugin-react-swc": "^3.6.0",
175
- "autoprefixer": "^10.0.1",
176
185
  "babel-jest": "^29.7.0",
177
186
  "clean-webpack-plugin": "^4.0.0",
178
- "concurrently": "^7.6.0",
179
187
  "copy-webpack-plugin": "^12.0.2",
180
188
  "cross-env": "^7.0.3",
181
189
  "css-loader": "^6.10.0",
@@ -197,14 +205,10 @@
197
205
  "extract-files": "^13.0.0",
198
206
  "file-loader": "^6.2.0",
199
207
  "fork-ts-checker-webpack-plugin": "^7.2.13",
200
- "http-server": "^14.1.1",
201
208
  "jsdom": "^24.0.0",
202
209
  "less": "^4.1.3",
203
210
  "less-loader": "^11.1.0",
204
211
  "mini-css-extract-plugin": "^2.7.6",
205
- "npm-run-all": "^4.1.5",
206
- "playwright": "^1.28.1",
207
- "postcss": "^8",
208
212
  "postcss-loader": "^6.2.1",
209
213
  "postcss-preset-env": "^9.3.0",
210
214
  "prettier": "^3.2.5",
@@ -225,7 +229,6 @@
225
229
  "ts-loader": "^9.5.1",
226
230
  "ts-node": "^10.9.1",
227
231
  "tsc-alias": "^1.8.8",
228
- "tsup": "^8.0.2",
229
232
  "tsx": "^4.7.1",
230
233
  "typescript": "^5.4.5",
231
234
  "vite": "^5.1.4",