mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-23 04:28:32 +03:00
Add node/npm version config to package.json
This commit is contained in:
parent
39af85625e
commit
85940f4de2
4
web/package-lock.json
generated
4
web/package-lock.json
generated
@ -118,6 +118,10 @@
|
||||
"typescript": "^5.8.2",
|
||||
"vite": "^6.2.0",
|
||||
"vitest": "^3.0.7"
|
||||
},
|
||||
"engines": {
|
||||
"node": "20.19.6",
|
||||
"npm": "10.8.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@aashutoshrathi/word-wrap": {
|
||||
|
||||
@ -3,6 +3,16 @@
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"packageManager": "npm@10.8.2",
|
||||
"engineStrict": true,
|
||||
"engines": {
|
||||
"node": "20.19.6",
|
||||
"npm": "10.8.2"
|
||||
},
|
||||
"volta": {
|
||||
"node": "20.19.6",
|
||||
"npm": "10.8.2"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite --host",
|
||||
"build": "tsc && vite build --base=/BASE_PATH/",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user