1
0
Files
medical-notes/stroma/file/frontend/package.json
Johan Dahlin 50366b9b9c
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 2m29s
vault backup: 2025-12-26 02:09:22
2025-12-26 02:09:22 +01:00

30 lines
808 B
JSON

{
"name": "stroma-file-editor",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/typography": "^0.5.19",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"sass": "^1.83.0",
"tailwindcss": "^4.1.18",
"vite": "^6.0.0"
},
"dependencies": {
"@tiptap/core": "^2.10.3",
"@tiptap/extension-bubble-menu": "^2.10.3",
"@tiptap/extension-placeholder": "^2.10.3",
"@tiptap/pm": "^2.10.3",
"@tiptap/starter-kit": "^2.10.3",
"remixicon": "^4.5.0",
"tippy.js": "^6.3.7",
"tiptap-markdown": "^0.8.10"
}
}