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": {
|
2024-12-11 07:04:15 +01:00
|
|
|
"@reduxjs/toolkit": "2.5.0",
|
2022-10-20 21:46:33 +02:00
|
|
|
"next": "latest",
|
2024-12-07 07:07:10 +01:00
|
|
|
"react": "19.0.0",
|
|
|
|
"react-dom": "19.0.0",
|
2024-12-11 07:04:15 +01:00
|
|
|
"react-redux": "9.2.0"
|
2022-10-20 21:46:33 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-11-01 03:21:33 +01:00
|
|
|
"@testing-library/jest-dom": "6.6.3",
|
2024-12-07 03:17:44 +01:00
|
|
|
"@testing-library/react": "16.1.0",
|
2023-12-29 17:08:48 +01:00
|
|
|
"@testing-library/user-event": "14.5.2",
|
2024-10-23 07:26:14 +02:00
|
|
|
"@types/jest": "29.5.14",
|
2024-11-29 03:03:20 +01:00
|
|
|
"@types/node": "22.10.1",
|
2024-12-07 07:07:10 +01:00
|
|
|
"@types/react": "19.0.1",
|
2024-12-10 03:09:51 +01:00
|
|
|
"@types/react-dom": "19.0.2",
|
2024-10-02 07:07:16 +02:00
|
|
|
"@types/react-redux": "7.1.34",
|
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",
|
2024-10-02 07:07:16 +02:00
|
|
|
"ts-jest": "29.2.5",
|
2023-12-08 13:28:09 +01:00
|
|
|
"ts-node": "10.9.2",
|
2024-11-23 03:25:26 +01:00
|
|
|
"typescript": "5.7.2"
|
2022-10-20 21:46:33 +02:00
|
|
|
}
|
|
|
|
}
|