Files
PortFolio/package.json
2024-11-05 21:11:44 +01:00

34 lines
695 B
JSON

{
"name": "portfolio",
"version": "0.1.1",
"private": true,
"engines": {
"node": ">=12.x"
},
"dependencies": {
"@types/react-router-dom": "^5.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.0",
"react-scripts": "^5.0.1",
"react-scroll": "^1.8.9",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}