Files

71 lines
1.8 KiB
JSON

{
"name": "rivfox.website",
"version": "0.1.0",
"private": true,
"license": "LL-1.0",
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@floating-ui/dom": "^1.7.6",
"@radix-ui/react-use-controllable-state": "^1.2.2",
"@seald-io/nedb": "^4.1.2",
"@tiptap/core": "^3.22.1",
"@tiptap/extension-code-block-lowlight": "^3.22.1",
"@tiptap/extension-list": "^3.22.1",
"@tiptap/extension-subscript": "^3.22.1",
"@tiptap/extension-superscript": "^3.22.1",
"@tiptap/extension-table": "^3.22.1",
"@tiptap/extension-text-style": "^3.22.1",
"@tiptap/extension-typography": "^3.22.1",
"@tiptap/extensions": "^3.22.1",
"@tiptap/pm": "^3.22.1",
"@tiptap/react": "^3.22.1",
"@tiptap/starter-kit": "^3.22.1",
"@tiptap/suggestion": "^3.22.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"fuse.js": "^7.2.0",
"gsap": "^3.15.0",
"lowlight": "^3.3.0",
"lucide-react": "^1.7.0",
"motion": "^12.38.0",
"next": "16.2.2",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-fast-marquee": "^1.6.5",
"react-icons": "^5.7.0",
"rough-notation": "^0.5.1",
"tailwind-merge": "^3.5.0",
"tippy.js": "^6.3.7",
"tw-animate-css": "^1.4.0",
"zustand": "^5.0.12"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.2",
"prettierrc": "^0.0.0-5",
"shadcn": "^4.1.2",
"tailwindcss": "^4",
"typescript": "^5"
},
"ignoreScripts": [
"sharp",
"unrs-resolver"
],
"trustedDependencies": [
"sharp",
"unrs-resolver"
]
}