mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-06 03:16:56 -06:00
24 lines
512 B
JSON
24 lines
512 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",
|
|
"@astrojs/tailwind": "^5.0.2",
|
|
"astro": "^3.6.0",
|
|
"date-fns": "^2.30.0",
|
|
"prettier": "^3.1.0",
|
|
"prettier-plugin-astro": "^0.12.2",
|
|
"sass": "^1.69.5",
|
|
"tailwindcss": "^3.3.5",
|
|
"typescript": "^5.3.2"
|
|
}
|
|
}
|