mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-08-12 12:29:44 +00:00
Also: - Remove Discord link and replace with email contact - Fix none face paint type in submit form being transparent - Update dockerfile
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@bprogress/react": "^1.2.7",
|
|
"@fontsource-variable/lexend": "^5.3.0",
|
|
"@hello-pangea/dnd": "^18.0.1",
|
|
"@nanostores/react": "^1.1.0",
|
|
"@tailwindcss/vite": "^4.3.3",
|
|
"@tomodachi-share/shared": "workspace:*",
|
|
"@types/react": "^19.2.18",
|
|
"@types/react-dom": "^19.2.4",
|
|
"canvas-confetti": "^1.9.4",
|
|
"dayjs": "^1.11.21",
|
|
"downshift": "^9.4.0",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"jsqr": "^1.4.0",
|
|
"nanostores": "^1.4.2",
|
|
"qrcode-generator": "^2.0.4",
|
|
"react": "^19.2.8",
|
|
"react-dom": "^19.2.8",
|
|
"react-dropzone": "^19.1.1",
|
|
"react-image-crop": "^11.1.2",
|
|
"react-router": "^8.3.0",
|
|
"tailwindcss": "^4.3.3",
|
|
"vite-plugin-node-polyfills": "^0.26.0",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@iconify/react": "^6.0.2",
|
|
"@types/canvas-confetti": "^1.9.0",
|
|
"@types/node": "^26.1.2",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.5",
|
|
"eslint": "^10.8.0",
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
"eslint-plugin-react-refresh": "^0.5.3",
|
|
"globals": "^17.8.0",
|
|
"typescript": "~7.0.2",
|
|
"typescript-eslint": "^8.65.0",
|
|
"vite": "^8.2.0"
|
|
}
|
|
}
|