29 lines
785 B
JSON
29 lines
785 B
JSON
{
|
|
"name": "sysmon-web",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --port $CLIENT_PORT --host & cargo run",
|
|
"build": "tsc && vite build && cargo build --release",
|
|
"preview": "vite --port $CLIENT_PORT preview --host & cargo run --release"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^5.32.0",
|
|
"jotai": "^2.8.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.7.1",
|
|
"@types/node": "^20.12.8",
|
|
"@types/react": "^18.2.66",
|
|
"@types/react-dom": "^18.2.22",
|
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
"@typescript-eslint/parser": "^7.2.0",
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.2.0"
|
|
}
|
|
}
|