mirror of
https://github.com/brufdev/many-notes.git
synced 2026-05-07 10:19:26 -05:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@tailwindcss/vite": "^4.1.5",
|
|
"autoprefixer": "^10.4.21",
|
|
"axios": "^1.12.2",
|
|
"laravel-echo": "^2.2.4",
|
|
"laravel-vite-plugin": "^2.0.1",
|
|
"pusher-js": "^8.4.0",
|
|
"tailwindcss": "^4.1.5",
|
|
"vite": "^7.1.11",
|
|
"vite-plugin-pwa": "^1.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@guyplusplus/turndown-plugin-gfm": "^1.0.7",
|
|
"@tiptap/core": "^2.12.0",
|
|
"@tiptap/extension-code-block-lowlight": "^2.12.0",
|
|
"@tiptap/extension-image": "^2.12.0",
|
|
"@tiptap/extension-link": "^2.12.0",
|
|
"@tiptap/extension-table": "^2.14.0",
|
|
"@tiptap/extension-table-cell": "^2.14.0",
|
|
"@tiptap/extension-table-header": "^2.14.0",
|
|
"@tiptap/extension-table-row": "^2.14.0",
|
|
"@tiptap/extension-task-item": "^2.12.0",
|
|
"@tiptap/extension-task-list": "^2.12.0",
|
|
"@tiptap/pm": "^2.12.0",
|
|
"@tiptap/starter-kit": "^2.12.0",
|
|
"lowlight": "^3.3.0",
|
|
"marked": "^15.0.11",
|
|
"turndown": "^7.2.0"
|
|
}
|
|
}
|