| { |
| "name": "grid_ui", |
| "version": "0.1.0", |
| "private": true, |
| "type": "module", |
| "dependencies": { |
| "@apollo/client": "^3.3.20", |
| "@material-ui/core": "^4.11.4", |
| "@material-ui/icons": "^4.11.2", |
| "@novnc/novnc": "^1.2.0", |
| "@types/react": "^17.0.11", |
| "@types/react-dom": "^17.0.7", |
| "@types/react-modal": "^3.12.0", |
| "@types/react-router-dom": "^5.1.7", |
| "graphql": "^15.5.0", |
| "graphql.macro": "^1.4.2", |
| "pretty-ms": "^7.0.1", |
| "react": "^17.0.1", |
| "react-dom": "^17.0.1", |
| "react-modal": "^3.14.3", |
| "react-router-dom": "^5.2.0", |
| "react-scripts": "^5.0.0", |
| "source-map-explorer": "^2.5.2" |
| }, |
| "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" |
| }, |
| "eslintConfig": { |
| "extends": "react-app" |
| }, |
| "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.14.5", |
| "@testing-library/jest-dom": "^5.16.1", |
| "@testing-library/react": "^11.2.7", |
| "@testing-library/user-event": "^13.5.0", |
| "ts-standard": "^10.0.0", |
| "typescript": "^3.9.7" |
| }, |
| "jest": { |
| "testMatch": [ |
| "<rootDir>/src/tests/**/*.test.tsx" |
| ] |
| }, |
| "ts-standard": { |
| "ignore": [ |
| "src/react-app-env.d.ts" |
| ] |
| } |
| } |