refactor: remove unnecessary React import in AuthButton component due to new JSX transform refactor: simplify imports in LanguageSelector component fix: remove unused AuthResponse type import in useAuth hook fix: access Vite environment variables in a type-safe manner in api utility
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "@avanzacast/landing-page",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "AvanzaCast - Landing Page",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --port 3000",
|
|
"dev:landing": "vite --port 3000",
|
|
"build": "vite build",
|
|
"preview": "vite preview --port 3000",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/react": "^2.2.0",
|
|
"@iconscout/unicons": "^4.0.8",
|
|
"@mdi/font": "^7.4.47",
|
|
"choices.js": "^10.2.0",
|
|
"feather-icons": "^4.29.1",
|
|
"gumshoejs": "^5.1.2",
|
|
"jarallax": "^2.2.1",
|
|
"js-datepicker": "^5.18.4",
|
|
"particles.js": "^2.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.30.1",
|
|
"shufflejs": "^6.1.2",
|
|
"swiper": "4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.4",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@vitejs/plugin-react": "^4.0.3",
|
|
"autoprefixer": "^10.4.14",
|
|
"postcss": "^8.4.23",
|
|
"tailwindcss": "^4.1.0",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.3.9"
|
|
}
|
|
}
|