forked from codescandy/dashui-free-nextjs-admin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.3 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
{
"name": "dashui-free-nextjs-admin-template",
"version": "1.1.0",
"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.0.1",
"apexcharts": "^3.41.1",
"bootstrap": "^5.3.1",
"eslint": "latest",
"eslint-config-next": "latest",
"next": "latest",
"next-auth": "latest",
"node-sass": "^9.0.0",
"prism-react-renderer": "^2.0.6",
"react": "latest",
"react-apexcharts": "^1.4.1",
"react-bootstrap": "^2.8.0",
"react-bootstrap-icons": "^1.10.3",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "latest",
"react-dropzone": "^14.2.3",
"react-feather": "^2.0.10",
"react-responsive": "^9.0.2",
"react-syntax-highlighter": "^15.5.0",
"sass": "^1.64.2",
"sass-loader": "^13.3.2",
"simplebar": "^6.2.5",
"simplebar-react": "^3.2.4",
"uuid": "^9.0.0"
}
}