Jotzy/frontend/package.json

50 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2025-11-19 21:16:32 +00:00
{
"name": "note-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
2025-11-23 09:08:01 +00:00
"@dnd-kit/core": "^6.3.1",
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.1.0",
"@mdxeditor/editor": "^3.49.3",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.17",
"@tiptap/extension-placeholder": "^3.12.1",
"@tiptap/react": "^3.12.1",
"@tiptap/starter-kit": "^3.12.1",
2025-11-19 21:16:32 +00:00
"axios": "^1.13.2",
"framer-motion": "^12.23.25",
"jszip": "^3.10.1",
2025-11-19 21:16:32 +00:00
"react": "^18.3.1",
2025-11-23 09:08:01 +00:00
"react-dom": "^18.3.1",
"react-router-dom": "^7.9.6",
"tailwindcss": "^4.1.17",
"tiptap-markdown": "^0.9.0",
"zustand": "^5.0.8"
2025-11-19 21:16:32 +00:00
},
"devDependencies": {
2025-11-23 09:08:01 +00:00
"@catppuccin/tailwindcss": "^1.0.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
2025-11-23 09:08:01 +00:00
"@types/react": "^19.2.6",
"@types/react-dom": "^19.2.3",
2025-11-19 21:16:32 +00:00
"@vitejs/plugin-react": "^4.7.0",
"@vitest/ui": "^4.0.15",
"jsdom": "^27.3.0",
"vite": "^5.4.21",
"vite-plugin-svgr": "^4.5.0",
"vitest": "^4.0.15"
},
"scripts": {
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage"
2025-11-19 21:16:32 +00:00
}
}