@app-studio/web 0.9.88 → 0.9.89
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/dist/web.cjs.js +13 -13
- package/dist/web.cjs.js.map +1 -1
- package/dist/web.esm.js +3047 -3040
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.js +15 -15
- package/dist/web.umd.js.map +1 -1
- package/package.json +13 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@app-studio/web",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.89",
|
|
4
4
|
"main": "dist/web.cjs.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -77,13 +77,7 @@
|
|
|
77
77
|
"last 1 safari version"
|
|
78
78
|
]
|
|
79
79
|
},
|
|
80
|
-
"dependencies": {
|
|
81
|
-
"contrast": "^1.0.1",
|
|
82
|
-
"date-fns": "^2.30.0",
|
|
83
|
-
"formik": "^2.4.6",
|
|
84
|
-
"typescript": "^4.9.5",
|
|
85
|
-
"zustand": "^4.3.8"
|
|
86
|
-
},
|
|
80
|
+
"dependencies": {},
|
|
87
81
|
"devDependencies": {
|
|
88
82
|
"@anthropic-ai/sdk": "^0.39.0",
|
|
89
83
|
"@app-studio/react-api": "^0.15.28",
|
|
@@ -107,53 +101,46 @@
|
|
|
107
101
|
"@testing-library/react": "^14.3.1",
|
|
108
102
|
"@testing-library/user-event": "^13.5.0",
|
|
109
103
|
"@types/jest": "^27.5.2",
|
|
110
|
-
"@types/node": "^
|
|
104
|
+
"@types/node": "^20.0.0",
|
|
111
105
|
"@types/react": "^18.0.28",
|
|
112
106
|
"@types/react-dom": "^18.0.11",
|
|
113
107
|
"@types/react-test-renderer": "^18.0.0",
|
|
114
108
|
"@typescript-eslint/eslint-plugin": "^5.59.7",
|
|
115
109
|
"@typescript-eslint/parser": "^5.59.7",
|
|
116
110
|
"@vitejs/plugin-react": "^4.7.0",
|
|
111
|
+
"date-fns": "^2.30.0",
|
|
117
112
|
"app-studio": "^0.7.7",
|
|
118
|
-
"async-mutex": "^0.5.0",
|
|
119
113
|
"babel-jest": "^29.5.0",
|
|
120
114
|
"babel-loader": "^9.1.2",
|
|
121
115
|
"babel-plugin-named-exports-order": "^0.0.2",
|
|
122
116
|
"babel-plugin-react-require": "^4.0.0",
|
|
123
|
-
"brotli-webpack-plugin": "^1.1.0",
|
|
124
117
|
"cheerio": "^1.0.0-rc.12",
|
|
125
118
|
"commitlint": "^18.2.0",
|
|
126
|
-
"compression": "^1.7.4",
|
|
127
|
-
"compression-webpack-plugin": "^10.0.0",
|
|
128
119
|
"css-loader": "^6.7.4",
|
|
129
120
|
"dotenv": "^16.4.5",
|
|
130
|
-
"env-cmd": "^10.1.0",
|
|
131
121
|
"eslint": "^8.57.1",
|
|
132
122
|
"eslint-plugin-import": "^2.27.5",
|
|
133
123
|
"eslint-plugin-react": "^7.32.2",
|
|
134
124
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
135
125
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
136
126
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
137
|
-
"express": "^4.18.2",
|
|
138
|
-
"groq-sdk": "^0.17.0",
|
|
139
127
|
"husky": "^8.0.0",
|
|
140
128
|
"jsdom": "^27.4.0",
|
|
141
129
|
"lighthouse": "^11.6.0",
|
|
142
130
|
"lint-staged": "^13.2.2",
|
|
143
131
|
"lucide-react": "^0.562.0",
|
|
144
|
-
"
|
|
145
|
-
"
|
|
132
|
+
"formik": "^2.4.6",
|
|
133
|
+
"typescript": "^4.9.5",
|
|
134
|
+
"zustand": "^4.3.8",
|
|
146
135
|
"openai": "^4.91.1",
|
|
147
136
|
"prettier": "^2.8.8",
|
|
148
137
|
"react": "^18.2.0",
|
|
149
138
|
"react-dom": "^18.2.0",
|
|
150
139
|
"react-helmet": "^6.1.0",
|
|
151
140
|
"react-router-dom": "^6.11.1",
|
|
152
|
-
"react-scripts": "^5.0.1",
|
|
153
141
|
"react-test-renderer": "^18.2.0",
|
|
154
142
|
"release-it": "^16.2.1",
|
|
155
143
|
"replicate": "^1.0.1",
|
|
156
|
-
"router": "^1.3.8",
|
|
157
144
|
"simple-git": "^3.22.0",
|
|
158
145
|
"store": "^2.0.12",
|
|
159
146
|
"tiktoken": "^1.0.20",
|
|
@@ -163,15 +150,18 @@
|
|
|
163
150
|
"vite": "^5.4.21",
|
|
164
151
|
"vite-plugin-dts": "^4.5.4",
|
|
165
152
|
"vitest": "^4.0.18",
|
|
166
|
-
"web-vitals": "^2.1.4",
|
|
167
153
|
"webpack": "^5.89.0",
|
|
168
154
|
"webpack-bundle-analyzer": "^4.8.0",
|
|
169
|
-
"webpack-cli": "^5.1.3",
|
|
170
155
|
"yup": "^1.5.0"
|
|
171
156
|
},
|
|
172
157
|
"peerDependencies": {
|
|
173
158
|
"lucide-react": "*",
|
|
174
|
-
"react": ">= 17"
|
|
159
|
+
"react": ">= 17",
|
|
160
|
+
"react-dom": ">= 17",
|
|
161
|
+
"app-studio": ">= 0.7",
|
|
162
|
+
"typescript": ">=4",
|
|
163
|
+
"zustand": ">=4",
|
|
164
|
+
"formik": ">=2"
|
|
175
165
|
},
|
|
176
166
|
"size-limit": [
|
|
177
167
|
{
|