mirror of
https://github.com/artiemis/artie.moe.git
synced 2026-02-14 09:01:55 +00:00
22 lines
461 B
JSON
22 lines
461 B
JSON
{
|
|
"name": "portfolio",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"push": "pnpm build && wsl ./deploy.sh"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/svelte": "^2.1.0",
|
|
"@astrojs/tailwind": "^3.1.1",
|
|
"astro": "^2.1.8",
|
|
"astro-icon": "^0.8.0",
|
|
"svelte": "^3.54.0",
|
|
"tailwindcss": "^3.3.1"
|
|
}
|
|
}
|