r-util-js/playground/vue3-app/package.json

26 lines
568 B
JSON
Raw Permalink Normal View History

{
"name": "@r-utils/playground-vue3",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint . --fix",
"format": "prettier --write src"
},
"dependencies": {
"@r-utils/common": "workspace:^",
"@r-utils/vue3": "workspace:^",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.0",
"typescript": "^5.9.3",
"vite": "catalog:",
"vue-tsc": "^2.2.8"
}
}