42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "aiagent-frontend",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.4.0",
|
|
"vue-router": "^4.2.5",
|
|
"pinia": "^2.1.7",
|
|
"axios": "^1.6.2",
|
|
"element-plus": "^2.4.4",
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@vue-flow/core": "^1.30.0",
|
|
"@vue-flow/background": "^1.1.0",
|
|
"@vue-flow/controls": "^1.1.0",
|
|
"@vue-flow/minimap": "^1.1.0",
|
|
"socket.io-client": "^4.6.1",
|
|
"vee-validate": "^4.12.0",
|
|
"yup": "^1.3.3",
|
|
"monaco-editor": "^0.44.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.0",
|
|
"@vitejs/plugin-vue": "^4.5.2",
|
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"eslint": "^8.55.0",
|
|
"eslint-plugin-vue": "^9.19.2",
|
|
"prettier": "^3.1.1",
|
|
"typescript": "~5.3.3",
|
|
"vite": "^5.0.8",
|
|
"vue-tsc": "^1.8.25"
|
|
}
|
|
}
|