-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.24 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
{
"name": "fusionredwood",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/pro-theme": "^0.0.66",
"@chakra-ui/react": "^1.8.8",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fontsource/caveat": "^4.5.7",
"@fontsource/inter": "^4.5.15",
"@react-hook/window-size": "^3.0.7",
"@stripe/stripe-js": "^1.30.0",
"@supabase/supabase-js": "^1.35.3",
"animated-number-react": "^0.1.2",
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"buffer": "^6.0.3",
"dotenv": "^16.0.0",
"emailjs-com": "^3.2.0",
"framer-motion": "^6.3.3",
"fs": "^0.0.1-security",
"micro": "^9.3.4",
"next": "12.1.5",
"next-seo": "^5.4.0",
"nextjs-progressbar": "^0.0.14",
"openai": "^3.2.1",
"react": "^17.0.2",
"react-confetti": "^6.1.0",
"react-dom": "^17.0.2",
"react-google-button": "^0.7.2",
"react-icons": "^4.8.0",
"react-use": "^17.4.0",
"react-use-window-size": "^1.0.1",
"stripe": "^9.5.0"
},
"devDependencies": {
"eslint": "8.14.0",
"eslint-config-next": "12.1.5"
}
}