29 lines
706 B
JSON
29 lines
706 B
JSON
{
|
|
"name": "@proj-airi/playground-prompt-engineering",
|
|
"type": "module",
|
|
"version": "0.4.26",
|
|
"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/ml": "^1.3.0",
|
|
"pinia": "^3.0.2",
|
|
"vue": "^3.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/vue": "^4.3.0",
|
|
"@types/node": "^22.15.2",
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"typescript": "~5.8.3",
|
|
"unocss": "^66.1.0-beta.12",
|
|
"vite": "^6.3.3",
|
|
"vite-plugin-vue-devtools": "^7.7.5",
|
|
"vue-tsc": "^2.2.10"
|
|
}
|
|
}
|