-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.28 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
{
"name": "next-store",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.1",
"@chakra-ui/react": "^1.0.3",
"@emotion/react": "^11.1.2",
"@emotion/styled": "^11.0.0",
"@stripe/stripe-js": "^1.11.0",
"autoprefixer": "^10.0.2",
"formik": "^2.2.6",
"framer-motion": "^2.9.5",
"mongodb": "^3.6.3",
"mongoose": "^5.11.3",
"next": "^10.0.0",
"next-auth": "^3.1.0",
"nprogress": "^0.2.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-icons": "^4.1.0",
"reflect-metadata": "^0.1.13",
"stripe": "^8.127.0",
"styled-components": "^5.2.1",
"sweetalert2": "^10.15.7",
"swr": "^0.3.9",
"typeorm": "^0.2.29",
"use-shopping-cart": "^2.2.0",
"yup": "^0.32.8"
},
"resolutions": {
"typeorm": "0.2.28"
},
"peerOptionalDependencies": {
"mongodb": "^3.6.3"
},
"optionalDependencies": {
"mongodb": "^3.6.3"
},
"devDependencies": {
"@types/mongodb": "^3.6.0",
"@types/mongoose": "^5.10.2",
"@types/next-auth": "^3.1.18",
"@types/node": "^14.14.9",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.0",
"@types/stripe": "^8.0.417",
"@types/styled-components": "^5.1.5",
"@types/yup": "^0.29.11",
"typescript": "^4.1.2"
}
}