-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.22 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
{
"name": "materialize-mui-nextjs-admin-template",
"version": "4.0.1",
"license": "Commercial",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"build:icons": "tsx src/assets/iconify-icons/bundle-icons-css.ts",
"postinstall": "npm run build:icons"
},
"dependencies": {
"@emotion/cache": "11.13.0",
"@emotion/react": "11.13.0",
"@emotion/styled": "11.13.0",
"@floating-ui/react": "0.26.20",
"@mui/lab": "5.0.0-alpha.172",
"@mui/material": "5.16.4",
"@mui/material-nextjs": "5.16.4",
"@mui/x-data-grid": "^7.22.0",
"@mui/x-date-pickers": "^7.22.2",
"axios": "^1.7.7",
"classnames": "2.5.1",
"datatables.net-dt": "^2.1.8",
"datatables.net-react": "^1.0.0",
"datatables.net-responsive-dt": "^3.0.3",
"datatables.net-select-dt": "^2.1.0",
"dayjs": "^1.11.13",
"next": "14.2.5",
"next-auth": "^4.24.10",
"react": "18.3.1",
"react-colorful": "5.6.1",
"react-dom": "18.3.1",
"react-perfect-scrollbar": "1.5.8",
"react-toastify": "^10.0.6",
"react-use": "17.5.1",
"server-only": "0.0.1"
},
"devDependencies": {
"@iconify/json": "2.2.230",
"@iconify/tools": "4.0.4",
"@iconify/types": "2.0.0",
"@iconify/utils": "2.1.25",
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"postcss": "8.4.40",
"postcss-styled-syntax": "0.6.4",
"prettier": "3.3.3",
"stylelint": "16.7.0",
"stylelint-use-logical-spec": "5.0.1",
"stylis": "4.3.2",
"stylis-plugin-rtl": "2.1.1",
"tailwindcss": "3.4.6",
"tailwindcss-logical": "3.0.1",
"tsx": "4.16.2",
"typescript": "5.5.4"
},
"resolutions": {
"rimraf": "^5.0.7"
},
"overrides": {
"rimraf": "^5.0.7"
}
}