33 lines
773 B
JSON
33 lines
773 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"type-check": "tsc",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "1.8.6",
|
|
"next": "latest",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-redux": "8.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "5.16.5",
|
|
"@testing-library/react": "13.4.0",
|
|
"@testing-library/user-event": "14.4.3",
|
|
"@types/jest": "29.2.0",
|
|
"@types/node": "18.11.7",
|
|
"@types/react": "18.0.23",
|
|
"@types/react-dom": "18.0.7",
|
|
"@types/react-redux": "7.1.24",
|
|
"jest": "29.2.2",
|
|
"jest-css-modules-transform": "4.4.2",
|
|
"ts-jest": "29.0.3",
|
|
"ts-node": "10.9.1",
|
|
"typescript": "4.8.4"
|
|
}
|
|
}
|