1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "name": "shadcn-landing-page-template",
- "description": "Landing page template utilizing Shadcn, React, Typescript, and Tailwind CSS for rapid development and responsive design.",
- "author": {
- "name": "Leopoldo Miranda",
- "email": "leomirandadev@gmail.com",
- "url": "https://github.com/leoMirandaa"
- },
- "license": "MIT",
- "keywords": [
- "react",
- "typescript",
- "shadcn",
- "shadcn/ui",
- "tailwind",
- "landing-page",
- "template",
- "responsive-design"
- ],
- "private": true,
- "version": "1.1.0",
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "tsc && vite build",
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
- "preview": "vite preview"
- },
- "dependencies": {
- "@radix-ui/react-accordion": "^1.2.0",
- "@radix-ui/react-avatar": "^1.1.0",
- "@radix-ui/react-dialog": "^1.1.1",
- "@radix-ui/react-dropdown-menu": "^2.1.1",
- "@radix-ui/react-icons": "^1.3.0",
- "@radix-ui/react-navigation-menu": "^1.2.0",
- "@radix-ui/react-slot": "^1.1.0",
- "axios": "^1.7.7",
- "class-variance-authority": "^0.7.0",
- "clsx": "^2.1.1",
- "lucide-react": "^0.424.0",
- "react": "^18.3.1",
- "react-dom": "^18.3.1",
- "tailwind-merge": "^2.4.0",
- "tailwindcss-animate": "^1.0.7"
- },
- "devDependencies": {
- "@types/node": "^20.14.2",
- "@types/react": "^18.3.3",
- "@types/react-dom": "^18.3.0",
- "@typescript-eslint/eslint-plugin": "^7.12.0",
- "@typescript-eslint/parser": "^7.12.0",
- "@vitejs/plugin-react": "^4.3.0",
- "autoprefixer": "^10.4.19",
- "eslint": "^8.53.0",
- "eslint-plugin-react-hooks": "^4.6.0",
- "eslint-plugin-react-refresh": "^0.4.4",
- "postcss": "^8.4.38",
- "tailwindcss": "^3.4.4",
- "typescript": "^5.4.5",
- "vite": "^5.2.13"
- }
- }
|