mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-25 13:38:29 +03:00
Move it all to the bottom
This commit is contained in:
parent
0b04af90ab
commit
7f7239a042
@ -3,15 +3,6 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"packageManager": "npm@11.4.2",
|
|
||||||
"engines": {
|
|
||||||
"node": "^20.19.6",
|
|
||||||
"npm": "11.4.2"
|
|
||||||
},
|
|
||||||
"volta": {
|
|
||||||
"node": "20.19.6",
|
|
||||||
"npm": "11.4.2"
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite --host",
|
"dev": "vite --host",
|
||||||
"build": "tsc && vite build --base=/BASE_PATH/",
|
"build": "tsc && vite build --base=/BASE_PATH/",
|
||||||
@ -133,5 +124,14 @@
|
|||||||
"typescript": "^5.8.2",
|
"typescript": "^5.8.2",
|
||||||
"vite": "^6.2.0",
|
"vite": "^6.2.0",
|
||||||
"vitest": "^3.0.7"
|
"vitest": "^3.0.7"
|
||||||
|
},
|
||||||
|
"packageManager": "npm@11.4.2",
|
||||||
|
"engines": {
|
||||||
|
"node": "^20.19.6",
|
||||||
|
"npm": "11.4.2"
|
||||||
|
},
|
||||||
|
"volta": {
|
||||||
|
"node": "20.19.6",
|
||||||
|
"npm": "11.4.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user