Spaces:
Sleeping
Sleeping
| { | |
| "name": "polymer-aging-ml", | |
| "version": "1.0.0", | |
| "description": "Full-stack React/TypeScript project for polymer aging ML, deployable in Docker and Hugging Face Space.", | |
| "scripts": { | |
| "start": "react-scripts start", | |
| "build": "react-scripts build", | |
| "test": "react-scripts test", | |
| "eject": "react-scripts eject", | |
| "typegen": "openapi-typescript http://localhost:8000/api/v1/openapi.json --output src/types/api.ts", | |
| "typegen:file": "openapi-typescript ../openapi-schema.json --output src/types/api.ts", | |
| "check-types-sync": "../scripts/check-typegen-sync.sh", | |
| "lint": "eslint . --ext .ts,.tsx,.js,.jsx", | |
| "format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,md}\"" | |
| }, | |
| "keywords": [ | |
| "react", | |
| "typescript", | |
| "ml", | |
| "polymer", | |
| "huggingface" | |
| ], | |
| "author": "devjas1", | |
| "license": "MIT", | |
| "dependencies": { | |
| "axios": "^1.5.0", | |
| "openapi-typescript-codegen": "^0.29.0", | |
| "react": "^18.2.0", | |
| "react-dom": "^18.2.0", | |
| "react-dropzone": "^14.3.8", | |
| "react-router-dom": "^6.15.0", | |
| "react-scripts": "^5.0.0", | |
| "recharts": "^3.2.1", | |
| "web-vitals": "^5.1.0" | |
| }, | |
| "devDependencies": { | |
| "@testing-library/jest-dom": "^6.8.0", | |
| "@testing-library/react": "^14.3.1", | |
| "@types/jest": "^30.0.0", | |
| "@types/react": "^18.0.37", | |
| "@types/react-dom": "^18.0.11", | |
| "@types/react-dropzone": "^4.2.2", | |
| "@types/react-router-dom": "^5.3.3", | |
| "@types/recharts": "^1.8.29", | |
| "eslint": "^8.56.0", | |
| "eslint-config-prettier": "^9.1.0", | |
| "eslint-plugin-react": "^7.33.2", | |
| "jest": "^28.1.3", | |
| "openapi-typescript": "^6.7.0", | |
| "prettier": "^3.2.2", | |
| "typescript": "^4.9.5" | |
| }, | |
| "browserslist": { | |
| "production": [ | |
| ">0.2%", | |
| "not dead", | |
| "not op_mini all" | |
| ], | |
| "development": [ | |
| "last 1 chrome version", | |
| "last 1 firefox version", | |
| "last 1 safari version" | |
| ] | |
| } | |
| } | |