-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
61 lines (61 loc) · 1.66 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": "emailing-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/react": "^2.3.0",
"@radix-ui/react-dialog": "^1.0.4",
"@react-email/components": "^0.0.7",
"@react-email/render": "^0.0.7",
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"clsx": "^2.0.0",
"dayjs": "^1.11.9",
"lucide-react": "^0.268.0",
"next": "13.4.16",
"nextra": "^2.11.0",
"nextra-theme-docs": "^2.11.0",
"re-resizable": "^6.9.11",
"react": "18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "18.2.0",
"react-use-measure": "^2.1.1",
"shiki": "^0.14.3",
"tailwind-merge": "^1.14.0",
"typescript": "5.1.6",
"valibot": "^0.13.1"
},
"devDependencies": {
"@types/mdx": "^2.0.7",
"@types/prettier": "^2.7.2",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@webscopeio/eslint-config": "^2.0.1",
"autoprefixer": "10.4.14",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.38.0",
"eslint-config-next": "13.2.4",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "3.10.1",
"postcss": "8.4.21",
"prettier": "2.8.6",
"tailwindcss": "^3.3.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}