-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.63 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
{
"name": "shop",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate-graphql": "graphql-codegen --config codegen.ts"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"graphql": "^16.5.0"
},
"dependencies": {
"-": "^0.0.1",
"@apollo/client": "^3.7.1",
"@heroicons/react": "v1",
"@hookform/resolvers": "^2.9.10",
"@stripe/stripe-js": "^1.46.0",
"@tailwindcss/forms": "^0.5.3",
"bcrypt": "^5.1.0",
"clsx": "^1.2.1",
"D": "^1.0.0",
"graphql": "^16.6.0",
"next": "12.3.1",
"next-auth": "^4.18.8",
"next-mdx-remote": "^4.1.0",
"next-seo": "^5.6.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.39.4",
"react-markdown": "^8.0.3",
"react-paginate": "^8.1.3",
"react-query": "^3.39.2",
"sharp": "^0.31.2",
"stripe": "^11.6.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@graphql-codegen/cli": "2.13.11",
"@graphql-codegen/client-preset": "1.1.3",
"@graphql-codegen/introspection": "2.2.1",
"@graphql-codegen/typescript-operations": "^2.5.6",
"@graphql-codegen/typescript-react-apollo": "^3.3.6",
"@tailwindcss/typography": "^0.5.7",
"@types/bcrypt": "^5.0.0",
"@types/node": "17.0.15",
"@types/react": "17.0.39",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.12",
"cypress": "^12.3.0",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.17",
"tailwindcss": "^3.1.8",
"typescript": "4.8.4"
}
}