Files
awesome-app/package.json

89 lines
2.7 KiB
JSON
Raw Normal View History

2025-10-25 16:09:02 +02:00
{
2025-11-04 18:34:50 +01:00
"name": "@valknarness/awesome-web",
2025-10-25 16:09:02 +02:00
"version": "1.0.0",
"description": "Next-level ground-breaking AAA webapp for exploring awesome lists",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/postcss": "^4.1.16",
"@tailwindcss/typography": "^0.5.10",
"@tiptap/core": "^3.7.2",
"@tiptap/extension-character-count": "^3.7.2",
"@tiptap/extension-code-block-lowlight": "^3.7.2",
"@tiptap/extension-placeholder": "^3.7.2",
"@tiptap/extension-subscript": "^3.7.2",
"@tiptap/extension-superscript": "^3.7.2",
"@tiptap/extension-table": "^3.7.2",
"@tiptap/extension-table-cell": "^3.7.2",
"@tiptap/extension-table-header": "^3.7.2",
"@tiptap/extension-table-row": "^3.7.2",
"@tiptap/extension-task-item": "^3.7.2",
"@tiptap/extension-task-list": "^3.7.2",
"@tiptap/extension-text-style": "^3.7.2",
"@tiptap/extension-typography": "^3.7.2",
"@tiptap/pm": "^3.7.2",
"@tiptap/react": "^3.7.2",
"@tiptap/starter-kit": "^3.7.2",
"@tiptap/suggestion": "^3.7.2",
"better-sqlite3": "^11.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"critters": "^0.0.25",
"date-fns": "^3.3.1",
"fuse.js": "^7.1.0",
"highlight.js": "^11.9.0",
"lowlight": "^3.3.0",
"lucide-react": "^0.344.0",
"marked": "^12.0.0",
"marked-highlight": "^2.1.0",
"motion": "^12.23.24",
"next": "^15.5.6",
"next-themes": "^0.4.6",
"postcss": "^8.5.6",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"sonner": "^2.0.7",
"swr": "^2.2.5",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^4.1.16",
"tailwindcss-animate": "^1.0.7",
"tippy.js": "^6.3.7",
"zustand": "^4.5.0"
},
"devDependencies": {
2025-10-26 00:02:56 +02:00
"@eslint/eslintrc": "^3.3.1",
2025-10-25 16:09:02 +02:00
"@types/better-sqlite3": "^7.6.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.18",
2025-10-26 00:02:56 +02:00
"eslint": "^9.38.0",
"eslint-config-next": "16.0.0",
2025-10-25 16:09:02 +02:00
"shadcn": "^3.5.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
},
"engines": {
"node": ">=22.0.0"
}
}