All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 2m29s
30 lines
808 B
JSON
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"
|
|
}
|
|
}
|