32 lines
872 B
JSON
32 lines
872 B
JSON
{
|
|
"name": "",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.5.10",
|
|
"@astrojs/tailwind": "^5.1.2",
|
|
"@tsparticles/basic": "^3.5.0",
|
|
"@tsparticles/engine": "^3.5.0",
|
|
"@tsparticles/interaction-particles-links": "^3.5.0",
|
|
"@tsparticles/move-parallax": "^3.5.0",
|
|
"astro": "^4.16.13",
|
|
"tailwindcss": "^3.4.15",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"clsx": "^2.1.1",
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-astro": "^0.13.0",
|
|
"prettier-plugin-tailwindcss": "^0.6.8",
|
|
"sharp": "^0.33.5",
|
|
"tailwind-merge": "^2.5.4"
|
|
},
|
|
"packageManager": "pnpm@8.14.2+sha1.1670a65b60df5f95e9f0cb7de46e605d9bd74fda"
|
|
}
|