VelNet-Unity/Documentation/package.json

20 lines
390 B
JSON

{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^6.6.2",
"@astrojs/mdx": "^0.19.7",
"@astrojs/tailwind": "^4.0.0",
"astro": "^2.10.1",
"tailwindcss": "^3.3.3"
}
}