-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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
{
"name": "chivel",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@grikomsn/cal-sans": "^0.0.2",
"@headlessui/react": "^1.4.2",
"@prisma/client": "^3.6.0",
"@radix-ui/react-tooltip": "^0.1.4",
"@supabase/supabase-js": "^1.28.5",
"@tailwindcss/forms": "^0.3.4",
"axios": "^0.24.0",
"clsx": "^1.1.1",
"formik": "^2.2.9",
"lodash.truncate": "^4.4.2",
"nanoid": "^3.1.30",
"next": "12.0.7",
"next-seo": "^4.28.1",
"react": "17.0.2",
"react-countup": "^6.1.0",
"react-dom": "17.0.2",
"react-dropzone": "^11.4.2",
"react-hot-toast": "^2.1.1",
"react-icons": "^4.3.1",
"react-markdown": "^7.1.1",
"swr": "^1.1.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/lodash.truncate": "^4.4.6",
"@types/node": "16.11.11",
"@types/react": "17.0.37",
"autoprefixer": "^10.4.0",
"eslint": "8.4.0",
"eslint-config-next": "12.0.7",
"postcss": "^8.4.4",
"prisma": "^3.6.0",
"tailwindcss": "^2.2.19",
"typescript": "4.5.2"
}
}