| { |
| "name": "introspector", |
| "version": "0.1.0", |
| "private": true, |
| "dependencies": { |
| "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
| "@emotion/react": "^11.13.3", |
| "@emotion/styled": "^11.13.0", |
| "@mui/styled-engine-sc": "^6.1.2", |
| "@mui/x-data-grid": "^7.18.0", |
| "@nextui-org/react": "^2.4.8", |
| "@testing-library/jest-dom": "^5.17.0", |
| "@testing-library/react": "^13.4.0", |
| "@testing-library/user-event": "^13.5.0", |
| "autoprefixer": "^10.4.20", |
| "axios": "^1.7.7", |
| "postcss": "^8.4.47", |
| "react": "^18.3.1", |
| "react-dom": "^18.3.1", |
| "react-scripts": "^5.0.1", |
| "styled-components": "^6.1.13", |
| "tailwindcss": "^3.4.13", |
| "web-vitals": "^2.1.4" |
| }, |
| "scripts": { |
| "start": "react-scripts --openssl-legacy-provider start ", |
| "build": "react-scripts --openssl-legacy-provider build", |
| "test": "react-scripts --openssl-legacy-provider test", |
| "eject": "react-scripts --openssl-legacy-provider eject" |
| }, |
| "eslintConfig": { |
| "extends": [ |
| "react-app", |
| "react-app/jest" |
| ] |
| }, |
| "browserslist": { |
| "production": [ |
| ">0.2%", |
| "not dead", |
| "not op_mini all" |
| ], |
| "development": [ |
| "last 1 chrome version", |
| "last 1 firefox version", |
| "last 1 safari version" |
| ] |
| } |
| } |
|
|