-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "blog-ayubova",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint --fix --ext .js,.jsx,.ts,.tsx ."
},
"dependencies": {
"@aws-sdk/client-s3": "^3.391.0",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@next/bundle-analyzer": "^13.4.18",
"@tailwindcss/typography": "^0.5.7",
"@tiptap/extension-image": "^2.0.0-beta.199",
"@tiptap/extension-link": "^2.0.0-beta.199",
"@tiptap/extension-placeholder": "^2.0.0-beta.199",
"@tiptap/extension-underline": "^2.0.0-beta.199",
"@tiptap/extension-youtube": "^2.0.0-beta.199",
"@tiptap/react": "^2.0.0-beta.199",
"@tiptap/starter-kit": "^2.0.0-beta.199",
"@vercel/analytics": "^1.0.2",
"axios": "^1.0.0",
"chart.js": "^4.4.0",
"classnames": "^2.3.2",
"cloudinary": "^1.32.0",
"dateformat": "^5.0.3",
"formidable": "^3.5.1",
"html-react-parser": "^4.2.0",
"joi": "^17.7.1",
"mongoose": "^7.0.3",
"next": "^14.2.3",
"next-auth": "^4.24.7",
"next-share": "^0.25.0",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-loading-skeleton": "^3.3.1",
"react-paginate": "^8.1.4",
"react-simple-timefield": "^3.3.1",
"react-tippy": "^1.4.0",
"react-toastify": "^9.1.3",
"react-use": "^17.4.0",
"rss": "^1.2.2",
"slugify": "^1.6.5"
},
"devDependencies": {
"@types/dateformat": "^5.0.0",
"@types/formidable": "^3.4.5",
"@types/node": "18.7.23",
"@types/react": "^18.2.8",
"@types/react-dom": "18.0.6",
"@types/rss": "^0.0.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"autoprefixer": "^10.4.12",
"eslint": "^8.24.0",
"eslint-config-next": "^14.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-autofix": "^1.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.33.1",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "^5.4.3"
}
}