initial commit
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- package-lock.json 110 additions, 3 deletionspackage-lock.json
- package.json 6 additions, 1 deletionpackage.json
- public/index.html 1 addition, 1 deletionpublic/index.html
- src/App.css 6 additions, 37 deletionssrc/App.css
- src/App.js 3 additions, 15 deletionssrc/App.js
- src/FullscreenGallery.js 176 additions, 0 deletionssrc/FullscreenGallery.js
... | ... | @@ -6,13 +6,15 @@ |
"@testing-library/jest-dom": "^5.17.0", | ||
"@testing-library/react": "^13.4.0", | ||
"@testing-library/user-event": "^13.5.0", | ||
"axios": "^1.7.5", | ||
"pexels": "^1.4.0", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"react-scripts": "5.0.1", | ||
"web-vitals": "^2.1.4" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"start": "PORT=3005 react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject" | ||
... | ... | @@ -34,5 +36,8 @@ |
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-proposal-private-property-in-object": "^7.21.11" | ||
} | ||
} |
src/FullscreenGallery.js
0 → 100644
Please register or sign in to comment