forked from backpack-fux/storefront-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.78 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
61
62
63
64
{
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "prisma generate && next dev",
"build": "prisma generate && prisma db push --accept-data-loss && next build",
"db:push": "prisma generate && prisma db push",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.8.3",
"@aws-sdk/client-sns": "^3.386.0",
"@prisma/client": "^4.16.2",
"@types/file-saver": "^2.0.5",
"@types/lodash": "^4.14.196",
"@types/node": "^18.16.20",
"@types/react": "^18.2.15",
"@types/react-datepicker": "^4.15.0",
"@walletconnect/encoding": "^1.0.2",
"@walletconnect/sign-client": "^2.10.0",
"@walletconnect/types": "^2.10.0",
"@walletconnect/utils": "^2.10.0",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"date-fns": "^2.30.0",
"ethers": "^6.6.4",
"file-saver": "^2.0.5",
"formik": "^2.4.3",
"graphql": "^16.8.0",
"graphql-ws": "^5.14.0",
"gsap": "^3.12.2",
"lodash": "^4.17.21",
"next": "^13.5.2",
"next-auth": "^4.22.3",
"qr-code-styling": "1.6.0-rc.1",
"qrcode": "^1.5.3",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-datepicker": "^4.16.0",
"react-day-picker": "^8.8.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-hot-toast": "^2.4.1",
"react-phone-number-input": "^3.3.1",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.3",
"siwe": "^2.1.4",
"tesseract.js": "^4.1.1",
"viem": "^1.4.0",
"ws": "^8.14.0",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"autoprefixer": "^10.4.14",
"eslint": "8.11.0",
"eslint-config-next": "^13.4.12",
"postcss": "^8.4.27",
"prisma": "^4.16.2",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
}
}