stack/examples/react-example/package.json
Bilal Godil d4f6f58735 feat(hexclave): PR 2 — visible rebrand to Hexclave
Rebased onto dev after PR 1475 (cl/hexclave-pr1) was squash-merged.
Squashes the original 46-commit branch (including PR1-duplicate commits
that arrived via cherry-picks/merges) into a single commit containing
only PR2's net delta over dev.

Original PR 1481 head: 94872de407873a1cabd4085deb21b69afe8d7699
(kept locally at backup/cl-romantic-mendel-5a2c25-pre-rebase)
2026-05-23 17:35:08 -07:00

30 lines
789 B
JSON

{
"name": "react-example",
"private": true,
"version": "2.8.103",
"repository": "https://github.com/hexclave/hexclave",
"type": "module",
"scripts": {
"dev": "vite --force --port ${NEXT_PUBLIC_HEXCLAVE_PORT_PREFIX:-81}20",
"build": "tsc -b && vite build",
"clean": "rimraf dist && rimraf node_modules",
"typecheck": "tsc --noEmit",
"preview": "vite preview"
},
"dependencies": {
"@stackframe/react": "workspace:*",
"react": "^19.0.1",
"react-dom": "^19.0.1",
"react-router-dom": "^7.2.0"
},
"devDependencies": {
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"globals": "^15.14.0",
"typescript": "5.9.3",
"vite": "^6.1.0"
},
"packageManager": "pnpm@10.23.0"
}