-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.43 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
{
"name": "paymentkit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.6.2",
"@fontsource/inter": "^4.5.10",
"@headlessui/react": "^1.6.1",
"@iconify-json/ph": "^1.1.1",
"@knocklabs/node": "^0.4.4",
"@knocklabs/react-notification-feed": "^0.5.9",
"@magic-sdk/admin": "^1.4.1",
"@types/pluralize": "^0.0.29",
"classnames": "^2.3.1",
"graphql": "^16.5.0",
"graphql-ws": "^5.8.1",
"iron-session": "^6.1.3",
"jsonwebtoken": "^8.5.1",
"magic-sdk": "^8.1.1",
"nanoid": "^3.3.4",
"next": "12.1.6",
"pluralize": "^8.0.0",
"qr-code-styling": "^1.6.0-rc.1",
"react": "18.1.0",
"react-currency-input-field": "^3.6.4",
"react-dom": "18.1.0",
"react-hook-form": "^7.30.0",
"react-select": "^5.3.2",
"swr": "^1.3.0",
"usehooks-ts": "^2.5.3"
},
"devDependencies": {
"@iconify-json/majesticons": "^1.1.1",
"@svgr/core": "^6.2.1",
"@tailwindcss/forms": "^0.5.1",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "17.0.31",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.3",
"autoprefixer": "^10.4.7",
"eslint": "8.14.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24",
"typescript": "4.6.4",
"unplugin-icons": "^0.14.3"
}
}