-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 3.28 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
{
"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/"
},
"husky": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"**/*.ts": "tsc-files --noEmit"
},
"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 -p 80",
"start": "next build && next start -p 80",
"build": "next build",
"export": "next export",
"lint": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"prepare": "husky install"
},
"dependencies": {
"@emotion/cache": "^11.6.0",
"@emotion/react": "^11.7.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.4.3",
"@mui/lab": "^5.0.0-alpha.70",
"@mui/material": "^5.4.3",
"@mui/styles": "^5.12.3",
"@mui/x-data-grid": "^6.11.1",
"@mui/x-data-grid-generator": "^6.11.1",
"@mui/x-date-pickers": "^5.0.13",
"@popperjs/core": "^2.11.2",
"@syncfusion/ej2-base": "^21.2.3",
"@syncfusion/ej2-react-dropdowns": "^21.2.3",
"@syncfusion/ej2-react-spreadsheet": "^21.2.3",
"apexcharts-clevision": "3.28.5",
"axios": "^1.4.0",
"clsx": "^1.1.1",
"dayjs": "^1.11.7",
"luxon": "^3.3.0",
"mdi-material-ui": "^7.1.0",
"next": "12.0.4",
"next-auth": "^4.19.2",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-apexcharts": "^1.3.9",
"react-datasheet": "^1.4.12",
"react-datepicker": "^4.5.0",
"react-dom": "17.0.2",
"react-pdf": "^7.1.2",
"react-perfect-scrollbar": "^1.5.8",
"react-popper": "^2.2.5",
"react-swipeable-views": "^0.14.0",
"uuid": "9.0.0"
},
"devDependencies": {
"@types/luxon": "^3.3.0",
"@types/node": "16.11.11",
"@types/nprogress": "^0.2.0",
"@types/react": "17.0.37",
"@types/react-datepicker": "^4.3.2",
"@types/react-swipeable-views": "^0.13.1",
"@types/react-swipeable-views-utils": "^0.13.4",
"@types/uuid": "9.0.2",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.11.0",
"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",
"husky": "^8.0.0",
"lint-staged": "^13.1.0",
"next-transpile-modules": "^9.0.0",
"prettier": "2.5.1",
"typescript": "4.5.2"
}
}