mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 07:44:26 +00:00
24 lines
594 B
JSON
24 lines
594 B
JSON
{
|
|
"name": "dev-portfolio",
|
|
"type": "module",
|
|
"version": "2.0.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/svelte": "^4.0.2",
|
|
"@astrojs/tailwind": "^5.0.0",
|
|
"astro": "^3.2.0",
|
|
"svelte": "^4.2.1",
|
|
"tailwindcss": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.0.3",
|
|
"prettier-plugin-astro": "^0.12.0",
|
|
"prettier-plugin-svelte": "^3.0.3"
|
|
}
|
|
}
|