-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.15 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.15 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "fast-final-project-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postinstall": "husky install",
"format": "prettier --cache --write .",
"lint": "eslint --cache ."
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@hookform/resolvers": "^3.4.2",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@sanity/client": "^6.19.1",
"@sanity/icons": "^3.0.0",
"@sanity/image-url": "1",
"@sanity/types": "^3.37.1",
"@sanity/ui": "^2.0.11",
"@sanity/vision": "3",
"@tanstack/react-query": "^5.35.1",
"@tanstack/react-query-next-experimental": "^5.35.1",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"chart.js": "^4.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.2.2",
"next": "14.2.3",
"next-auth": "^5.0.0-beta.17",
"next-sanity": "9.3.10",
"path-to-regexp": "^6.2.2",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-daum-postcode": "^3.1.3",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.5",
"sanity": "^3.37.1",
"styled-components": "^6.1",
"swiper": "^11.1.3",
"tailwindcss-animate": "^1.0.7",
"unicode-emoji": "^2.5.0",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.32.1",
"@tanstack/react-query-devtools": "^5.45.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-arrow-return-style": "^1.3.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"husky": "^9.0.11",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}