mirror of
https://github.com/artiemis/artie.moe.git
synced 2026-02-14 09:01:55 +00:00
28 lines
624 B
JSON
28 lines
624 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-compress": "^1.1.47",
|
|
"astro-icon": "^0.8.0",
|
|
"pixi-live2d-display": "^0.4.0",
|
|
"pixi.js": "^6.5.9",
|
|
"svelte": "^3.54.0",
|
|
"tailwindcss": "^3.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@catppuccin/tailwindcss": "^0.1.6"
|
|
}
|
|
}
|