mirror of
https://github.com/nuxt/ui.git
synced 2026-09-14 19:51:10 +08:00
229b64f67e
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
22 lines
450 B
JSON
22 lines
450 B
JSON
{
|
|
"name": "playground-repl",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"bundle": "vite build --config vite.config.bundle.ts",
|
|
"build": "pnpm bundle && vite build"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/ui": "workspace:*",
|
|
"@vue/repl": "^4.7.2",
|
|
"tailwindcss": "^4.3.3",
|
|
"vue": "^3.5.41"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.8",
|
|
"vite": "^8.2.1"
|
|
}
|
|
}
|