mirror of
https://github.com/kennethnym/aris.git
synced 2026-04-12 12:51:18 +01:00
* feat: migrate to TypeScript 6 and add tsgo - Upgrade typescript from ^5 to ^6 across all packages - Address TS6 breaking changes in tsconfig files: - Add explicit types array (new default is []) - Remove deprecated baseUrl (paths work without it) - Remove redundant esModuleInterop: true - Merge DOM.Iterable into DOM lib - Install @typescript/native-preview for tsgo CLI - Enable tsgo in VS Code settings Co-authored-by: Ona <no-reply@ona.com> * chore: remove redundant tsconfig comments Co-authored-by: Ona <no-reply@ona.com> --------- Co-authored-by: Ona <no-reply@ona.com>
38 lines
911 B
JSON
38 lines
911 B
JSON
{
|
|
"name": "waitlist-website",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "react-router build",
|
|
"dev": "react-router dev",
|
|
"start": "react-router-serve ./build/server/index.js",
|
|
"typecheck": "react-router typegen && tsc"
|
|
},
|
|
"dependencies": {
|
|
"@react-router/node": "7.12.0",
|
|
"@react-router/serve": "7.12.0",
|
|
"clsx": "^2.1.1",
|
|
"isbot": "^5.1.31",
|
|
"lottie-react": "^2.4.1",
|
|
"lucide-react": "^0.577.0",
|
|
"motion": "^12.35.0",
|
|
"react": "^19.2.4",
|
|
"react-aria-components": "^1.16.0",
|
|
"react-dom": "^19.2.4",
|
|
"react-router": "7.12.0",
|
|
"resend": "^6.9.3",
|
|
"streamdown": "^2.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@react-router/dev": "7.12.0",
|
|
"@tailwindcss/vite": "^4.1.13",
|
|
"@types/node": "^22",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"tailwindcss": "^4.1.13",
|
|
"typescript": "^6",
|
|
"vite": "^7.1.7",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
}
|
|
}
|