mirror of
https://github.com/Rushilwiz/rounded.git
synced 2025-04-09 22:00:18 -04:00
32 lines
645 B
JSON
32 lines
645 B
JSON
{
|
|
"name": "client",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@auth0/nextjs-auth0": "^1.7.0",
|
|
"@reduxjs/toolkit": "^1.8.1",
|
|
"axios": "^0.26.1",
|
|
"firebase": "^9.6.11",
|
|
"next": "^12.1.5",
|
|
"oauth": "^0.9.15",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-redux": "^7.2.8",
|
|
"redux": "^4.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.4",
|
|
"postcss": "^8.4.12",
|
|
"tailwindcss": "^3.0.24"
|
|
}
|
|
}
|