mirror of https://github.com/Lapikud/tipilan
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
984 B
41 lines
984 B
{ |
|
"name": "tipilan", |
|
"version": "0.1.0", |
|
"private": true, |
|
"engines": { |
|
"node": ">=22.0.0" |
|
}, |
|
"scripts": { |
|
"dev": "next dev --turbopack", |
|
"build": "next build", |
|
"start": "next start", |
|
"lint": "next lint" |
|
}, |
|
"dependencies": { |
|
"@radix-ui/react-dropdown-menu": "^2.1.12", |
|
"@radix-ui/react-slot": "^1.2.0", |
|
"class-variance-authority": "^0.7.1", |
|
"clsx": "^2.1.1", |
|
"lucide-react": "^0.488.0", |
|
"next": "15.3.0", |
|
"next-themes": "^0.4.6", |
|
"react": "^19.0.0", |
|
"react-dom": "^19.0.0", |
|
"react-icons": "^5.5.0", |
|
"tailwind-merge": "^3.2.0", |
|
"tw-animate-css": "^1.2.5" |
|
}, |
|
"devDependencies": { |
|
"@eslint/eslintrc": "^3", |
|
"@tailwindcss/postcss": "^4", |
|
"@types/node": "^20", |
|
"@types/react": "^19", |
|
"@types/react-dom": "^19", |
|
"autoprefixer": "^10.4.21", |
|
"eslint": "^9", |
|
"eslint-config-next": "15.3.0", |
|
"postcss": "^8.5.3", |
|
"tailwindcss": "^4.1.4", |
|
"typescript": "^5" |
|
} |
|
}
|
|
|