25 lines
779 B
JSON
25 lines
779 B
JSON
{
|
|
"name": "lxc-stream-overlay",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "tsc -b && vite build",
|
|
"dev": "vite",
|
|
"docs:check": "node scripts/check-doc-links.mjs ../..",
|
|
"format": "prettier --ignore-path ../../.prettierignore --write . ../server-rust/README.md ../../README.md ../../docs ../../compose.yaml",
|
|
"format:check": "prettier --ignore-path ../../.prettierignore --check . ../server-rust/README.md ../../README.md ../../docs ../../compose.yaml"
|
|
},
|
|
"dependencies": {
|
|
"react": "19.1.1",
|
|
"react-dom": "19.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "19.1.10",
|
|
"@types/react-dom": "19.1.7",
|
|
"@vitejs/plugin-react": "5.0.2",
|
|
"prettier": "3.9.5",
|
|
"typescript": "5.9.2",
|
|
"vite": "7.3.6"
|
|
}
|
|
}
|