-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1011 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
38
39
40
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.16",
"@prisma/client": "^4.11.0",
"@tanstack/react-query": "^4.26.1",
"@tanstack/react-table": "^8.7.9",
"clsx": "^1.2.1",
"daisyui": "^2.51.3",
"date-fns": "^2.29.3",
"gray-matter": "^4.0.3",
"next": "^13.2.3",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"remark": "^14.0.2",
"remark-html": "^15.0.2"
},
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@types/node": "^18.14.2",
"@types/react": "18.0.28",
"@types/react-query": "^1.2.9",
"autoprefixer": "^10.4.13",
"eslint-config-next": "^13.2.3",
"postcss": "^8.4.21",
"prisma": "^4.11.0",
"sass": "^1.58.3",
"tailwindcss": "^3.2.7",
"typescript": "4.9.5"
}
}