| { |
| "name": "grid_ui", |
| "version": "0.1.0", |
| "private": true, |
| "type": "module", |
| "dependencies": { |
| "@apollo/client": "^3.8.6", |
| "@bazel/typescript": "^5.8.1", |
| "@emotion/react": "^11.11.1", |
| "@emotion/styled": "^11.11.0", |
| "@mui/icons-material": "^5.14.14", |
| "@mui/material": "^5.14.14", |
| "@novnc/novnc": "^1.4.0", |
| "@types/jest": "^29.5.3", |
| "@types/node": "^20.8.7", |
| "@types/react": "^18.2.31", |
| "@types/react-dom": "^18.2.7", |
| "@types/react-modal": "^3.16.0", |
| "@types/react-router-dom": "^5.3.3", |
| "graphql": "^16.7.1", |
| "graphql.macro": "^1.4.2", |
| "pretty-ms": "^7.0.1", |
| "react": "^18.2.0", |
| "react-dom": "^18.2.0", |
| "react-modal": "^3.16.1", |
| "react-router-dom": "^6.17.0", |
| "source-map-explorer": "^2.5.3" |
| }, |
| "scripts": { |
| "start": "react-scripts start", |
| "build": "react-scripts build && python scripts/rmSourcemaps.py", |
| "analyze": "source-map-explorer 'build/static/js/*.js'", |
| "test": "react-scripts test --watchAll=false --transformIgnorePatterns 'node_modules/(?!(@novnc)/)'", |
| "eject": "react-scripts eject", |
| "lint": "ts-standard && eslint --ext '.js,.ts,.tsx' src", |
| "lint-fix": "ts-standard --fix && eslint --ext '.js,.ts,.tsx' src" |
| }, |
| "homepage": "./ui", |
| "browserslist": { |
| "production": [ |
| ">0.2%", |
| "not dead", |
| "not op_mini all" |
| ], |
| "development": [ |
| "last 1 chrome version", |
| "last 1 firefox version", |
| "last 1 safari version" |
| ] |
| }, |
| "devDependencies": { |
| "@babel/preset-react": "^7.22.5", |
| "@testing-library/jest-dom": "^5.17.0", |
| "@testing-library/react": "^14.0.0", |
| "@testing-library/user-event": "^14.4.3", |
| "react-scripts": "5.0.1", |
| "ts-standard": "^12.0.2", |
| "typescript": "^4.9.5" |
| }, |
| "jest": { |
| "testMatch": [ |
| "<rootDir>/src/tests/**/*.test.tsx" |
| ] |
| }, |
| "ts-standard": { |
| "ignore": [ |
| "src/react-app-env.d.ts" |
| ] |
| } |
| } |