mirror of
https://github.com/silicoflare/silicoflare-website.git
synced 2026-05-26 12:09:53 +05:30
37 lines
897 B
JSON
37 lines
897 B
JSON
{
|
|
"name": "silicoflare-website",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"autoprefixer": "^10.4.20",
|
|
"dayjs": "^1.11.13",
|
|
"js-confetti": "^0.12.0",
|
|
"lucide-react": "^0.462.0",
|
|
"postcss": "^8.4.49",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"tailwindcss": "^3.4.15"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.15.0",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
"daisyui": "^4.12.14",
|
|
"eslint": "^9.15.0",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.14",
|
|
"globals": "^15.12.0",
|
|
"typescript": "~5.6.2",
|
|
"typescript-eslint": "^8.15.0",
|
|
"vite": "^6.0.1"
|
|
}
|
|
}
|