29 lines
690 B
JSON
29 lines
690 B
JSON
{
|
|
"name": "alex-herlan-portfolio",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@tiptap/extension-placeholder": "^3.31.3",
|
|
"@tiptap/extension-text-style": "^3.31.3",
|
|
"@tiptap/pm": "^3.31.3",
|
|
"@tiptap/react": "^3.31.3",
|
|
"@tiptap/starter-kit": "^3.31.3",
|
|
"react": "^19.3.0",
|
|
"react-dom": "^19.3.0",
|
|
"react-router-dom": "^7.18.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^6.1.1",
|
|
"vite": "^8.3.0"
|
|
}
|
|
}
|