Files
gg-backend/frontend/package.json

59 lines
1.6 KiB
JSON
Raw Normal View History

2026-03-12 17:56:52 +05:30
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
2026-03-18 14:25:08 +05:30
"@editorjs/code": "^2.9.4",
"@editorjs/delimiter": "^1.4.2",
"@editorjs/editorjs": "^2.31.5",
"@editorjs/embed": "^2.8.0",
"@editorjs/header": "^2.8.8",
"@editorjs/image": "^2.10.3",
"@editorjs/list": "^2.0.9",
"@editorjs/quote": "^2.7.6",
"@editorjs/table": "^2.4.5",
2026-03-12 17:56:52 +05:30
"@fontsource-variable/geist": "^5.2.8",
2026-03-16 17:55:33 +05:30
"@tailwindcss/postcss": "^4.2.1",
2026-03-12 17:56:52 +05:30
"axios": "^1.13.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
2026-03-17 13:11:00 +05:30
"cmdk": "^1.1.1",
2026-03-19 13:12:04 +05:30
"file-saver": "^2.0.5",
2026-03-12 17:56:52 +05:30
"lucide-react": "^0.577.0",
"radix-ui": "^1.4.3",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router-dom": "^7.13.1",
"shadcn": "^4.0.5",
"tailwind-merge": "^3.5.0",
2026-03-16 17:55:33 +05:30
"tailwindcss": "^4.2.1",
"tailwindcss-animate": "^1.0.7",
2026-03-19 13:12:04 +05:30
"tw-animate-css": "^1.4.0",
"xlsx": "^0.18.5"
2026-03-12 17:56:52 +05:30
},
"devDependencies": {
"@eslint/js": "^9.39.1",
2026-03-18 14:25:08 +05:30
"@types/estree": "^1.0.8",
"@types/json-schema": "^7.0.15",
2026-03-12 17:56:52 +05:30
"@types/node": "^24.12.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"postcss": "^8.5.8",
"typescript": "~5.9.3",
"typescript-eslint": "^8.48.0",
"vite": "^7.3.1"
}
}