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-10-05 00:19:18 +02:00
|
|
|
"@reduxjs/toolkit": "1.9.7",
|
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-10-01 04:29:43 +02:00
|
|
|
"react-redux": "8.1.3"
|
2022-10-20 21:46:33 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-10-12 07:30:40 +02:00
|
|
|
"@testing-library/jest-dom": "6.1.4",
|
2023-11-17 17:13:14 +01:00
|
|
|
"@testing-library/react": "14.1.2",
|
2023-09-15 20:36:45 +02:00
|
|
|
"@testing-library/user-event": "14.5.1",
|
2023-11-22 02:21:31 +01:00
|
|
|
"@types/jest": "29.5.10",
|
2023-11-24 10:22:45 +01:00
|
|
|
"@types/node": "20.10.0",
|
2023-11-27 20:54:17 +01:00
|
|
|
"@types/react": "18.2.39",
|
2023-11-22 03:22:30 +01:00
|
|
|
"@types/react-dom": "18.2.17",
|
2023-11-21 03:17:54 +01:00
|
|
|
"@types/react-redux": "7.1.31",
|
2023-09-12 08:50:39 +02:00
|
|
|
"jest": "29.7.0",
|
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-11-20 19:01:04 +01:00
|
|
|
"typescript": "5.3.2"
|
2022-10-20 21:46:33 +02:00
|
|
|
}
|
|
|
|
}
|