24 lines
657 B
JSON
24 lines
657 B
JSON
{
|
|
"name": "frappe-ui-frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build --base=/assets/kolanalystapp/analystview/ && yarn copy-html-entry",
|
|
"preview": "vite preview",
|
|
"copy-html-entry": "cp ../kolanalystapp/public/analystview/index.html ../kolanalystapp/www/analystview.html"
|
|
},
|
|
"dependencies": {
|
|
"feather-icons": "^4.28.0",
|
|
"frappe-ui": "^0.1.62",
|
|
"vue": "^3.4.29",
|
|
"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"
|
|
}
|
|
} |