-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "cwaitt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.17.2",
"@contentful/rich-text-types": "^16.3.0",
"@emailjs/browser": "^4.3.1",
"@nextui-org/react": "^2.1.13",
"@tabler/icons-react": "^3.0.0",
"@vercel/analytics": "^1.3.1",
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.16",
"copy-to-clipboard": "^3.3.3",
"date-fns": "^3.2.0",
"eslint": "^8.49.0",
"eslint-config-next": "^14.0.0",
"framer-motion": "^11.0.8",
"next": "^14.0.0",
"next-themes": "^0.3.0",
"postcss": "^8.4.30",
"react": "^18.2.0",
"react-animation-on-scroll": "^5.1.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"sharp": "^0.33.2",
"sonner": "^1.5.0"
},
"devDependencies": {
"@types/node": "^20.6.3",
"@types/react": "^18.2.22",
"shiki": "^1.12.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
}
}