34 lines
850 B
JSON
34 lines
850 B
JSON
{
|
|
"name": "blog-editor-frontend",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tiptap/extension-color": "^2.1.13",
|
|
"@tiptap/extension-image": "^2.1.13",
|
|
"@tiptap/extension-text-style": "^2.1.13",
|
|
"@tiptap/extension-underline": "^2.1.13",
|
|
"@tiptap/react": "^2.1.13",
|
|
"@tiptap/starter-kit": "^2.1.13",
|
|
"axios": "^1.6.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hot-toast": "^2.4.1",
|
|
"react-router-dom": "^6.20.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.43",
|
|
"@types/react-dom": "^18.2.17",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"autoprefixer": "^10.4.16",
|
|
"postcss": "^8.4.32",
|
|
"tailwindcss": "^3.3.6",
|
|
"vite": "^7.3.1"
|
|
}
|
|
}
|