2024-05-06 05:58:05 +00:00
|
|
|
{
|
|
|
|
"name": "frappe-ui-frontend",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build --base=/assets/playbook/frontend/ && yarn copy-html-entry",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"copy-html-entry": "cp ../playbook/public/frontend/index.html ../playbook/www/frontend.html"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"feather-icons": "^4.28.0",
|
|
|
|
"frappe-ui": "^0.1.3",
|
|
|
|
"vue": "^3.2.25",
|
|
|
|
"vue-router": "^4.0.12"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@vitejs/plugin-vue": "^2.0.0",
|
|
|
|
"autoprefixer": "^10.4.2",
|
|
|
|
"postcss": "^8.4.5",
|
|
|
|
"tailwindcss": "^3.0.15",
|
2024-05-28 07:09:02 +00:00
|
|
|
"bootstrap" : "^5.3.3",
|
2024-05-06 05:58:05 +00:00
|
|
|
"vite": "^2.7.2"
|
|
|
|
}
|
|
|
|
}
|