Files
event-manager/dashboard/package.json
T
xadm 786cbc724f
CI / Server (push) Has been cancelled
Linters / Frappe Linter (push) Has been cancelled
Linters / Vulnerable Dependency Check (push) Has been cancelled
UI Tests / Playwright E2E Tests (push) Has been cancelled
Initialize fork and rebrand app to event_manager
2026-05-11 09:56:57 +02:00

39 lines
1.0 KiB
JSON

{
"name": "frappe-ui-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build --base=/assets/event_manager/dashboard/ && yarn copy-html-entry",
"preview": "vite preview",
"lint": "biome check --write .",
"typecheck": "./typecheck.sh",
"copy-html-entry": "cp ../event_manager/public/dashboard/index.html ../event_manager/www/dashboard.html"
},
"dependencies": {
"@vueuse/core": "^13.6.0",
"@vueuse/router": "^13.6.0",
"canvas-confetti": "^1.9.3",
"feather-icons": "^4.29.2",
"frappe-ui": "^0.1.257",
"socket.io-client": "^4.7.2",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^25.2.0",
"@vitejs/plugin-vue": "^5.1.4",
"autoprefixer": "^10.4.2",
"html5-qrcode": "^2.3.8",
"postcss": "^8.4.5",
"tailwindcss": "^3.4.15",
"typescript": "^5.9.3",
"unplugin-auto-import": "0.18.6",
"vite": "^5.4.10",
"vue-tsc": "^3.2.4"
}
}