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": {
|
2023-04-18 17:13:28 +02:00
|
|
|
"@reduxjs/toolkit": "1.9.5",
|
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",
|
2023-07-29 18:24:16 +02:00
|
|
|
"react-redux": "8.1.2"
|
2022-10-20 21:46:33 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-24 10:36:17 +02:00
|
|
|
"@testing-library/jest-dom": "6.1.2",
|
2023-02-17 21:48:20 +01:00
|
|
|
"@testing-library/react": "14.0.0",
|
2022-10-26 20:26:04 +02:00
|
|
|
"@testing-library/user-event": "14.4.3",
|
2023-08-22 21:20:00 +02:00
|
|
|
"@types/jest": "29.5.4",
|
2023-08-28 19:20:01 +02:00
|
|
|
"@types/node": "18.17.12",
|
2023-08-23 19:42:48 +02:00
|
|
|
"@types/react": "18.2.21",
|
2023-07-25 00:08:58 +02:00
|
|
|
"@types/react-dom": "18.2.7",
|
2023-08-22 20:50:40 +02:00
|
|
|
"@types/react-redux": "7.1.26",
|
2023-08-24 13:18:14 +02:00
|
|
|
"jest": "29.6.4",
|
2022-10-26 17:19:33 +02:00
|
|
|
"jest-css-modules-transform": "4.4.2",
|
2023-06-30 10:11:30 +02:00
|
|
|
"ts-jest": "29.1.1",
|
2022-10-26 17:19:33 +02:00
|
|
|
"ts-node": "10.9.1",
|
2023-08-24 18:57:54 +02:00
|
|
|
"typescript": "5.2.2"
|
2022-10-20 21:46:33 +02:00
|
|
|
}
|
|
|
|
}
|