noahsw.xyz/package.json

26 lines
557 B
JSON

{
"name": "noahsw.xyz",
"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.0",
"astro": "^3.6.4",
"astro-particles": "^2.10.0",
"tailwindcss": "^3.4.0",
"tsparticles": "^2.12.0",
"tsparticles-engine": "^2.12.0"
},
"devDependencies": {
"@types/three": "^0.160.0",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.3"
}
}