feat: 更新package.json配置

This commit is contained in:
wanglihui 2024-07-22 23:06:02 +08:00
parent 11cc637c72
commit b310f83113
2 changed files with 1 additions and 2 deletions

View File

@ -55,7 +55,6 @@
"customize-cra": "^1.0.0", "customize-cra": "^1.0.0",
"electron": "26.0.0", "electron": "26.0.0",
"electron-builder": "^24.9.1", "electron-builder": "^24.9.1",
"electron-log": "^5.0.1",
"eslint-config-react-app": "^7.0.1", "eslint-config-react-app": "^7.0.1",
"kill-port": "^2.0.1", "kill-port": "^2.0.1",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",

View File

@ -4,7 +4,7 @@
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"clean": "rimraf node_modules out-election" "clean": "rimraf node_modules .turbo"
}, },
"dependencies": { "dependencies": {
"@typescript-eslint/parser": "^6.16.0", "@typescript-eslint/parser": "^6.16.0",