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-10-15 01:01:06 +00:00
|
|
|
"@reduxjs/toolkit": "2.3.0",
|
2022-10-20 21:46:33 +02:00
|
|
|
"next": "latest",
|
2024-05-01 19:26:56 +00:00
|
|
|
"react": "18.3.1",
|
|
|
|
"react-dom": "18.3.1",
|
2024-05-02 02:37:58 +00:00
|
|
|
"react-redux": "9.1.2"
|
2022-10-20 21:46:33 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-10-18 01:17:25 +00:00
|
|
|
"@testing-library/jest-dom": "6.6.2",
|
2024-10-02 05:07:39 +00:00
|
|
|
"@testing-library/react": "16.0.1",
|
2023-12-29 16:08:48 +00:00
|
|
|
"@testing-library/user-event": "14.5.2",
|
2024-10-23 05:26:14 +00:00
|
|
|
"@types/jest": "29.5.14",
|
2024-10-26 01:13:46 +00:00
|
|
|
"@types/node": "20.17.1",
|
2024-10-24 05:25:39 +00:00
|
|
|
"@types/react": "18.3.12",
|
2024-10-12 01:07:46 +00:00
|
|
|
"@types/react-dom": "18.3.1",
|
2024-10-02 05:07:16 +00:00
|
|
|
"@types/react-redux": "7.1.34",
|
2023-09-12 06:50:39 +00:00
|
|
|
"jest": "29.7.0",
|
2022-10-26 15:19:33 +00:00
|
|
|
"jest-css-modules-transform": "4.4.2",
|
2024-10-02 05:07:16 +00:00
|
|
|
"ts-jest": "29.2.5",
|
2023-12-08 12:28:09 +00:00
|
|
|
"ts-node": "10.9.2",
|
2024-10-09 01:20:05 +00:00
|
|
|
"typescript": "5.6.3"
|
2022-10-20 21:46:33 +02:00
|
|
|
}
|
|
|
|
}
|