30 lines
715 B
JSON
30 lines
715 B
JSON
{
|
|
"name": "kansho",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --port 5188 --strictPort",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tiptap/extension-placeholder": "^3.30.3",
|
|
"@tiptap/extension-underline": "^3.30.3",
|
|
"@tiptap/pm": "^3.30.3",
|
|
"@tiptap/react": "^3.30.3",
|
|
"@tiptap/starter-kit": "^3.30.3",
|
|
"lucide-react": "^0.383.0",
|
|
"marked": "^18.0.10",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.23.1",
|
|
"turndown": "^7.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^4.3.0",
|
|
"vite": "^5.2.12",
|
|
"vite-plugin-pwa": "^0.20.0"
|
|
}
|
|
}
|