Spaces:
Build error
Build error
{ | |
"name": "next-project", | |
"version": "1.0.0", | |
"description": "Next.js 12 example project", | |
"scripts": { | |
"dev": "next dev", | |
"build": "next build", | |
"start": "next start", | |
"lint": "next lint" | |
}, | |
"dependencies": { | |
"next": "12.0.7", | |
"react": "18.2.0", | |
"react-dom": "18.2.0", | |
"react-redux": "7.1.0", | |
"redux": "4.0.4", | |
"redux-logger": "3.0.6", | |
"tailwindcss": "0.7.4", | |
"typescript": "4.5.4" | |
}, | |
"devDependencies": { | |
"@types/node": "17.0.9", | |
"@types/react": "17.0.36", | |
"@types/react-dom": "17.0.11", | |
"@types/react-redux": "0.7.7", | |
"@types/redux-logger": "3.0.31", | |
"@types/tailwindcss": "0.7.4", | |
"@types/typescript": "4.5.4" | |
}, | |
"license": "ISC" | |
} |