All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 12s
25 lines
483 B
JSON
25 lines
483 B
JSON
{
|
|
"name": "iten.pro",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@iconify-json/tabler": "^1.2.33",
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"astro": "^6.1.2",
|
|
"astro-icon": "^1.1.5",
|
|
"tailwindcss": "^4.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.19"
|
|
}
|
|
}
|