This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.51 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
{
"private": true,
"author": "Jonathan Steele <[email protected]> (https://steele.pro)",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "1.7.19",
"@heroicons/react": "1.0.6",
"@hookform/resolvers": "2.9.11",
"@react-google-maps/api": "2.19.3",
"@stripe/react-stripe-js": "1.16.5",
"@stripe/stripe-js": "1.54.2",
"classnames": "2.5.1",
"date-fns": "2.30.0",
"firebase": "9.23.0",
"firebase-admin": "10.2.0",
"google-spreadsheet": "3.3.0",
"graphql": "15.8.0",
"graphql-request": "6.1.0",
"he": "1.2.0",
"js-cookie": "3.0.5",
"next": "12.3.4",
"next-mdx-remote": "3.0.8",
"next-seo": "4.29.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "7.51.4",
"react-table": "7.8.0",
"stripe": "10.17.0",
"swr": "0.5.7",
"yup": "0.32.11"
},
"devDependencies": {
"@graphql-codegen/cli": "4.0.1",
"@graphql-codegen/typescript": "4.0.6",
"@graphql-codegen/typescript-graphql-request": "5.0.0",
"@graphql-codegen/typescript-operations": "4.2.0",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.13",
"@types/google-spreadsheet": "3.3.2",
"@types/node": "17.0.45",
"@types/react": "17.0.80",
"autoprefixer": "10.4.19",
"postcss": "8.4.38",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "0.5.14",
"tailwindcss": "3.4.3",
"typescript": "4.9.5"
}
}