-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.63 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
{
"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": {
"preinstall": "npx npm-force-resolutions",
"dev": "npm install --legacy-peer-deps && next dev",
"build": "npm install --legacy-peer-deps && next build",
"start": "npm install --legacy-peer-deps && next start",
"lint": "next lint"
},
"dependencies": {
"@vercel/analytics": "^1.0.1",
"apexcharts": "^3.41.1",
"axios": "^1.7.2",
"bootstrap": "^5.3.1",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"js-cookie": "^3.0.5",
"next": "^14.2.3",
"next-redux-wrapper": "^8.1.0",
"node-sass": "^9.0.0",
"prism-react-renderer": "^2.0.6",
"react": "18.2.0",
"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": "18.2.0",
"react-dropzone": "^14.2.3",
"react-feather": "^2.0.10",
"react-redux": "^9.1.2",
"react-responsive": "^9.0.2",
"react-syntax-highlighter": "^15.5.0",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^3.1.0",
"sass": "^1.64.2",
"sass-loader": "^13.3.2",
"simplebar": "^6.2.5",
"simplebar-react": "^3.2.4",
"uuid": "^9.0.0"
}
}