CoolFace
Apppublic

harshapitla/stackoverflow

sourceHugging Facemitupdated 9mo agoView on Hugging Face
0likes
package.json49 linesDownload Raw Back to root
1{2  "name": "react-template",3  "version": "0.1.0",4  "private": true,5  "dependencies": {6    "@testing-library/dom": "^10.4.0",7    "@testing-library/jest-dom": "^6.6.3",8    "@testing-library/react": "^16.3.0",9    "@testing-library/user-event": "^13.5.0",10    "chart.js": "^4.5.1",11    "d3-hexbin": "^0.2.2",12    "d3-scale": "^4.0.2",13    "d3-scale-chromatic": "^3.1.0",14    "danfojs": "^1.2.0",15    "papaparse": "^5.5.3",16    "react": "^19.1.0",17    "react-chartjs-2": "^5.3.1",18    "react-dom": "^19.1.0",19    "react-icons": "^5.5.0",20    "react-scripts": "5.0.1",21    "recharts": "^3.4.1",22    "web-vitals": "^2.1.4"23  },24  "scripts": {25    "start": "react-scripts start",26    "build": "react-scripts build",27    "test": "react-scripts test",28    "eject": "react-scripts eject"29  },30  "eslintConfig": {31    "extends": [32      "react-app",33      "react-app/jest"34    ]35  },36  "browserslist": {37    "production": [38      ">0.2%",39      "not dead",40      "not op_mini all"41    ],42    "development": [43      "last 1 chrome version",44      "last 1 firefox version",45      "last 1 safari version"46    ]47  }48}49