mib/package.json

99 lines
2.9 KiB
JSON

{
"name": "mib-client",
"productName": "mib-client",
"private": true,
"version": "1.3.0",
"description": "data backup tool",
"author": "QC2168",
"license": "MIT",
"main": "dist-electron/main.js",
"scripts": {
"dev": "vite",
"build": "sh scripts/build.sh",
"commit": "cz",
"prepare": "husky install",
"postinstall": "yarn prepare",
"lint": "eslint . --ext .js,.ts,.tsx --fix --ignore-path .gitignore",
"release": "pnpm lint && release-it"
},
"engines": {
"node": ">=14.17.0"
},
"devDependencies": {
"@ant-design/icons": "^4.7.0",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-angular": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@iconify/json": "^2.1.81",
"@types/fs-extra": "^9.0.13",
"@types/jsoneditor": "^9.9.0",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.0.3",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/usb": "^2.0.5",
"@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"@unocss/preset-attributify": "^0.44.5",
"@unocss/preset-icons": "^0.44.5",
"@unocss/preset-uno": "^0.44.5",
"@unocss/transformer-directives": "^0.44.5",
"@vitejs/plugin-react": "^1.3.2",
"ahooks": "^3.5.2",
"antd": "~5.6.1",
"better-scroll": "^2.4.2",
"classnames": "^2.3.1",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"dayjs": "^1.11.3",
"electron": "^23.3.12",
"electron-builder": "^23.0.3",
"electron-devtools-installer": "^3.2.0",
"electron-store": "^8.0.1",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.4.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.1",
"less": "^4.1.3",
"lodash-es": "^4.17.21",
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "6",
"release-it": "^15.11.0",
"typescript": "^4.7.3",
"unocss": "^0.44.1",
"vite": "^4.4.8",
"vite-plugin-electron": "^0.11.1",
"vite-plugin-esmodule": "^1.4.2",
"winston": "^3.8.1"
},
"env": {
"VITE_DEV_SERVER_HOST": "127.0.0.1",
"VITE_DEV_SERVER_PORT": 7777
},
"dependencies": {
"@qc2168/mib": "^1.5.0",
"@types/axios": "^0.14.0",
"axios": "^1.4.0",
"echarts": "^5.4.2",
"echarts-for-react": "^3.0.2",
"eslint-plugin-unused-imports": "^2.0.0",
"fs-extra": "^10.1.0",
"i18next": "^23.5.1",
"jsoneditor": "^9.9.2",
"node-gyp-build": "^4.6.0",
"only-allow": "^1.1.1",
"react-i18next": "^13.2.2",
"recoil": "^0.7.7",
"semver": "^7.5.3",
"usb": "^2.9.0"
}
}