{ "name": "temp-project", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite --host 0.0.0.0 --port 5173", "build": "tsc -b && vite build", "check": "tsc --noEmit && eslint .", "build:ldo": "ldo build --input src/.shapes --output src/.ldo", "lint": "eslint .", "preview": "vite preview", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@ldo/connected-nextgraph": "^1.0.0-alpha.15", "@ldo/ldo": "^1.0.0-alpha.14", "@ldo/react": "^1.0.0-alpha.15", "@mui/icons-material": "^7.2.0", "@mui/material": "^7.2.0", "@rdfjs/data-model": "^1.2.0", "@rdfjs/types": "^1.0.1", "dotenv": "^17.1.0", "nextgraph-react": "^0.1.1-alpha.1", "nextgraphweb": "^0.1.1-alpha.4", "qrcode.react": "^4.2.0", "react": "^19.1.0", "react-dom": "^19.1.0", "react-router-dom": "^7.6.3", "zustand": "^5.0.6" }, "devDependencies": { "@eslint/js": "^9.30.1", "@ldo/cli": "^1.0.0-alpha.15", "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^14.2.1", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.12", "@types/jsonld": "^1.5.15", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@types/react-router-dom": "^5.3.3", "@types/shexj": "^2.1.7", "@vitejs/plugin-react": "^4.6.0", "eslint": "^9.30.1", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.3.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "ts-jest": "^29.1.2", "typescript": "~5.8.3", "typescript-eslint": "^8.35.1", "vite": "^6.0.0" } }