chore: update dependencies and restructure package.json
This commit is contained in:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -7,5 +7,8 @@
|
||||
"editor.formatOnSave": true,
|
||||
"[typescriptreact]": {
|
||||
"editor.defaultFormatter": "oxc.oxc-vscode"
|
||||
},
|
||||
"[json]": {
|
||||
"editor.defaultFormatter": "oxc.oxc-vscode"
|
||||
}
|
||||
}
|
||||
35
package.json
35
package.json
@@ -3,6 +3,16 @@
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "Helios EV Charging Station Management System",
|
||||
"keywords": [
|
||||
"ev",
|
||||
"evcs",
|
||||
"ocpp"
|
||||
],
|
||||
"license": "ISC",
|
||||
"author": {
|
||||
"name": "Timothy Yin",
|
||||
"email": "master@uniiem.com"
|
||||
},
|
||||
"scripts": {
|
||||
"dev:csms": "pnpm --filter csms dev",
|
||||
"build:csms": "pnpm --filter csms build:prod",
|
||||
@@ -17,20 +27,17 @@
|
||||
"fmt": "oxfmt",
|
||||
"fmt:check": "oxfmt --check"
|
||||
},
|
||||
"keywords": [
|
||||
"ev",
|
||||
"evcs",
|
||||
"ocpp"
|
||||
],
|
||||
"author": {
|
||||
"name": "Timothy Yin",
|
||||
"email": "master@uniiem.com"
|
||||
},
|
||||
"license": "ISC",
|
||||
"packageManager": "pnpm@10.18.2",
|
||||
"devDependencies": {
|
||||
"npm-run-all2": "^8.0.2",
|
||||
"oxfmt": "^0.36.0",
|
||||
"oxlint": "^1.52.0"
|
||||
"oxfmt": "^0.38.0",
|
||||
"oxlint": "^1.53.0"
|
||||
},
|
||||
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",
|
||||
"pnpm": {
|
||||
"peerDependencyRules": {
|
||||
"allowedVersions": {
|
||||
"react-day-picker>react": "19"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user