2022-10-20 21:46:33 +02:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"type-check": "tsc",
|
|
|
|
"test": "jest"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-10-26 17:19:33 +02:00
|
|
|
"@reduxjs/toolkit": "1.8.6",
|
2022-10-20 21:46:33 +02:00
|
|
|
"next": "latest",
|
2022-10-26 17:19:33 +02:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
|
|
|
"react-redux": "7.2.9"
|
2022-10-20 21:46:33 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-10-26 17:19:33 +02:00
|
|
|
"@testing-library/jest-dom": "5.16.5",
|
|
|
|
"@testing-library/react": "12.1.5",
|
|
|
|
"@testing-library/user-event": "13.5.0",
|
|
|
|
"@types/jest": "27.5.2",
|
|
|
|
"@types/node": "16.11.68",
|
|
|
|
"@types/react": "18.0.21",
|
|
|
|
"@types/react-dom": "18.0.6",
|
|
|
|
"@types/react-redux": "7.1.24",
|
|
|
|
"jest": "27.5.1",
|
|
|
|
"jest-css-modules-transform": "4.4.2",
|
|
|
|
"ts-jest": "27.1.5",
|
|
|
|
"ts-node": "10.9.1",
|
|
|
|
"typescript": "4.8.4"
|
2022-10-20 21:46:33 +02:00
|
|
|
}
|
|
|
|
}
|