-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.39 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
{
"private": true,
"scripts": {
"connectDb": "node ./utils/runner.js",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^1.0.3",
"@reduxjs/toolkit": "^1.6.1",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"cookie": "^0.4.1",
"date-fns": "^2.25.0",
"dateformat": "^4.5.1",
"jsonwebtoken": "^8.5.1",
"katex": "^0.13.13",
"lodash": "^4.17.21",
"mongoose": "^5.13.4",
"next": "latest",
"next-seo": "^4.26.0",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-cookie": "^4.1.1",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-paystack": "^3.0.5",
"react-player": "^2.10.0",
"react-quill": "^1.3.5",
"react-redux": "^7.2.4",
"react-scroll": "^1.8.3",
"redux": "^4.1.1",
"slugify": "^1.6.0",
"swr": "^1.0.1",
"tailwindcss-question-mark": "^0.1.1",
"validator": "^13.6.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.0",
"@types/katex": "^0.11.1",
"autoprefixer": "^10.4.2",
"eslint": "^8.12.0",
"eslint-config-next": "^12.1.2",
"postcss": "^8.4.5",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.0.13",
"typescript": "^4.4.3"
}
}