{ "name": "client", "version": "0.1.0", "description": "", "scripts": { "start": "vite", "build": "vite build --outDir ttun/staticfiles", "typecheck": "tsc --noEmit", "typewatch": "tsc --noEmit --watch" }, "license": "MIT", "dependencies": { "@microlink/react-json-view": "^1.31.15", "bootstrap": "^5.3.8", "bootstrap-icons": "^1.13.1", "classnames": "^2.5.1", "dayjs": "^1.11.20", "react": "^19.2.4", "react-bootstrap": "^2.10.10", "react-dom": "^19.2.4" }, "devDependencies": { "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", "babel-preset-nano-react-app": "^0.1.0", "sass": "^1.99.0", "typescript": "^6.0.2", "vite": "^8.0.3" } }