chore: update dependencies and restructure package.json

This commit is contained in:
2026-03-12 09:27:42 +08:00
parent 2cc7fbc5be
commit ee44586c6f
2 changed files with 24 additions and 14 deletions

View File

@@ -7,5 +7,8 @@
"editor.formatOnSave": true, "editor.formatOnSave": true,
"[typescriptreact]": { "[typescriptreact]": {
"editor.defaultFormatter": "oxc.oxc-vscode" "editor.defaultFormatter": "oxc.oxc-vscode"
},
"[json]": {
"editor.defaultFormatter": "oxc.oxc-vscode"
} }
} }

View File

@@ -3,6 +3,16 @@
"version": "1.0.0", "version": "1.0.0",
"private": true, "private": true,
"description": "Helios EV Charging Station Management System", "description": "Helios EV Charging Station Management System",
"keywords": [
"ev",
"evcs",
"ocpp"
],
"license": "ISC",
"author": {
"name": "Timothy Yin",
"email": "master@uniiem.com"
},
"scripts": { "scripts": {
"dev:csms": "pnpm --filter csms dev", "dev:csms": "pnpm --filter csms dev",
"build:csms": "pnpm --filter csms build:prod", "build:csms": "pnpm --filter csms build:prod",
@@ -17,20 +27,17 @@
"fmt": "oxfmt", "fmt": "oxfmt",
"fmt:check": "oxfmt --check" "fmt:check": "oxfmt --check"
}, },
"keywords": [
"ev",
"evcs",
"ocpp"
],
"author": {
"name": "Timothy Yin",
"email": "master@uniiem.com"
},
"license": "ISC",
"packageManager": "pnpm@10.18.2",
"devDependencies": { "devDependencies": {
"npm-run-all2": "^8.0.2", "npm-run-all2": "^8.0.2",
"oxfmt": "^0.36.0", "oxfmt": "^0.38.0",
"oxlint": "^1.52.0" "oxlint": "^1.53.0"
},
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"react-day-picker>react": "19"
}
}
} }
} }