gomtm 0.0.396 → 0.0.398
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.
- package/package.json +12 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gomtm",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.398",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -50,14 +50,6 @@
|
|
|
50
50
|
"./src/*/index.tsx",
|
|
51
51
|
"./dist/esm/*.js",
|
|
52
52
|
"./dist/esm/*/index.js"
|
|
53
|
-
],
|
|
54
|
-
"require": [
|
|
55
|
-
"./dist/*.js",
|
|
56
|
-
"./dist/*/index.js",
|
|
57
|
-
"./src/*.ts",
|
|
58
|
-
"./src/*/index.ts",
|
|
59
|
-
"./src/*.tsx",
|
|
60
|
-
"./src/*/index.tsx"
|
|
61
53
|
]
|
|
62
54
|
},
|
|
63
55
|
"./tailwind": {
|
|
@@ -84,23 +76,21 @@
|
|
|
84
76
|
"scripts": {
|
|
85
77
|
"prepare": "panda codegen",
|
|
86
78
|
"build": "next build",
|
|
87
|
-
"dev": "with-env
|
|
79
|
+
"dev": "bun with-env next dev",
|
|
88
80
|
"dev:watch": "bun concurrently 'bun run dev' 'bun run codegen:local --watch'",
|
|
89
|
-
"with-env": "dotenv -e ./env/dev.env --",
|
|
90
|
-
"graphql-codegen": "graphql-codegen",
|
|
91
|
-
"codegen": "graphql-codegen --config codegen.ts",
|
|
81
|
+
"with-env": "dotenv -e ./env/gomtm-ui-dev.env --",
|
|
82
|
+
"graphql-codegen---": "graphql-codegen",
|
|
83
|
+
"codegen:watch": "bun graphql-codegen --config codegen-mtmapi.ts --watch",
|
|
84
|
+
"codegen": "bun graphql-codegen --config codegen-mtmapi.ts",
|
|
92
85
|
"codegen:local": "graphql-codegen --config codegen-local.ts"
|
|
93
86
|
},
|
|
94
87
|
"dependencies": {
|
|
95
88
|
"@apollo/server": "^4.10.4",
|
|
96
89
|
"@as-integrations/next": "^3.0.0",
|
|
97
90
|
"@parcel/watcher": "^2.4.0",
|
|
98
|
-
"@
|
|
99
|
-
"@
|
|
100
|
-
"@
|
|
101
|
-
"@tanstack/react-query": "^5.28.14",
|
|
102
|
-
"@tanstack/react-query-devtools": "^5.28.14",
|
|
103
|
-
"@tanstack/react-query-next-experimental": "^5.28.14",
|
|
91
|
+
"@tanstack/react-query": "^5.45.1",
|
|
92
|
+
"@tanstack/react-query-devtools": "^5.45.1",
|
|
93
|
+
"@tanstack/react-query-next-experimental": "^5.45.1",
|
|
104
94
|
"commander": "^12.0.0",
|
|
105
95
|
"graphql": "^16.8.1",
|
|
106
96
|
"edge-runtime": "^2.5.9",
|
|
@@ -122,7 +112,9 @@
|
|
|
122
112
|
"stable-hash": "^0.0.4",
|
|
123
113
|
"universal-cookie": "^7.1.4",
|
|
124
114
|
"zod": "^3.22.2",
|
|
125
|
-
"zustand": "^4.5.2"
|
|
115
|
+
"zustand": "^4.5.2",
|
|
116
|
+
"graphql-request": "6.1.0",
|
|
117
|
+
"ulid": "2.3.0"
|
|
126
118
|
},
|
|
127
119
|
"devDependencies": {
|
|
128
120
|
"@graphql-codegen/add": "^5.0.0",
|
|
@@ -143,9 +135,6 @@
|
|
|
143
135
|
"@chromatic-com/storybook": "^1.2.18",
|
|
144
136
|
"@cloudflare/kv-asset-handler": "^0.2.0",
|
|
145
137
|
"@cloudflare/workers-types": "^4.20240222.0",
|
|
146
|
-
"@connectrpc/connect": "^1.4.0",
|
|
147
|
-
"@connectrpc/connect-web": "^1.4.0",
|
|
148
|
-
"@connectrpc/protoc-gen-connect-es": "^1.4.0",
|
|
149
138
|
"@edge-runtime/jest-environment": "^2.3.10",
|
|
150
139
|
"@edge-runtime/jest-expect": "^1.2.0",
|
|
151
140
|
"@edge-runtime/ponyfill": "^2.4.2",
|