-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.72 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
{
"name": "todomongo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.1.6",
"@persian-tools/persian-tools": "^3.4.1",
"@reduxjs/toolkit": "^1.9.5",
"@tiptap/extension-color": "^2.0.3",
"@tiptap/extension-image": "^2.0.3",
"@tiptap/extension-list-item": "^2.0.3",
"@tiptap/extension-text-align": "^2.0.3",
"@tiptap/extension-text-style": "^2.0.3",
"@tiptap/extension-underline": "^2.0.3",
"@tiptap/pm": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"dotenv": "^16.3.1",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"formidable": "^2.1.1",
"fs": "^0.0.1-security",
"html-react-parser": "^4.0.0",
"jalali-moment": "^3.3.11",
"mongoose": "^7.2.3",
"mongoose-paginate-v2": "^1.7.1",
"mv": "^2.1.1",
"next": "13.1.6",
"next-auth": "^4.19.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.9.0",
"react-image-zooom": "^1.1.0",
"react-loader-spinner": "^5.3.4",
"react-paginate": "^8.2.0",
"react-redux": "^8.0.7",
"react-reveal": "^1.2.2",
"react-slick": "^0.29.0",
"react-sortablejs": "^6.1.4",
"react-sweetalert2": "^0.5.2",
"react-toastify": "^9.1.3",
"redux-logger": "^3.0.6",
"sharp": "^0.32.1",
"slick-carousel": "^1.8.1",
"styled-components": "^5.0.0",
"swiper": "^10.0.3",
"swr": "^2.1.5",
"typewriter-effect": "^2.20.1"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}