generated from muhtadeetaron/nextjs-template
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "torpedo",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-avatar": "^1.1.0",
|
|
"@radix-ui/react-dialog": "^1.1.1",
|
|
"@radix-ui/react-label": "^2.1.0",
|
|
"@radix-ui/react-popover": "^1.1.1",
|
|
"@radix-ui/react-select": "^2.1.1",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@radix-ui/react-toggle": "^1.1.0",
|
|
"@radix-ui/react-tooltip": "^1.1.2",
|
|
"@tiptap/extension-color": "^2.6.4",
|
|
"@tiptap/extension-heading": "^2.6.4",
|
|
"@tiptap/extension-text-style": "^2.6.4",
|
|
"@tiptap/react": "^2.6.4",
|
|
"@tiptap/starter-kit": "^2.6.4",
|
|
"@types/quill": "^2.0.14",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "1.0.0",
|
|
"framer-motion": "^11.3.29",
|
|
"googleapis": "^142.0.0",
|
|
"lucide-react": "^0.429.0",
|
|
"next": "14.2.5",
|
|
"next-auth": "^4.24.7",
|
|
"next-themes": "^0.3.0",
|
|
"quill": "^2.0.2",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"tailwind-merge": "^2.5.2",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"torpedo": "."
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.5"
|
|
}
|
|
}
|