unwind/unwind-ui/package.json

29 lines
557 B
JSON
Raw Normal View History

2021-07-25 19:01:25 +02:00
{
2024-05-10 00:13:01 +02:00
"type": "module",
2021-07-25 19:01:25 +02:00
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "vue-tsc --noEmit",
"serve": "vite preview"
},
"dependencies": {
2024-05-10 00:13:01 +02:00
"bulma": "^1.0.0",
2021-07-25 19:01:25 +02:00
"vue": "^3.0.5"
},
"devDependencies": {
2024-05-10 00:13:01 +02:00
"@vitejs/plugin-vue": "^5.0.4",
2021-07-25 19:01:25 +02:00
"@vue/compiler-sfc": "^3.0.5",
2024-05-10 00:13:01 +02:00
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"vite": "^6.3.5",
2024-05-10 00:13:01 +02:00
"vue-tsc": "^2.0.16"
2021-07-25 19:01:25 +02:00
},
"prettier": {
"arrowParens": "always",
"printWidth": 88,
"trailingComma": "all",
"semi": false
}
}