easynode/web/package.json
chaoszhu 8d52e34d6f update
2024-07-10 16:52:59 +08:00

57 lines
1.7 KiB
JSON

{
"name": "web",
"version": "0.0.1",
"description": "easynode-web",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 5050",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.1",
"@codemirror/lang-css": "^6.0.0",
"@codemirror/lang-html": "^6.1.0",
"@codemirror/lang-java": "^6.0.0",
"@codemirror/lang-javascript": "^6.0.1",
"@codemirror/lang-json": "^6.0.0",
"@codemirror/lang-markdown": "^6.0.0",
"@codemirror/lang-php": "^6.0.0",
"@codemirror/lang-python": "^6.0.0",
"@codemirror/lang-sql": "^6.0.0",
"@codemirror/lang-xml": "^6.0.0",
"@codemirror/language": "^6.2.0",
"@codemirror/legacy-modes": "^6.1.0",
"@codemirror/theme-one-dark": "^6.0.0",
"axios": "^0.26.1",
"codemirror": "^6.0.1",
"crypto-js": "^4.1.1",
"element-plus": "^2.1.7",
"jsencrypt": "^3.0.0-rc.1",
"pinia": "^2.0.16",
"socket.io-client": "^4.4.1",
"vue": "^3.2.31",
"vue-codemirror": "^6.0.0",
"vue-router": "^4.0.14",
"xterm": "^4.19.0",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-search": "^0.9.0",
"xterm-addon-search-bar": "^0.2.0",
"xterm-addon-web-links": "^0.6.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.1",
"@vitejs/plugin-vue-jsx": "^1.3.9",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"sass": "^1.49.11",
"unplugin-auto-import": "^0.6.9",
"unplugin-vue-components": "^0.18.5",
"vite": "^2.9.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-style-import": "^1.4.1",
"vue-eslint-parser": "^9.0.2"
}
}