mirror of
https://github.com/vegu-ai/talemate.git
synced 2025-12-15 19:27:47 +01:00
Visual Agent Refactor + Visual Library Character Card Import Refactor Bug fixes and other improvements
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "talemate_frontend",
|
|
"version": "0.34.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"serve": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint . --ext .vue,.js,.ts --fix"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/lang-json": "^6.0.1",
|
|
"@codemirror/lang-markdown": "^6.2.5",
|
|
"@codemirror/lang-yaml": "^6.1.2",
|
|
"@codemirror/language-data": "^6.5.1",
|
|
"@codemirror/state": "^6.5.2",
|
|
"@codemirror/theme-one-dark": "^6.1.2",
|
|
"@codemirror/view": "^6.37.1",
|
|
"@mdi/font": "7.4.47",
|
|
"core-js": "^3.37.1",
|
|
"dot-prop": "^9.0.0",
|
|
"litegraph.js": "^0.7.18",
|
|
"lodash": "^4.17.21",
|
|
"marked": "^15.0.12",
|
|
"roboto-fontface": "*",
|
|
"uuid": "^10.0.0",
|
|
"vue": "^3.5",
|
|
"vue-codemirror": "^6.1.1",
|
|
"vuetify": "^3.10",
|
|
"webfontloader": "^1.6.28"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.0",
|
|
"eslint": "^9.0.0",
|
|
"eslint-plugin-vue": "^10.0.0",
|
|
"postcss": "^8.5.3",
|
|
"vite": "^7.0.4",
|
|
"vite-plugin-vuetify": "^2.1.1"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead",
|
|
"not ie 11"
|
|
]
|
|
}
|