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-11-04 21:21:06 +01:00
|
|
|
"@reduxjs/toolkit": "1.9.0",
|
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",
|
2022-11-04 21:21:06 +01:00
|
|
|
"react-redux": "8.0.5"
|
2022-10-20 21:46:33 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-10-26 17:19:33 +02:00
|
|
|
"@testing-library/jest-dom": "5.16.5",
|
2022-10-26 20:26:04 +02:00
|
|
|
"@testing-library/react": "13.4.0",
|
|
|
|
"@testing-library/user-event": "14.4.3",
|
2022-11-04 20:53:12 +01:00
|
|
|
"@types/jest": "29.2.2",
|
2022-11-01 20:22:51 +01:00
|
|
|
"@types/node": "18.11.9",
|
2022-11-04 21:21:06 +01:00
|
|
|
"@types/react": "18.0.25",
|
2022-10-27 13:47:33 +02:00
|
|
|
"@types/react-dom": "18.0.8",
|
2022-10-26 17:19:33 +02:00
|
|
|
"@types/react-redux": "7.1.24",
|
2022-11-07 19:10:14 +01:00
|
|
|
"jest": "29.3.0",
|
2022-10-26 17:19:33 +02:00
|
|
|
"jest-css-modules-transform": "4.4.2",
|
2022-10-26 20:48:19 +02:00
|
|
|
"ts-jest": "29.0.3",
|
2022-10-26 17:19:33 +02:00
|
|
|
"ts-node": "10.9.1",
|
|
|
|
"typescript": "4.8.4"
|
2022-10-20 21:46:33 +02:00
|
|
|
}
|
|
|
|
}
|