forked from AsyaDev14/druk-army-project
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.17 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
{
"homepage": "https://AsyaDev14.github.io/druk-army-project",
"name": "druk-army-project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"deploy": "gh-pages -d build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/eslint-plugin-next": "14.0.1",
"bcrypt": "5.1.1",
"cloudinary": "^2.1.0",
"i18next": "^23.8.2",
"i18next-resources-to-backend": "^1.2.0",
"modern-normalize": "^2.0.0",
"mongoose": "8.0.0",
"multer": "^1.4.5-lts.1",
"nanoid": "^5.0.5",
"next": "14.1.0",
"next-auth": "^5.0.0-beta.3",
"next-connect": "^1.0.0",
"next-i18n-router": "^5.2.1",
"next-themes": "^0.2.1",
"react": "^18",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18",
"react-i18next": "^14.0.5",
"react-icons": "4.11.0",
"react-quill": "^2.0.0",
"react-responsive": "^9.0.2",
"react-svg": "^16.1.32",
"react-tooltip": "^5.26.3",
"recharts": "2.9.0",
"swiper": "^11.0.5",
"use-debounce": "9.0.4"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.1.0",
"gh-pages": "^6.1.1"
}
}