929ee6557a
- Add base app structure, including Bootstrap setup and Alpine.js integration. - Implement authentication flow with session handling. - Integrate stock management and label creation functionalities. - Include responsive styling and theme using CSS variables and custom components. - Add API clients for Tryton-based backend. - Set up kitchen and dashboard navigation workflows. - Configure service worker for PWA support.
19 lines
309 B
JSON
19 lines
309 B
JSON
{
|
|
"name": "lonc-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"alpinejs": "^3.14.9",
|
|
"bootstrap": "^5.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|