Files
einvoice/package.json
2025-08-11 19:25:09 +08:00

25 lines
557 B
JSON

{
"name": "einvoice",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.3",
"@astrojs/react": "^4.3.0",
"@tailwindcss/vite": "^4.1.3",
"@types/canvas-confetti": "^1.9.0",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"astro": "^5.12.9",
"canvas-confetti": "^1.9.3",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"tailwindcss": "^4.1.3"
}
}