59 lines
1.9 KiB
JSON
59 lines
1.9 KiB
JSON
{
|
|
"name": "md-studio",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/lang-markdown": "^6.5.0",
|
|
"@codemirror/language-data": "^6.5.2",
|
|
"@fontsource-variable/inter": "^5.2.8",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"@uiw/codemirror-theme-github": "^4.25.10",
|
|
"@uiw/react-codemirror": "^4.25.10",
|
|
"@untitledui/file-icons": "^0.0.9",
|
|
"@untitledui/icons": "^0.0.22",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"highlight.js": "^11.11.1",
|
|
"input-otp": "^1.4.2",
|
|
"motion": "^12.42.2",
|
|
"qr-code-styling": "^1.9.2",
|
|
"react": "^19.2.4",
|
|
"react-aria": "^3.50.0",
|
|
"react-aria-components": "^1.19.0",
|
|
"react-dom": "^19.2.4",
|
|
"react-hotkeys-hook": "^5.2.4",
|
|
"react-markdown": "^10.1.0",
|
|
"react-router": "^7.13.0",
|
|
"recharts": "^3.8.0",
|
|
"rehype-highlight": "^7.0.2",
|
|
"rehype-stringify": "^10.0.1",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-parse": "^11.0.0",
|
|
"remark-rehype": "^11.1.2",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tailwindcss": "^4.2.2",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tailwindcss-react-aria-components": "^2.0.1",
|
|
"unified": "^11.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
|
|
"@types/node": "^25.5.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"globals": "^16.5.0",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.53.1",
|
|
"vite": "^8.0.2"
|
|
}
|
|
}
|