Files
undefined.behavio.rs/package.json
2023-11-24 03:41:20 -06:00

19 lines
383 B
JSON

{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.1",
"astro": "^3.6.0",
"sass": "^1.69.5",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2"
}
}