-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.29 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"typecheck": "tsc",
"lint": "next lint",
"stylelint": "stylelint \"src/**/*.css\"",
"format": "prettier --check .",
"test": "jest",
"clear": "node scripts/clear.mjs",
"clean": "node scripts/clean.mjs"
},
"dependencies": {
"@hookform/resolvers": "3.9.1",
"@tanstack/react-query": "5.62.7",
"@tanstack/react-query-devtools": "5.62.7",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@types/jest": "29.5.14",
"@types/node": "20.17.9",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"eslint": "9.16.0",
"eslint-config-next": "15.1.0",
"eslint-plugin-jest-dom": "5.5.0",
"eslint-plugin-testing-library": "7.1.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-fixed-jsdom": "0.0.9",
"msw": "2.6.8",
"next": "15.1.0",
"prettier": "3.4.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "7.54.0",
"stylelint": "16.11.0",
"stylelint-config-standard": "36.0.1",
"stylelint-order": "6.0.4",
"the-new-css-reset": "1.11.3",
"typescript": "5.7.2",
"typescript-eslint": "8.18.0",
"valibot": "0.42.1"
}
}