Files
ibelick__ui-skills/package.json
T

33 lines
780 B
JSON
Raw Normal View History

2026-01-07 20:45:15 +01:00
{
"name": "ui-skills",
"type": "module",
"version": "0.0.1",
2026-01-10 16:21:16 +01:00
"license": "MIT",
2026-01-07 20:45:15 +01:00
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"typecheck": "astro check"
},
"dependencies": {
2026-01-08 22:00:42 +01:00
"@astrojs/react": "^4.4.2",
2026-01-07 20:45:15 +01:00
"@tailwindcss/vite": "^4.1.18",
2026-01-08 22:00:42 +01:00
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
2026-01-07 20:45:15 +01:00
"astro": "^5.16.7",
2026-01-08 22:00:42 +01:00
"motion": "^12.24.12",
"react": "^19.2.3",
"react-dom": "^19.2.3",
2026-01-07 20:45:15 +01:00
"tailwindcss": "^4.1.18"
},
"devDependencies": {
2026-01-08 22:00:42 +01:00
"@tailwindcss/typography": "^0.5.19",
2026-01-07 20:45:15 +01:00
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8",
"typescript": "^5.6.3"
}
}