mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 18:21:22 +00:00
67 lines
1.9 KiB
JSON
67 lines
1.9 KiB
JSON
{
|
|
"name": "banking",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build --base=/assets/erpnext/banking/ && yarn copy-html-entry",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"copy-html-entry": "cp ../erpnext/public/banking/index.html ../erpnext/www/banking.html"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@tailwindcss/vite": "^4.3.0",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@tanstack/react-virtual": "^3.13.24",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"chrono-node": "^2.9.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"dayjs": "^1.11.20",
|
|
"frappe-react-sdk": "^1.15.0",
|
|
"fuse.js": "^7.3.0",
|
|
"jotai": "^2.20.0",
|
|
"jotai-family": "^1.0.1",
|
|
"lodash.isplainobject": "^4.0.6",
|
|
"lucide-react": "^1.14.0",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "^19.2.6",
|
|
"react-currency-input-field": "^4.0.5",
|
|
"react-day-picker": "9.14.0",
|
|
"react-dom": "^19.2.6",
|
|
"react-dropzone": "^15.0.0",
|
|
"react-hook-form": "^7.75.0",
|
|
"react-hotkeys-hook": "^5.3.2",
|
|
"react-markdown": "^10.1.0",
|
|
"react-router": "^7.15.0",
|
|
"react-router-dom": "^7.15.0",
|
|
"react-virtuoso": "^4.18.6",
|
|
"rehype-raw": "^7.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss": "^4.3.0",
|
|
"tw-animate-css": "^1.4.0",
|
|
"usehooks-ts": "^3.1.1",
|
|
"vite": "^8.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.1",
|
|
"@types/node": "^25.3.0",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
"globals": "^16.5.0",
|
|
"typescript": "~5.9.3",
|
|
"typescript-eslint": "^8.48.0"
|
|
}
|
|
}
|