Files
desktop-app/package.json

64 lines
1.6 KiB
JSON

{
"name": "aperture",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"tauri": "tauri",
"build": "next build",
"start": "next start",
"lint": "biome check",
"format": "biome format --write"
},
"dependencies": {
"@tanstack/react-query": "^5.101.2",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-opener": "^2",
"@tiptap/extension-highlight": "^3.27.1",
"@tiptap/extension-mention": "^3.27.1",
"@tiptap/extension-placeholder": "^3.27.1",
"@tiptap/extension-text-align": "^3.27.1",
"@tiptap/extension-typography": "^3.27.1",
"@tiptap/extensions": "^3.27.1",
"@tiptap/markdown": "^3.27.1",
"@tiptap/pm": "^3.27.1",
"@tiptap/react": "^3.27.1",
"@tiptap/starter-kit": "^3.27.1",
"@tiptap/suggestion": "^3.27.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.21.0",
"motion": "^12.42.0",
"next": "16.2.9",
"next-themes": "^0.4.6",
"radix-ui": "^1.6.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"shadcn": "^4.12.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"tippy.js": "^6.3.7",
"tiptap-markdown": "^0.9.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"tailwindcss": "^4",
"typescript": "^5",
"@tauri-apps/cli": "^2"
},
"ignoreScripts": [
"sharp",
"unrs-resolver"
],
"trustedDependencies": [
"sharp",
"unrs-resolver"
]
}