34 lines
896 B
JSON
34 lines
896 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.13",
|
|
"@unocss/reset": "^66.3.3",
|
|
"@vitejs/plugin-vue": "^6.0.0",
|
|
"typescript": "~5.8.3",
|
|
"unocss": "^66.3.3",
|
|
"unplugin-vue-macros": "^2.14.5",
|
|
"unplugin-vue-router": "^0.14.0",
|
|
"vite": "catalog:rolldown-vite",
|
|
"vite-plugin-vue-devtools": "^7.7.7",
|
|
"vite-plugin-vue-layouts": "^0.11.0",
|
|
"vue-tsc": "^2.2.12"
|
|
}
|
|
}
|