mirror of
https://github.com/Rushilwiz/rounded.git
synced 2025-04-19 02:20:17 -04:00
28 lines
533 B
JSON
28 lines
533 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": {
|
|
"@reduxjs/toolkit": "^1.8.1",
|
|
"next": "^12.1.5",
|
|
"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"
|
|
}
|
|
}
|