mirror of
https://github.com/artiemis/artie.moe.git
synced 2026-02-14 09:01:55 +00:00
26 lines
547 B
JSON
26 lines
547 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"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/svelte": "^4.0.2",
|
|
"@astrojs/tailwind": "^5.0.0",
|
|
"astro": "^3.0.13",
|
|
"astro-icon": "^0.8.1",
|
|
"pixi-live2d-display": "^0.4.0",
|
|
"pixi.js": "^6.5.10",
|
|
"svelte": "^4.2.0",
|
|
"tailwindcss": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@catppuccin/tailwindcss": "^0.1.6"
|
|
}
|
|
}
|