-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 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
{
"name": "projects",
"version": "0.0.2",
"private": true,
"scripts": {
"email": "email dev",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@editorjs/editorjs": "^2.28.1",
"@nextui-org/react": "^2.4.6",
"@nextui-org/tooltip": "^2.0.39",
"@react-email/button": "^0.0.17",
"@react-email/components": "^0.0.22",
"@react-email/html": "^0.0.10",
"@sanity/icons": "^3.4.0",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.59.0",
"@tailwindcss/container-queries": "^0.1.1",
"classnames": "^2.3.2",
"framer-motion": "^10.16.4",
"next": "^14.2.5",
"next-sanity": "^9.5.0",
"next-themes": "^0.2.1",
"posthog-js": "^1.199.0",
"react": "18.3",
"react-dom": "18.3",
"react-email": "^1.9.3",
"react-icons": "^4.11.0",
"resend": "^3.5.0",
"sanity": "^3.59.0",
"styled-components": "^6.1.13"
},
"devDependencies": {
"@editorjs/image": "^2.8.1",
"@types/react": "18.3.3",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"postcss": "^8",
"tailwindcss": "^3"
}
}