52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"name": "worship-platform-frontend",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --port 5100",
|
|
"build": "vite build",
|
|
"preview": "vite preview --port 5100",
|
|
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.1.0",
|
|
"@dnd-kit/sortable": "^8.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@simplewebauthn/browser": "^10.0.0",
|
|
"@tiptap/extension-color": "^3.17.1",
|
|
"@tiptap/extension-highlight": "^3.17.1",
|
|
"@tiptap/extension-text-align": "^3.17.1",
|
|
"@tiptap/extension-text-style": "^3.17.1",
|
|
"@tiptap/extension-underline": "^3.17.1",
|
|
"@tiptap/react": "^3.17.1",
|
|
"@tiptap/starter-kit": "^3.17.1",
|
|
"axios": "^1.6.5",
|
|
"chordsheetjs": "^13.0.4",
|
|
"framer-motion": "^11.0.3",
|
|
"idb": "^8.0.0",
|
|
"lucide-react": "^0.312.0",
|
|
"mammoth": "^1.11.0",
|
|
"pdfjs-dist": "^5.4.530",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hot-toast": "^2.4.1",
|
|
"react-router-dom": "^6.21.3",
|
|
"tonal": "^6.4.3",
|
|
"zustand": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.48",
|
|
"@types/react-dom": "^18.2.18",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"autoprefixer": "^10.4.17",
|
|
"eslint": "^8.56.0",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
"postcss": "^8.4.33",
|
|
"tailwindcss": "^3.4.1",
|
|
"vite": "^5.0.12"
|
|
}
|
|
}
|