-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.32 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "sanity-template-template-nextjs-personal-website",
"private": true,
"scripts": {
"build": "next build",
"dev": "next",
"format": "npx prettier --write . --ignore-path .gitignore",
"lint": "next lint -- --ignore-path .gitignore",
"lint:fix": "npm run format && npm run lint -- --fix",
"start": "next start",
"type-check": "tsc --noEmit"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hookform/resolvers": "^3.3.4",
"@portabletext/react": "3.0.11",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@react-email/components": "^0.0.14",
"@sanity/demo": "1.0.2",
"@sanity/image-url": "1.0.2",
"@sanity/overlays": "2.3.2",
"@sanity/preview-url-secret": "1.4.1",
"@sanity/react-loader": "1.7.0",
"@sanity/vision": "3.23.4",
"@tailwindcss/typography": "0.5.10",
"axios": "^1.6.5",
"class-variance-authority": "^0.7.0",
"classnames": "2.5.1",
"clsx": "^2.1.0",
"date-fns": "2.30.0",
"embla-carousel-autoplay": "^8.0.0-rc19",
"embla-carousel-react": "^8.0.0-rc19",
"embla-carousel-wheel-gestures": "^8.0.0-rc05",
"jotai": "^2.6.1",
"lucide-react": "^0.311.0",
"next": "^14.1.0",
"next-sanity": "7.0.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-email": "^2.0.0",
"react-hook-form": "^7.49.3",
"resend": "^3.1.0",
"sanity": "3.23.4",
"sanity-plugin-asset-source-unsplash": "1.1.2",
"sanity-plugin-media": "^2.2.5",
"server-only": "0.0.1",
"styled-components": "6.1.6",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/react": "18.2.46",
"autoprefixer": "10.4.16",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"eslint-plugin-simple-import-sort": "10.0.0",
"postcss": "8.4.33",
"prettier": "3.1.1",
"prettier-plugin-packagejson": "2.4.9",
"prettier-plugin-tailwindcss": "0.5.10",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
}
}