@app-studio/web 0.9.93 → 0.9.95

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@app-studio/web",
3
- "version": "0.9.93",
3
+ "version": "0.9.95",
4
4
  "main": "dist/web.cjs.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "scripts": {
14
14
  "start": "vite",
15
- "build:web": "vite build",
15
+ "prelighthouse": "vite build",
16
16
  "build": "vite build --config vite.lib.config.ts",
17
17
  "test": "vitest",
18
18
  "test:unwatch": "vitest run",
@@ -32,7 +32,7 @@
32
32
  "prettier:fix": "prettier --write \"src/**/*.{js,jsx,ts,tsx, json}\"",
33
33
  "prepare": "husky install",
34
34
  "commit:lint": "npm run lint:fix",
35
- "lighthouse": "lighthouse http://localhost:3000 --view --budget-path=./budget.json",
35
+ "lighthouse": "npx --yes kill-port 4173; npx --yes start-server-and-test preview http://localhost:4173 \"lighthouse http://localhost:4173 --view --budget-path=./budget.json\"",
36
36
  "bundle-analyzer": "node ./scripts/analyse.js",
37
37
  "size": "size-limit",
38
38
  "analyze": "size-limit --why",
@@ -77,7 +77,6 @@
77
77
  "last 1 safari version"
78
78
  ]
79
79
  },
80
- "dependencies": {},
81
80
  "devDependencies": {
82
81
  "@anthropic-ai/sdk": "^0.39.0",
83
82
  "@app-studio/react-api": "^0.15.28",
@@ -100,6 +99,7 @@
100
99
  "@testing-library/jest-dom": "^5.17.0",
101
100
  "@testing-library/react": "^14.3.1",
102
101
  "@testing-library/user-event": "^13.5.0",
102
+ "@types/compression": "^1.8.1",
103
103
  "@types/jest": "^27.5.2",
104
104
  "@types/node": "^20.0.0",
105
105
  "@types/react": "^18.0.28",
@@ -108,15 +108,16 @@
108
108
  "@typescript-eslint/eslint-plugin": "^5.59.7",
109
109
  "@typescript-eslint/parser": "^5.59.7",
110
110
  "@vitejs/plugin-react": "^4.7.0",
111
- "date-fns": "^2.30.0",
112
- "app-studio": "^0.7.7",
111
+ "app-studio": "^0.7.11",
113
112
  "babel-jest": "^29.5.0",
114
113
  "babel-loader": "^9.1.2",
115
114
  "babel-plugin-named-exports-order": "^0.0.2",
116
115
  "babel-plugin-react-require": "^4.0.0",
117
116
  "cheerio": "^1.0.0-rc.12",
118
117
  "commitlint": "^18.2.0",
118
+ "compression": "^1.8.1",
119
119
  "css-loader": "^6.7.4",
120
+ "date-fns": "^2.30.0",
120
121
  "dotenv": "^16.4.5",
121
122
  "eslint": "^8.57.1",
122
123
  "eslint-plugin-import": "^2.27.5",
@@ -124,14 +125,12 @@
124
125
  "eslint-plugin-react-hooks": "^4.6.0",
125
126
  "eslint-plugin-simple-import-sort": "^10.0.0",
126
127
  "eslint-plugin-unused-imports": "^4.1.4",
128
+ "formik": "^2.4.6",
127
129
  "husky": "^8.0.0",
128
130
  "jsdom": "^27.4.0",
129
131
  "lighthouse": "^11.6.0",
130
132
  "lint-staged": "^13.2.2",
131
133
  "lucide-react": "^0.562.0",
132
- "formik": "^2.4.6",
133
- "typescript": "^4.9.5",
134
- "zustand": "^4.3.8",
135
134
  "openai": "^4.91.1",
136
135
  "prettier": "^2.8.8",
137
136
  "react": "^18.2.0",
@@ -147,22 +146,24 @@
147
146
  "ts-loader": "^9.4.2",
148
147
  "tsc-alias": "^1.8.8",
149
148
  "tslib": "^2.8.1",
149
+ "typescript": "^4.9.5",
150
150
  "vite": "^5.4.21",
151
151
  "vite-plugin-dts": "^4.5.4",
152
152
  "vitest": "^4.0.18",
153
153
  "webpack": "^5.89.0",
154
154
  "webpack-bundle-analyzer": "^4.8.0",
155
- "yup": "^1.5.0"
155
+ "yup": "^1.5.0",
156
+ "zustand": "^4.3.8"
156
157
  },
157
158
  "peerDependencies": {
159
+ "app-studio": ">= 0.7",
160
+ "formik": ">=2",
158
161
  "lucide-react": "*",
159
162
  "react": ">= 17",
160
163
  "react-dom": ">= 17",
161
164
  "react-router-dom": ">= 6",
162
- "app-studio": ">= 0.7",
163
165
  "typescript": ">=4",
164
- "zustand": ">=4",
165
- "formik": ">=2"
166
+ "zustand": ">=4"
166
167
  },
167
168
  "size-limit": [
168
169
  {