mirror of
https://github.com/phranck/TUIkit.git
synced 2026-05-21 09:50:35 +00:00
34 lines
851 B
JSON
34 lines
851 B
JSON
{
|
|
"name": "tuikit-landing",
|
|
"type": "module",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"prebuild": "tsx scripts/generate-terminal-data.ts && tsx scripts/update-plans-data.ts",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"update:plans": "tsx scripts/update-plans-data.ts"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/react": "^4.3.1",
|
|
"@tabler/icons-react": "^3.36.1",
|
|
"astro": "^5.10.3",
|
|
"howler": "^2.2.4",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"react-markdown": "^9.0.1",
|
|
"simple-icons": "^16.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.1.10",
|
|
"@types/howler": "^2.2.12",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"tailwindcss": "^4",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5"
|
|
}
|
|
}
|