portfolio/package.json

50 lines
1.1 KiB
JSON

{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^2.2.6",
"@tensorflow/tfjs": "^4.20.0",
"@tensorflow/tfjs-converter": "^4.20.0",
"axios": "^1.7.2",
"history": "^5.3.0",
"memoize": "^10.0.0",
"react": "^18.3.1",
"react-bootstrap-icons": "^1.11.4",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-router": "^6.25.1",
"react-router-dom": "^6.25.1",
"react-scripts": "^5.0.1",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"tfjs": "^0.6.0",
"web-vitals": "^4.2.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"postbuild": "rimraf build/**/*.map",
"test": "react-scripts test",
"eject": "react-scripts 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"
]
}
}