50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "portfolio",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "^1.9.0",
|
|
"@tensorflow/tfjs": "^4.0.0",
|
|
"@tensorflow/tfjs-converter": "^4.0.0",
|
|
"axios": "^1.1.3",
|
|
"history": "^5.3.0",
|
|
"memoize": "^0.1.1",
|
|
"react": "^18.2.0",
|
|
"react-bootstrap-icons": "^1.9.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-redux": "^8.0.5",
|
|
"react-router": "^6.4.3",
|
|
"react-router-dom": "^6.4.3",
|
|
"react-scripts": "^5.0.1",
|
|
"redux": "^4.2.0",
|
|
"redux-thunk": "^2.4.2",
|
|
"tfjs": "^0.6.0",
|
|
"web-vitals": "^3.0.4"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|