-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.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
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
{
"name": "aaronwilliampo.com",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && npx prisma generate",
"start": "node .next/standalone/server.js",
"format": "npx prettier --write ."
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@headlessui/tailwindcss": "^0.2.0",
"@hookform/resolvers": "^3.3.1",
"@prisma/client": "^5.13.0",
"@react-email/components": "^0.0.11",
"@react-email/render": "^0.0.9",
"@react-email/tailwind": "^0.0.12",
"classnames": "^2.5.1",
"date-fns": "^3.6.0",
"gray-matter": "^4.0.3",
"lil-gui": "^0.18.2",
"lodash": "^4.17.21",
"next": "^14.1.4",
"next-connect": "^1.0.0",
"obscenity": "^0.2.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-email": "^1.9.5",
"react-google-recaptcha-v3": "^1.10.1",
"react-hook-form": "^7.49.2",
"react-icons": "^4.12.0",
"react-intersection-observer": "^9.10.2",
"react-multi-carousel": "^2.8.4",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"sharp": "0.33.3",
"stats.js": "^0.17.0",
"swr": "^2.2.4",
"three": "^0.161.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/lodash": "^4.14.202",
"@types/node": "^20.12.8",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/three": "^0.161.2",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"autoprefixer": "^10.4.16",
"daisyui": "^4.5.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"postcss": "^8.4.33",
"prettier": "^3.1.1",
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"prisma": "^5.13.0",
"tailwindcss": "^3.4.1",
"tailwindcss-animated": "^1.0.1",
"typescript": "^5.4.5"
},
"prisma": {
"seed": "npx ts-node prisma/seed.ts"
}
}