Files
moeka-project/apps/playground-prompt-engineering/package.json
T

34 lines
895 B
JSON

{
"name": "@proj-airi/playground-prompt-engineering",
"type": "module",
"version": "0.6.1",
"private": true,
"description": "Prompt Engineering Playground for AI Characters",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@velin-dev/core": "^0.2.5",
"@velin-dev/vue": "^0.2.5",
"pinia": "^3.0.3",
"vue": "^3.5.17"
},
"devDependencies": {
"@iconify/vue": "^5.0.0",
"@types/node": "^24.0.3",
"@unocss/reset": "^66.2.3",
"@vitejs/plugin-vue": "^5.2.4",
"typescript": "~5.8.3",
"unocss": "^66.2.3",
"unplugin-vue-macros": "^2.14.5",
"unplugin-vue-router": "^0.12.0",
"vite": "catalog:rolldown-vite",
"vite-plugin-vue-devtools": "^7.7.7",
"vite-plugin-vue-layouts": "^0.11.0",
"vue-tsc": "^2.2.10"
}
}