gomtm 0.0.397 → 0.0.399
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 +6 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gomtm",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.399",
|
|
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,11 +76,12 @@
|
|
|
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-mtmapi.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": {
|