noahsw.xyz/package.json

28 lines
617 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:33:26 +00:00
"@astrojs/check": "^0.5.9",
2024-03-15 17:14:42 +00:00
"@astrojs/tailwind": "^5.1.0",
2024-03-15 17:33:26 +00:00
"astro": "^3.6.5",
2024-03-15 17:14:42 +00:00
"astro-particles": "^2.10.0",
2024-03-15 17:33:26 +00:00
"tailwindcss": "^3.4.1",
2024-03-15 17:14:42 +00:00
"tsparticles": "^2.12.0",
2024-03-15 17:33:26 +00:00
"tsparticles-engine": "^2.12.0",
"typescript": "^5.4.2"
2023-10-22 05:25:53 +00:00
},
"devDependencies": {
2024-03-15 17:14:42 +00:00
"@types/three": "^0.160.0",
2024-03-15 17:33:26 +00:00
"prettier": "^3.2.5",
2024-03-15 17:14:42 +00:00
"prettier-plugin-astro": "^0.12.3"
2023-10-21 16:53:39 +00:00
}
2023-10-22 05:25:53 +00:00
}