-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "content-maturity-quiz",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"email": "email dev --dir src/emails --port 3001",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:next": "next lint",
"start": "next start"
},
"dependencies": {
"@react-email/button": "0.0.15",
"@react-email/components": "^0.0.21",
"@react-email/html": "0.0.8",
"@tailwindcss/container-queries": "^0.1.1",
"autoprefixer": "10.4.19",
"classnames": "^2.5.1",
"eslint-config-next": "^14.2.5",
"eslint-config-wesbos": "^4.0.1",
"eslint-plugin-import": "^2.29.1",
"fathom-client": "^3.7.2",
"framer-motion": "^11.3.2",
"next": "14.2.5",
"postcss": "8.4.39",
"prop-types": "^15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-email": "2.1.5",
"resend": "^3.4.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.5",
"@tailwindcss/typography": "^0.5.13",
"@types/react": "18.3.3",
"eslint-plugin-react-hooks": "^4.6.2",
"tailwindcss": "^3.4.4"
}
}