forked from moxiaohe/snoopHub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.47 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
{
"name": "snoopforms",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"migrate-and-start": "prisma migrate deploy && next start",
"lint": "next lint"
},
"dependencies": {
"@editorjs/editorjs": "^2.24.3",
"@editorjs/header": "^2.6.2",
"@editorjs/paragraph": "^2.8.0",
"@headlessui/react": "^1.6.1",
"@heroicons/react": "^1.0.6",
"@prisma/client": "^4.1.0",
"@snoopforms/react": "^0.2.2",
"bcryptjs": "^2.4.3",
"chart.js": "^3.8.2",
"date-fns": "^2.28.0",
"editorjs-drag-drop": "^1.1.2",
"editorjs-undo": "^2.0.3",
"json2csv": "^5.0.7",
"jsonwebtoken": "^8.5.1",
"next": "12.2.2",
"next-auth": "^4.10.1",
"nextjs-cors": "^2.1.1",
"nodemailer": "^6.7.7",
"posthog-js": "^1.26.0",
"react": "17.0.2",
"react-chartjs-2": "^4.3.1",
"react-dom": "17.0.2",
"react-icons": "^4.4.0",
"react-loader-spinner": "^5.1.5",
"react-toastify": "^9.0.5",
"sharp": "^0.30.7",
"swr": "^1.3.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.1",
"@tailwindcss/typography": "^0.5.2",
"@types/bcryptjs": "^2.4.2",
"@types/node": "17.0.32",
"@types/react": "18.0.9",
"autoprefixer": "^10.4.7",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.13",
"prisma": "^4.1.0",
"tailwindcss": "^3.0.24",
"ts-node": "^10.7.0",
"typescript": "4.6.4"
}
}