-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
120 lines (120 loc) · 3.44 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "materio-mui-react-nextjs-admin-template-free",
"description": "Most Powerful & Comprehensive Free MUI React NextJS Admin Dashboard Template built for developers! 🚀",
"license": "MIT",
"version": "1.0.0",
"author": {
"name": "ThemeSelection",
"url": "https://themeselection.com/"
},
"bugs": {
"url": "https://github.com/themeselection/materio-mui-react-nextjs-admin-template-free/issues"
},
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/themeselection/materio-mui-react-nextjs-admin-template-free.git"
},
"homepage": "https://themeselection.com/products/materio-free-mui-react-nextjs-admin-template/",
"keywords": [
"react",
"javascript",
"admin",
"typescript",
"dashboard",
"material-design",
"nextjs",
"material-ui",
"admin-dashboard",
"free",
"mui",
"admin-template",
"admin-panel",
"freebies",
"nextjs-template",
"react-dashboard",
"themeselection"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\""
},
"dependencies": {
"@emotion/cache": "^11.6.0",
"@emotion/react": "^11.7.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.6.0",
"@iconify/react": "^4.1.0",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.70",
"@mui/material": "^5.4.3",
"@popperjs/core": "^2.11.2",
"@types/axios": "^0.14.0",
"apexcharts-clevision": "3.28.5",
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"clean-css": "^5.3.2",
"clsx": "^1.1.1",
"cookie": "^0.5.0",
"cors": "^2.8.5",
"cssnano": "^6.0.0",
"exif-js": "^2.3.0",
"express": "^4.18.2",
"file-saver": "^2.0.5",
"fs": "^0.0.1-security",
"http-proxy-middleware": "^2.0.6",
"image-to-ico": "^1.0.1",
"jquery": "^3.7.0",
"js-beautify": "^1.14.7",
"js-cookie": "^3.0.5",
"jsonlint-mod": "^1.7.6",
"lorem-ipsum": "^2.0.8",
"mdi-material-ui": "^7.1.0",
"mysql": "^2.18.1",
"mysql2": "^3.3.1",
"next": "12.0.4",
"next-auth": "^4.22.1",
"nodemailer": "^6.9.1",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-apexcharts": "^1.3.9",
"react-copy-to-clipboard": "^5.1.0",
"react-datepicker": "^4.5.0",
"react-dom": "17.0.2",
"react-final-form": "^6.5.9",
"react-intersection-observer": "^9.4.3",
"react-perfect-scrollbar": "^1.5.8",
"react-popper": "^2.2.5",
"react-qr-reader": "^3.0.0-beta-1",
"react-router-dom": "^6.10.0",
"react-scroll": "^1.8.9",
"reactstrap": "^9.1.9",
"remark": "^14.0.3",
"remark-html": "^15.0.2",
"xml2js": "^0.5.0"
},
"devDependencies": {
"@types/node": "16.11.11",
"@types/nprogress": "^0.2.0",
"@types/react": "17.0.37",
"@types/react-datepicker": "^4.3.2",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.11.0",
"csso": "^5.0.5",
"eslint": "^7.32.0",
"eslint-config-next": "12.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.4",
"next-transpile-modules": "^9.0.0",
"prettier": "2.5.1",
"typescript": "4.5.2"
}
}