Files
easynode/web/package.json
dependabot[bot] b231126ba8 build(deps): bump axios from 1.12.0 to 1.13.5
Bumps [axios](https://github.com/axios/axios) from 1.12.0 to 1.13.5.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.12.0...v1.13.5)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.13.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-11 17:52:18 +00:00

67 lines
2.0 KiB
JSON

{
"name": "web",
"version": "3.6.0",
"description": "easynode-web",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 5050",
"lint": "eslint . --ext .js,.vue",
"lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-javascript": "^6.2.3",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.3.2",
"@codemirror/lang-php": "^6.0.1",
"@codemirror/lang-python": "^6.1.7",
"@codemirror/lang-sql": "^6.8.0",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/language": "^6.11.0",
"@codemirror/legacy-modes": "^6.5.0",
"@codemirror/theme-one-dark": "^6.1.2",
"@xterm/addon-canvas": "^0.7.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-search": "^0.15.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"ant-design-x-vue": "^1.0.7",
"axios": "^1.13.5",
"chart.js": "^4.5.0",
"codemirror": "^6.0.1",
"crypto-js": "^4.2.0",
"csv-parse": "^5.6.0",
"dayjs": "^1.11.13",
"element-plus": "^2.11.4",
"guacamole-common-js": "^1.5.0",
"highlight.js": "^11.11.1",
"jsencrypt": "^3.3.2",
"markstream-vue": "^0.0.3-beta.7",
"monaco-editor": "^0.52.2",
"pinia": "^3.0.1",
"socket.io-client": "^4.8.1",
"vue": "^3.5.13",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.5.0",
"xterm-theme": "^1.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.3",
"@vitejs/plugin-vue-jsx": "^4.1.2",
"code-inspector-plugin": "^0.20.7",
"eslint": "^9.26.0",
"eslint-plugin-vue": "^9.27.0",
"sass": "^1.86.0",
"unplugin-auto-import": "^19.1.2",
"unplugin-vue-components": "^28.4.1",
"vite": "^6.2.3",
"vite-plugin-compression": "^0.5.1",
"vue-eslint-parser": "^9.4.3"
}
}