artie.moe/package.json

27 lines
587 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/tailwind": "^5.1.2",
"@astrojs/vue": "^4.5.2",
"@iconify-json/simple-icons": "^1.2.9",
"astro": "^4.16.7",
"astro-icon": "^1.1.1",
"pixi-live2d-display": "^0.4.0",
"pixi.js": "^6.5.10",
"tailwindcss": "^3.4.14",
"vue": "^3.5.12"
},
"devDependencies": {
"@catppuccin/tailwindcss": "^0.1.6"
}
}