bazar2/package.json
2025-04-22 03:28:43 +05:30

63 lines
1.4 KiB
JSON

{
"name": "my-project",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.8.3",
"chart.js": "^4.4.8",
"cors": "^2.8.5",
"http": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.479.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.2",
"react-scripts": "5.0.1",
"sanitize-html": "^2.14.0",
"socket.io-client": "^4.8.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"rules": {
"no-unused-vars": "warn"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"browserify-zlib": "^0.2.0",
"crypto-browserify": "^3.12.1",
"https-browserify": "^1.0.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tailwindcss": "^3.4.17",
"url": "^0.11.4",
"util": "^0.12.5"
}
}