40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"name": "hypertwist-website",
|
|
"version": "1.0.0",
|
|
"description": "HyperTwist public website, auth, dashboard, pricing, and download surface.",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"type-check": "tsc --noEmit",
|
|
"test": "vitest run",
|
|
"check:runtime-readiness": "node scripts/check-runtime-readiness.mjs",
|
|
"render:same-origin-deployment": "node scripts/render-same-origin-deployment.mjs",
|
|
"render:same-origin-bundle": "node scripts/render-same-origin-bundle.mjs",
|
|
"run:vps-same-origin-staging-proof": "node scripts/run-vps-same-origin-staging-proof.mjs",
|
|
"run:vps-same-origin-live-deploy": "node scripts/run-vps-same-origin-live-deploy.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^5.83.0",
|
|
"lucide-react": "^0.525.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.30.1",
|
|
"supertokens-auth-react": "^0.51.2"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/node": "^24.0.14",
|
|
"@types/react": "^18.3.23",
|
|
"@types/react-dom": "^18.3.7",
|
|
"@vitejs/plugin-react-swc": "^3.11.0",
|
|
"jsdom": "^26.1.0",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^5.4.19",
|
|
"vitest": "^2.1.8"
|
|
}
|
|
}
|