mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 07:44:26 +00:00
30 lines
820 B
JSON
30 lines
820 B
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/svelte": "^7.1.0",
|
|
"@tailwindcss/vite": "^4.1.8",
|
|
"astro": "^5.10.0",
|
|
"caniuse-lite": "^1.0.30001698",
|
|
"moment": "^2.30.1",
|
|
"moment-timezone": "^0.6.0",
|
|
"svelte": "^5.33.16",
|
|
"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"
|
|
}
|
|
}
|