FrappeApplications/frontend/package.json

24 lines
632 B
JSON

{
"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",
"vite": "^2.7.2"
}
}