mirror of
https://github.com/SrIzan10/mainwebsite.git
synced 2026-06-06 00:56:58 +00:00
79 lines
2.3 KiB
JSON
79 lines
2.3 KiB
JSON
{
|
|
"name": "astro-erudite",
|
|
"type": "module",
|
|
"version": "1.6.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"prettier": "prettier --write **/*.{ts,tsx,css,astro} --ignore-path .gitignore",
|
|
"postinstall": "patch-package",
|
|
"ui:add": "shadcn add"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/cloudflare": "^12.6.9",
|
|
"@astrojs/markdown-remark": "^6.3.1",
|
|
"@astrojs/mdx": "^4.2.6",
|
|
"@astrojs/react": "^4.2.7",
|
|
"@astrojs/rss": "^4.0.11",
|
|
"@astrojs/sitemap": "^3.4.0",
|
|
"@expressive-code/plugin-collapsible-sections": "^0.40.2",
|
|
"@expressive-code/plugin-line-numbers": "^0.40.2",
|
|
"@iconify-json/lucide": "^1.2.26",
|
|
"@radix-ui/react-toggle": "^1.1.10",
|
|
"@radix-ui/react-toggle-group": "^1.1.11",
|
|
"@tailwindcss/vite": "4.0.7",
|
|
"@types/react": "19.0.0",
|
|
"@types/react-dom": "19.0.0",
|
|
"astro": "^5.7.13",
|
|
"astro-expressive-code": "^0.40.2",
|
|
"astro-icon": "^1.1.5",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.469.0",
|
|
"patch-package": "^8.0.0",
|
|
"radix-ui": "^1.3.4",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"react-icons": "^5.5.0",
|
|
"rehype-document": "^7.0.3",
|
|
"rehype-external-links": "^3.0.0",
|
|
"rehype-katex": "^7.0.1",
|
|
"rehype-pretty-code": "^0.14.1",
|
|
"remark-emoji": "^5.0.1",
|
|
"remark-math": "^6.0.0",
|
|
"tailwind-merge": "^3.3.0",
|
|
"tailwindcss": "^4.1.7",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.5.1",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"prettier-plugin-astro-organize-imports": "^0.4.11",
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
"shadcn": "^3.3.1"
|
|
},
|
|
"prettier": {
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"plugins": [
|
|
"prettier-plugin-astro",
|
|
"prettier-plugin-tailwindcss",
|
|
"prettier-plugin-astro-organize-imports"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": "*.astro",
|
|
"options": {
|
|
"parser": "astro"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|