Update package.json

This commit is contained in:
草鞋没号 2022-02-01 08:40:47 +08:00 committed by GitHub
parent 32fd67dbbf
commit 6f334f2dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -10,11 +10,12 @@
"build": "tsc --project src/renderer/tsconfig.json && node scripts/build.mjs && electron-builder" "build": "tsc --project src/renderer/tsconfig.json && node scripts/build.mjs && electron-builder"
}, },
"engines": { "engines": {
"node": ">=16.9.1" "node": ">=14.17.0"
},
"dependencies": {
"electron-store": "^8.0.1"
}, },
"dependencies": {},
"devDependencies": { "devDependencies": {
"electron-store": "^8.0.1",
"@types/react": "^17.0.38", "@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11", "@types/react-dom": "^17.0.11",
"@vitejs/plugin-react": "^1.1.4", "@vitejs/plugin-react": "^1.1.4",
@ -31,4 +32,4 @@
"HOST": "127.0.0.1", "HOST": "127.0.0.1",
"PORT": 3344 "PORT": 3344
} }
} }