Initial commit
parents
.gitignore
0 → 100644
README.md
0 → 100644
db.json
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "lpmiaw-react-gallery", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@testing-library/jest-dom": "^5.16.1", | ||
"@testing-library/react": "^12.1.2", | ||
"@testing-library/user-event": "^13.5.0", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-router-dom": "^6.2.1", | ||
"react-scripts": "5.0.0", | ||
"web-vitals": "^2.1.2" | ||
}, | ||
"scripts": { | ||
"start": "concurrently 'npm run client' 'npm run server'", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject", | ||
"server": "node src/server/index.js", | ||
"client": "react-scripts start" | ||
}, | ||
"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" | ||
] | ||
}, | ||
"devDependencies": { | ||
"autoprefixer": "^10.4.0", | ||
"concurrently": "^7.0.0", | ||
"cookie-parser": "^1.4.6", | ||
"express": "^4.17.2", | ||
"express-jwt": "^6.1.0", | ||
"formidable": "^2.0.1", | ||
"json-server": "^0.17.0", | ||
"jsonwebtoken": "^8.5.1", | ||
"postcss": "^8.4.5", | ||
"tailwindcss": "^3.0.7" | ||
}, | ||
"proxy": "http://localhost:8080" | ||
} |
postcss.config.js
0 → 100644
public/favicon.ico
0 → 100644
3.78 KB
public/index.html
0 → 100644
public/logo192.png
0 → 100644
5.22 KB
public/logo512.png
0 → 100644
9.44 KB
public/manifest.json
0 → 100644
public/robots.txt
0 → 100644
public/uploads/.gitkeep
0 → 100644
3.14 MB
5.2 MB
src/components/Alert.jsx
0 → 100644
src/components/App.jsx
0 → 100644
src/components/Fab.jsx
0 → 100644
src/components/Layout.jsx
0 → 100644
src/components/LoginForm.jsx
0 → 100644