Initialize fork and rebrand app to event_manager
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user