mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 07:44:26 +00:00
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "dev-portfolio",
|
|
"type": "module",
|
|
"version": "3.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^4.3.0",
|
|
"@astrojs/react": "^4.3.0",
|
|
"@astrojs/svelte": "^7.1.0",
|
|
"@tailwindcss/vite": "^4.1.8",
|
|
"@types/react": "^19.1.9",
|
|
"@types/react-dom": "^19.1.7",
|
|
"astro": "^5.10.0",
|
|
"caniuse-lite": "^1.0.30001698",
|
|
"clsx": "^2.1.1",
|
|
"hamburger-react": "^2.5.2",
|
|
"moment": "^2.30.1",
|
|
"moment-timezone": "^0.6.0",
|
|
"motion": "^12.23.12",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"svelte": "^5.33.16",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss": "^4.1.8",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"prettier-plugin-svelte": "^3.4.0",
|
|
"prettier-plugin-tailwindcss": "^0.6.12"
|
|
}
|
|
}
|