@superdangerous/app-framework 4.17.2 → 4.17.4

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 +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdangerous/app-framework",
3
- "version": "4.17.2",
3
+ "version": "4.17.4",
4
4
  "description": "Opinionated TypeScript framework for structured vibecoding - building internal web and desktop apps with batteries included",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "scripts": {
55
55
  "build": "tsc",
56
- "build:ui": "cd ui && npm ci && npm run build",
56
+ "build:ui": "cd ui && npm ci --include=dev && npm run build",
57
57
  "build:all": "npm run build && npm run build:ui",
58
58
  "build:watch": "tsc --watch",
59
59
  "clean": "rm -rf dist",
@@ -138,6 +138,9 @@
138
138
  "globals": "^16.3.0",
139
139
  "npm-run-all": "^4.1.5",
140
140
  "prettier": "^3.5.1",
141
+ "react": "^18.3.1",
142
+ "react-dom": "^18.3.1",
143
+ "react-router-dom": "^7.13.0",
141
144
  "socket.io-client": "^4.8.1",
142
145
  "supertest": "^7.1.4",
143
146
  "tsx": "^4.20.4",