noahsw.xyz/package.json

26 lines
557 B
JSON
Raw Normal View History

2023-10-21 16:53:39 +00:00
{
"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": {
2024-03-15 17:14:42 +00:00
"@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"
2023-10-22 05:25:53 +00:00
},
"devDependencies": {
2024-03-15 17:14:42 +00:00
"@types/three": "^0.160.0",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.3"
2023-10-21 16:53:39 +00:00
}
2023-10-22 05:25:53 +00:00
}