-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"export": "next export",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
"lint": "next lint",
"typecheck": "tsc --skipLibCheck --project ./tsconfig.json --excludeDirectories public",
"postinstall": "husky install"
},
"dependencies": {
"@emotion/cache": "11.10.5",
"@emotion/react": "11.10.6",
"@emotion/server": "11.10.0",
"@emotion/styled": "11.10.6",
"@hcaptcha/react-hcaptcha": "1.8.1",
"@mui/icons-material": "5.11.11",
"@mui/material": "5.11.13",
"@next/font": "13.1.6",
"@react-email/body": "0.0.2",
"@react-email/button": "0.0.8",
"@react-email/column": "0.0.7",
"@react-email/container": "0.0.8",
"@react-email/head": "0.0.5",
"@react-email/heading": "0.0.8",
"@react-email/hr": "0.0.5",
"@react-email/html": "0.0.4",
"@react-email/img": "0.0.5",
"@react-email/link": "0.0.5",
"@react-email/preview": "0.0.6",
"@react-email/render": "0.0.7",
"@react-email/row": "0.0.5",
"@react-email/section": "0.0.9",
"@react-email/text": "0.0.5",
"@sentry/nextjs": "7.77.0",
"next": "13.1.6",
"next-pwa": "5.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-email": "1.9.1",
"react-markdown": "9.0.1",
"resend": "0.12.2",
"sharp": "0.32.6",
"use-local-storage-state": "18.3.2"
},
"devDependencies": {
"@babel/core": "7.21.4",
"@cloudflare/next-on-pages": "1.10.0",
"@storybook/addon-actions": "6.5.16",
"@storybook/addon-essentials": "6.5.16",
"@storybook/addon-interactions": "6.5.16",
"@storybook/addon-links": "6.5.16",
"@storybook/builder-webpack5": "6.5.16",
"@storybook/manager-webpack5": "6.5.16",
"@storybook/react": "6.5.16",
"@storybook/testing-library": "0.0.13",
"@types/gtag.js": "0.0.12",
"@types/node": "18.11.5",
"@types/react": "18.0.23",
"@types/react-dom": "18.0.7",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"babel-loader": "8.3.0",
"eslint": "8.32.0",
"eslint-config-next": "13.1.6",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.11",
"globby": "11.0.1",
"husky": "8.0.3",
"lint-staged": "13.2.0",
"prettier": "2.8.3",
"qs": "6.12.0",
"storybook-addon-next": "1.3.1",
"typescript": "4.8.4"
}
}