forked from TailAdmin/free-nextjs-admin-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2 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
72
73
74
75
76
77
78
{
"name": "tourabi-admin",
"version": "0.1.0",
"description": "TourAbi the world's best tour portal",
"scripts": {
"dev": "next dev -p 3004",
"build": "next build",
"start": "next start -p 3004",
"lint": "next lint"
},
"license": "MIT",
"author": {
"email": "[email protected]",
"name": "Ali TEK",
"url": "https://github.com/thisisalitek"
},
"repository": {
"type": "git",
"url": "git+https://github.com/miajupiter/tourabi-admin.git"
},
"keywords": [
"nextjs",
"tailwind",
"mongodb",
"restful",
"aws",
"s3",
"admin",
"adminpanel",
"dashboard"
],
"bugs": {
"url": "https://github.com/miajupiter/tourabi-admin/issues"
},
"homepage": "https://github.com/miajupiter/tourabi-admin#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@headlessui/react": "^1.7.18",
"@mdxeditor/editor": "^2.15.1",
"@tailwindcss/typography": "^0.5.10",
"@types/uuid": "^9.0.8",
"@uiw/react-markdown-editor": "^6.1.0",
"@uiw/react-markdown-preview": "^5.1.1",
"@wcj/dark-mode": "^1.0.16",
"apexcharts": "^3.45.2",
"country-list-json": "^1.1.0",
"flatpickr": "^4.6.13",
"jsvectormap": "^1.5.3",
"mdast-util-directive": "^3.0.0",
"next": "^14.1.3",
"next-qrcode": "^2.5.1",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-day-picker": "^8.10.0",
"react-dom": "^18.2.0",
"react-hooks-global-state": "^2.1.0",
"react-markdown": "^9.0.1",
"react-scroll-sync": "^0.11.2",
"remark-gfm": "^4.0.0",
"sharp": "^0.33.2",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}