-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.48 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.48 KB
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
{
"name": "moinda",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^4.10.0",
"@sendgrid/mail": "^7.7.0",
"@tailwindcss/line-clamp": "^0.4.2",
"@tanstack/react-query": "^4.24.6",
"@tanstack/react-query-devtools": "^4.24.6",
"axios": "^1.3.3",
"dayjs": "^1.11.7",
"firebase": "^9.17.2",
"iron-session": "^6.3.1",
"lodash": "^4.17.21",
"next": "13.0.0",
"react": "^18.2.0",
"react-calendar": "^4.0.0",
"react-circular-progressbar": "^2.1.0",
"react-cookie": "^4.1.1",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.1",
"react-jwt": "^1.1.8",
"react-loading-skeleton": "^3.2.0",
"react-quill": "^2.0.0",
"recoil": "^0.7.6",
"recoil-persist": "^4.2.0",
"swiper": "^9.0.5",
"tailwind-scrollbar-hide": "^1.1.7"
},
"devDependencies": {
"@firebase/firestore": "^3.8.4",
"@svgr/webpack": "^6.5.1",
"@tailwindcss/forms": "^0.4.1",
"@types/lodash": "^4.14.191",
"@types/node": "18.0.0",
"@types/react": "18.0.0",
"@types/react-calendar": "^3.9.0",
"autoprefixer": "^10.4.1",
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"postcss": "^8.4.5",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.3",
"prisma": "^4.10.1",
"tailwindcss": "^3.0.11",
"typescript": "4.5.4"
}
}