You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
363 B
JSON
18 lines
363 B
JSON
{
|
|
"name": "aulastud-website",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/preact": "^4.1.0",
|
|
"@types/three": "^0.180.0",
|
|
"astro": "^5.13.5",
|
|
"preact": "^10.27.1",
|
|
"three": "^0.180.0"
|
|
}
|
|
} |