{
"name": "opengauss-datastudio-front",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build:dev": "vite build --mode development",
"build:prod": "vite build --mode production",
"build": "vite build",
"preview": "vite preview",
"build:ts": "vue-tsc --noEmit --skipLibCheck && vite build",
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix",
"lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\""
},
"author": "GBA-NCTI-ISDC",
"dependencies": {
"@better-scroll/core": "^2.4.2",
"@types/jquery": "^3.5.16",
"@vueuse/core": "^9.13.0",
"ace-builds": "^1.36.2",
"axios": "https://registry.npmjs.org/axios/-/axios-1.15.1.tgz",
"consola": "^3.2.3",
"core-js": "^3.6.5",
"crypto-js": "^4.1.1",
"jsencrypt": "^3.0.0-rc.1",
"element-plus": "2.11.9",
"localforage": "^1.10.0",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"sass": "^1.54.0",
"splitpanes": "^3.1.5",
"sql-formatter": "^11.0.2",
"svg-sprite-loader": "^6.0.11",
"vue": "^3.4.27",
"vue-i18n": "^9.14.5",
"vue-router": "^4.3.2",
"vxe-table": "^4.5.17"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vitejs/plugin-vue": "^5.2.3",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-define-config": "^1.17.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.10.0",
"prettier": "^2.8.7",
"typescript": "5.3",
"unplugin-auto-import": "0.18.6",
"vite": "^5.4.21",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-style-import": "^2.0.0",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-tsc": "^2.0.19"
},
"engines": {
"node": ">=16",
"npm": ">=7"
},
"overrides": {
"js-yaml": "4.1.1",
"follow-redirects": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
"decode-uri-component": "0.2.2",
"brace-expansion": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
"flatted": "https://registry.npmjs.org/flatted/-/flatted-3.4.0.tgz",
"picomatch": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
"postcss": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz",
"uuid": "14.0.0",
"immutable": "4.3.7",
"axios": "https://registry.npmjs.org/axios/-/axios-1.15.1.tgz",
"form-data": "4.0.4",
"proxy-from-env": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz"
}
}