mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
25 lines
521 B
JSON
25 lines
521 B
JSON
{
|
|
"name": "playground-vue",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/ui": "latest",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"typescript": "^5.7.2",
|
|
"unplugin-auto-import": "^19.0.0",
|
|
"unplugin-vue-components": "^0.28.0",
|
|
"vite": "^6.0.7",
|
|
"vue-tsc": "^2.2.0"
|
|
}
|
|
}
|