You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
577 B

{
"name": "iron-web-ui",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite --config frontend/vite.config.ts",
"build": "vite build --config frontend/vite.config.ts",
"preview": "vite preview --config frontend/vite.config.ts"
},
"dependencies": {
"@opencloud-eu/design-system": "^6.2.0",
"@vitejs/plugin-vue": "^6.0.6",
"pinia": "^3.0.4",
"tailwindcss": "^4.3.0",
"vue": "^3.5.34",
"vue3-gettext": "^4.0.0-beta.1"
},
"devDependencies": {
"typescript": "^5.8.3",
"vite": "^6.3.5"
}
}