-
Notifications
You must be signed in to change notification settings - Fork 129
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.23 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.23 KB
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
{
"name": "dashui-free-nextjs-admin-template",
"version": "1.1.1",
"private": true,
"author": {
"name": "codescandy",
"url": "https://codescandy.com"
},
"keywords": [
"react",
"javascript",
"admin",
"dashboard",
"nextjs",
"nextjs13",
"admin-dashboard",
"free",
"admin-template",
"admin-panel",
"freebies",
"nextjs-template",
"react-dashboard",
"bootstrap 5"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@vercel/analytics": "^1.6.1",
"apexcharts": "^5.3.6",
"bootstrap": "^5.3.8",
"eslint": "9.39.1",
"eslint-config-next": "16.0.8",
"next": "16.0.8",
"node-sass": "^9.0.0",
"prism-react-renderer": "^2.4.1",
"react": "19.2.1",
"react-apexcharts": "^1.9.0",
"react-bootstrap": "^2.10.10",
"react-bootstrap-icons": "^1.11.6",
"react-dom": "19.2.1",
"react-dropzone": "^14.3.8",
"react-feather": "^2.0.10",
"react-responsive": "^10.0.1",
"react-syntax-highlighter": "^16.1.0",
"sass": "^1.77.6",
"sass-loader": "^16.0.6",
"simplebar": "^6.3.3",
"simplebar-react": "^3.3.2",
"uuid": "^13.0.0"
}
}