-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
56 lines (56 loc) · 1.53 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
{
"name": "techoptimum-next-13",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/next-js": "^2.1.4",
"@chakra-ui/react": "^2.7.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@notionhq/client": "^2.2.7",
"@react-three/drei": "^9.78.1",
"@react-three/fiber": "^8.13.4",
"@stripe/stripe-js": "^1.54.1",
"@vercel/analytics": "^1.0.1",
"all": "^0.0.0",
"aos": "^2.3.4",
"axios": "^1.4.0",
"d3": "^7.8.5",
"date-fns": "^2.30.0",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"formidable": "^3.5.0",
"framer-motion": "^10.12.18",
"mongodb": "^5.8.0",
"next": "13.4.9",
"next-connect": "^1.0.0",
"next-sitemap": "^4.1.8",
"nextjs-redirect": "^6.0.1",
"notion-client": "^6.16.0",
"react": "18.2.0",
"react-countup": "^6.4.2",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-intersection-observer": "^9.5.2",
"react-markdown": "^8.0.7",
"react-responsive-carousel": "^3.2.23",
"react-scroll": "^1.8.9",
"react-select": "^5.7.3",
"react-syntax-highlighter": "^15.5.0",
"react-three-fiber": "^6.0.13",
"sitemap": "^7.1.1",
"stream": "^0.0.2",
"stripe": "^12.12.0",
"styled-components": "^6.0.3",
"superagent": "^7.0.2",
"three": "^0.154.0"
}
}