Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "portfolio",
- "version": "0.0.0",
- "description": "This is my personal portfolio to share all my work with the world.",
- "scripts": {
- "dev": "next dev",
- "build": "next build",
- "start": "next start",
- "lint": "next lint"
- },
- "keywords": [
- "portfolio",
- "website",
- "personal",
- "works"
- ],
- "license": "MIT",
- "dependencies": {
- "firebase": "^9.14.0",
- "firebase-admin": "^11.3.0",
- "framer-motion": "^7.6.12",
- "next": "^13.0.5",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "react-icons": "^4.6.0"
- },
- "devDependencies": {
- "sass": "^1.56.1"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement