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 15:13:28 +00:00
|
|
|
"@reduxjs/toolkit": "1.9.5",
|
2022-10-20 21:46:33 +02:00
|
|
|
"next": "latest",
|
2022-10-26 15:19:33 +00:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2022-11-04 20:21:06 +00:00
|
|
|
"react-redux": "8.0.5"
|
2022-10-20 21:46:33 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-10-26 15:19:33 +00:00
|
|
|
"@testing-library/jest-dom": "5.16.5",
|
2023-02-17 20:48:20 +00:00
|
|
|
"@testing-library/react": "14.0.0",
|
2022-10-26 18:26:04 +00:00
|
|
|
"@testing-library/user-event": "14.4.3",
|
2023-03-16 21:11:21 +00:00
|
|
|
"@types/jest": "29.5.0",
|
2023-03-28 21:54:31 +00:00
|
|
|
"@types/node": "18.15.11",
|
2023-04-18 15:36:52 +00:00
|
|
|
"@types/react": "18.0.37",
|
2023-02-15 13:29:37 +00:00
|
|
|
"@types/react-dom": "18.0.11",
|
2022-12-30 23:59:34 +00:00
|
|
|
"@types/react-redux": "7.1.25",
|
2023-03-06 20:04:53 +00:00
|
|
|
"jest": "29.5.0",
|
2022-10-26 15:19:33 +00:00
|
|
|
"jest-css-modules-transform": "4.4.2",
|
2023-04-03 21:05:02 +00:00
|
|
|
"ts-jest": "29.1.0",
|
2022-10-26 15:19:33 +00:00
|
|
|
"ts-node": "10.9.1",
|
2023-04-07 18:13:10 +00:00
|
|
|
"typescript": "5.0.4"
|
2022-10-20 21:46:33 +02:00
|
|
|
}
|
|
|
|
}
|