-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.13 KB
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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.9",
"@chakra-ui/react": "^1.8.8",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@nikolovlazar/chakra-ui-prose": "^1.2.1",
"@stripe/react-stripe-js": "1.7.0",
"@stripe/stripe-js": "1.22.0",
"@supabase/supabase-js": "^2.0.0-rc.10",
"chakra-ui-steps": "^1.7.4",
"formik": "^2.2.9",
"framer-motion": "^6.5.1",
"i": "^0.3.7",
"micro": "^9.3.4",
"micro-cors": "^0.1.1",
"next": "latest",
"next-mdx-remote": "^4.1.0",
"npm": "^8.19.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.4.0",
"react-share": "^4.4.0",
"stripe": "8.200.0",
"swr": "^0.1.16",
"use-shopping-cart": "3.0.5",
"yup": "^0.32.11"
},
"devDependencies": {
"@prisma/client": "^4.3.1",
"@types/micro": "^7.3.3",
"@types/micro-cors": "^0.1.0",
"@types/node": "^13.1.2",
"@types/react": "^16.9.17",
"@welldone-software/why-did-you-render": "^7.0.1",
"typescript": "4.5.5"
}
}