-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 1.62 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
{
"name": "akilesh",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.629.0",
"@aws-sdk/s3-request-presigner": "^3.629.0",
"@emailjs/browser": "^4.4.1",
"@gsap/react": "^2.1.1",
"@next/third-parties": "^14.2.3",
"@notionhq/client": "^2.2.5",
"@react-spring/core": "^9.7.4",
"@react-spring/three": "^9.7.4",
"@react-three/drei": "^9.111.0",
"@react-three/fiber": "^8.17.5",
"@react-three/postprocessing": "^2.16.2",
"@tailwindcss/typography": "tailwindcss/typography",
"@vercel/postgres": "^0.3.0",
"animejs": "^3.2.2",
"charming": "^3.0.2",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
"framer-motion": "^11.3.24",
"gsap": "^3.12.5",
"lottie-react": "^2.4.0",
"next": "^13.4.3",
"next-seo": "^6.1.0",
"next-themes": "^0.2.1",
"notion-client": "^6.16.0",
"prism-react-renderer": "^2.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-notion-x": "^6.16.0",
"react-wrap-balancer": "^1.1.0",
"sass": "^1.52.3",
"slugify": "^1.6.6",
"sonner": "^1.5.0",
"split-type": "^0.3.4",
"swr": "^1.3.0",
"tailwind-merge": "^2.4.0",
"three": "^0.167.1"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "18.0.1",
"@types/react-dom": "18.0.0",
"autoprefixer": "^10.4.4",
"eslint": "8.13.0",
"eslint-config-next": "^13.4.3",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24",
"typescript": "4.6.3"
}
}