-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 864 Bytes
/
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
{
"name": "who-are-you-in-got",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@formatjs/intl-localematcher": "0.2.32",
"classnames": "^2.3.2",
"negotiator": "0.6.3",
"next": "^13.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"server-only": "0.0.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/negotiator": "0.6.1",
"@types/node": "^18.11.5",
"@types/react": "^18.0.23",
"@types/react-dom": "^18.0.7",
"@types/testing-library__jest-dom": "^5.14.5",
"eslint": "8.24.0",
"eslint-config-next": "^13.3.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"typescript": "^4.8.4"
}
}