33 lines
783 B
JSON
33 lines
783 B
JSON
|
|
{
|
||
|
|
"name": "rivuslab-homepage",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.1.0",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "tsc -b && vite build",
|
||
|
|
"preview": "vite preview",
|
||
|
|
"lint": "tsc --noEmit"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@fontsource/inter": "^5.0.18",
|
||
|
|
"framer-motion": "^11.3.19",
|
||
|
|
"i18next": "^23.12.2",
|
||
|
|
"i18next-browser-languagedetector": "^8.0.0",
|
||
|
|
"lucide-react": "^0.418.0",
|
||
|
|
"react": "^18.3.1",
|
||
|
|
"react-dom": "^18.3.1",
|
||
|
|
"react-i18next": "^15.0.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/react": "^18.3.3",
|
||
|
|
"@types/react-dom": "^18.3.0",
|
||
|
|
"@vitejs/plugin-react": "^4.3.1",
|
||
|
|
"autoprefixer": "^10.4.19",
|
||
|
|
"postcss": "^8.4.40",
|
||
|
|
"tailwindcss": "^3.4.7",
|
||
|
|
"typescript": "^5.5.4",
|
||
|
|
"vite": "^5.3.5"
|
||
|
|
}
|
||
|
|
}
|