-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.57 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
53
54
55
56
57
{
"name": "peeps-frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@hookform/error-message": "^2.0.1",
"@radix-ui/react-icons": "^1.3.0",
"@tanstack/react-query": "^5.45.1",
"@tanstack/react-query-devtools": "^5.45.1",
"@vercel/analytics": "^1.3.2",
"aws-sdk": "^2.1691.0",
"axios": "^1.7.2",
"ldrs": "^1.0.2",
"next": "14.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.52.2",
"react-icons": "^5.2.1",
"react-pdf": "^9.1.1",
"react-router-dom": "^6.2.1",
"react-slick": "^0.30.2",
"recoil": "^0.7.7",
"slick-carousel": "^1.8.1",
"tailwind-styled-components": "^2.2.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.43.1",
"@types/node": "^17.0.42",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-pdf": "^7.0.0",
"@types/react-slick": "^0.23.13",
"@types/uuid": "^10",
"autoprefixer": "^10.4.8",
"eslint-config-next": "13.2.4",
"msw": "^2.3.5",
"postcss": "^8.4.16",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.4",
"typescript": "4.7.3"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"msw": {
"workerDirectory": [
"public"
]
},
"packageManager": "[email protected]+sha512.5b7bc055cad63273dda27df1570a5d2eb4a9f03b35b394d3d55393c2a5560a17f5cef30944b11d6a48bcbcfc1c3a26d618aae77044774c529ba36cb771ad5b0f"
}