-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.33 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
{
"name": "steffa-en-roberto",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.2",
"@contentful/rich-text-react-renderer": "^15.17.0",
"@contentful/rich-text-types": "^16.2.0",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.18",
"@material-tailwind/react": "^2.1.0",
"@prisma/client": "^5.2.0",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"axios": "^1.5.1",
"contentful": "^10.2.1",
"dayjs": "^1.11.10",
"dotenv": "^16.0.3",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"flowbite": "^1.7.0",
"flowbite-react": "^0.4.11",
"next": "13.4.2",
"next-auth": "^4.23.1",
"react": "18.2.0",
"react-calendly": "^4.1.1",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-markdown": "^8.0.7",
"tw-elements": "^1.0.0-rc.1",
"typescript": "5.0.4"
},
"devDependencies": {
"@types/node": "^20.4.5",
"autoprefixer": "^10.4.14",
"flowbite-typography": "^1.0.3",
"postcss": "^8.4.23",
"prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.5.2",
"prisma": "^5.2.0",
"tailwindcss": "^3.3.2"
}
}