34 lines
859 B
JSON
34 lines
859 B
JSON
{
|
|
"name": "typedfetch-website",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@catalystlabs/typedfetch": "^0.2.0",
|
|
"@mantine/code-highlight": "^8.0.0",
|
|
"@mantine/core": "^8.0.0",
|
|
"@mantine/hooks": "^8.0.0",
|
|
"@mantine/spotlight": "^8.0.0",
|
|
"@tabler/icons-react": "^3.26.0",
|
|
"@vercel/analytics": "^1.5.0",
|
|
"@vercel/speed-insights": "^1.2.0",
|
|
"framer-motion": "^11.15.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^7.1.1",
|
|
"shiki": "^3.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"sharp": "^0.34.3",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^6.0.7"
|
|
}
|
|
}
|