40 lines
953 B
JSON
40 lines
953 B
JSON
{
|
|
"name": "uranium-website",
|
|
"type": "module",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev --host 0.0.0.0",
|
|
"build": "astro build",
|
|
"preview": "astro preview --host 0.0.0.0",
|
|
"check": "astro check",
|
|
"format": "prettier --write .",
|
|
"lint": "prettier --check ."
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "0.9.4",
|
|
"@astrojs/sitemap": "3.7.3",
|
|
"@astrojs/svelte": "9.0.1",
|
|
"@fontsource/poppins": "5.2.7",
|
|
"@tailwindcss/typography": "0.5.20",
|
|
"@tailwindcss/vite": "4.3.2",
|
|
"astro": "7.0.9",
|
|
"svelte": "5.56.5",
|
|
"tailwindcss": "4.3.2",
|
|
"typescript": "6.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "25.9.5",
|
|
"prettier": "3.9.5",
|
|
"prettier-plugin-astro": "0.14.1",
|
|
"prettier-plugin-svelte": "4.1.1",
|
|
"prettier-plugin-tailwindcss": "0.8.0"
|
|
},
|
|
"devEngines": {
|
|
"runtime": {
|
|
"name": "node",
|
|
"version": ">=22.x"
|
|
}
|
|
}
|
|
}
|