-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
62 lines (62 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
{
"name": "admin-dashboard-daisyui-nextjs-typescript",
"version": "0.1.0",
"private": true,
"description": "Admin Dashboard template built with next js 14 app router typescript, tailwind css and daisy UI. Template uses rich tailwind css utility classes and have components of daisy UI, also have redux toolkit implemented for store management.",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write ."
},
"dependencies": {
"@heroicons/react": "^2.1.3",
"@reduxjs/toolkit": "^2.2.2",
"@tailwindcss/typography": "^0.5.13",
"@types/js-cookie": "^3.0.6",
"axios": "^1.6.8",
"js-cookie": "^3.0.5",
"moment": "^2.30.1",
"next": "14.1.4",
"react": "^18",
"react-dom": "^18",
"react-redux": "^9.1.0",
"react-toastify": "^10.0.5",
"theme-change": "^2.5.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"daisyui": "^4.10.2",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robbins23/admin-dashboard-nextjs-daisyui-template"
},
"keywords": [
"reactjs",
"nextjs14",
"nextjs-approuter",
"typescript",
"tailwind-css",
"starter-kit",
"saas-starter-kit",
"reduxt-toolkit-dashboard-template",
"daisyui-template",
"dashboard-template",
"react-charts"
],
"author": "robbins23",
"license": "ISC",
"bugs": {
"url": "https://github.com/robbins23/admin-dashboard-nextjs-daisyui-template/issues"
}
}