mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 07:44:26 +00:00
31 lines
866 B
JSON
31 lines
866 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.0.4",
|
|
"@astrojs/tailwind": "6.0.0",
|
|
"astro": "5.3.0",
|
|
"caniuse-lite": "^1.0.30001698",
|
|
"moment": "^2.30.1",
|
|
"moment-timezone": "^0.5.47",
|
|
"svelte": "^5.19.9",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "5.0.1",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"prettier-plugin-svelte": "^3.3.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.11"
|
|
}
|
|
}
|