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.3",
|
|
"@tensorflow/tfjs": "^4.2.0",
|
|
"@tensorflow/tfjs-converter": "^4.0.0",
|
|
"@vitejs/plugin-react-swc": "^4.2.2",
|
|
"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",
|
|
"redux": "^4.2.1",
|
|
"redux-thunk": "^2.4.2",
|
|
"tfjs": "^0.6.0",
|
|
"vite": "^7.2.2",
|
|
"vite-plugin-svgr": "^4.5.0",
|
|
"web-vitals": "^3.1.1"
|
|
},
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|