inspector/frontend/package.json

23 lines
568 B
JSON

{
"name": "inspector-frontend",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build --base=/assets/inspector/frontend/ && yarn copy-html-entry",
"copy-html-entry": "cp ../inspector/public/frontend/index.html ../inspector/www/inspector.html"
},
"dependencies": {
"@vitejs/plugin-vue": "^4.4.0",
"autoprefixer": "^10.4.19",
"feather-icons": "^4.29.1",
"frappe-ui": "0.1.105",
"postcss": "^8.4.5",
"tailwindcss": "^3.4.3",
"vite": "^5.4.10",
"vue": "^3.5.12",
"vue-router": "^4.3.2"
}
}