-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 889 Bytes
/
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
{
"name": "ticketit",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"postinstall": "prisma generate"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@prisma/client": "^5.12.1",
"bcrypt": "^5.1.1",
"gray-matter": "^4.0.3",
"jose": "^5.2.4",
"marked": "^9.1.2",
"next": "^14.0.0",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"server-only": "^0.0.1",
"use-debounce": "^9.0.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "20.12.7",
"@types/react": "18.2.78",
"autoprefixer": "^10.4.16",
"eslint": "^8.52.0",
"eslint-config-next": "^14.0.0",
"postcss": "^8.4.31",
"prisma": "^5.12.1",
"tailwindcss": "^3.3.5"
}
}