33 lines
774 B
JSON
33 lines
774 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"type-check": "tsc",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "2.0.1",
|
|
"next": "latest",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-redux": "9.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "6.1.6",
|
|
"@testing-library/react": "14.1.2",
|
|
"@testing-library/user-event": "14.5.1",
|
|
"@types/jest": "29.5.11",
|
|
"@types/node": "20.10.5",
|
|
"@types/react": "18.2.46",
|
|
"@types/react-dom": "18.2.18",
|
|
"@types/react-redux": "7.1.33",
|
|
"jest": "29.7.0",
|
|
"jest-css-modules-transform": "4.4.2",
|
|
"ts-jest": "29.1.1",
|
|
"ts-node": "10.9.2",
|
|
"typescript": "5.3.3"
|
|
}
|
|
}
|