-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.42 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
47
48
49
50
51
52
{
"name": "eatitdogv2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start",
"test": "jest --watch",
"lint": "next lint"
},
"dependencies": {
"@react-icons/all-files": "^4.1.0",
"@sentry/nextjs": "^7.50.0",
"@tanstack/react-query": "^4.28.0",
"@tanstack/react-query-devtools": "^4.28.0",
"axios": "^1.3.4",
"babel-preset-next": "^1.4.0",
"js-cookie": "^3.0.1",
"next": "latest",
"react": "18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-error-boundary": "^3.1.4",
"react-is": "^18.2.0",
"react-slick": "^0.29.0",
"recoil": "^0.7.7",
"styled-components": "^5.3.9",
"ts-pattern": "^4.3.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.1",
"@types/js-cookie": "^3",
"@types/node": "18.15.5",
"@types/react": "^18.0.30",
"@types/react-dom": "18.0.11",
"@types/react-slick": "^0",
"@types/styled-components": "^5",
"@types/testing-library__jest-dom": "^5.14.6",
"@types/uuid": "^9",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"typescript": "5.0.2"
},
"packageManager": "yarn@3.5.0"
}