31 lines
799 B
JSON
31 lines
799 B
JSON
{
|
|
"name": "@sillytavern-repalice/client",
|
|
"version": "1.0.0",
|
|
"description": "Frontend client for SillyTavern Repalice",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.4.0",
|
|
"vue-router": "^4.2.5",
|
|
"pinia": "^2.1.7",
|
|
"axios": "^1.6.5",
|
|
"@vueuse/core": "^10.7.2",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.0.3",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"eslint": "^8.56.0",
|
|
"eslint-plugin-vue": "^9.19.2",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.0.11",
|
|
"vue-tsc": "^2.0.0"
|
|
}
|
|
}
|