portfolio/package.json

50 lines
1.1 KiB
JSON

{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.9.3",
"@tensorflow/tfjs": "^4.2.0",
"@tensorflow/tfjs-converter": "^4.0.0",
"axios": "^1.3.4",
"history": "^5.3.0",
"memoize": "^0.1.1",
"react": "^18.2.0",
"react-bootstrap-icons": "^1.10.2",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router": "^6.4.3",
"react-router-dom": "^6.8.2",
"react-scripts": "^5.0.1",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"tfjs": "^0.6.0",
"web-vitals": "^3.1.1"
},
"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"
]
}
}