last files

This commit is contained in:
Morph01
2024-02-14 15:08:26 +01:00
parent 40e0c9a528
commit 1a917475c6
5 changed files with 17691 additions and 0 deletions

33
package.json Normal file
View File

@@ -0,0 +1,33 @@
{
"name": "portfolio",
"version": "0.1.0",
"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": "^3.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"
]
}
}