-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.2 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
{
"name": "material-kit-react",
"version": "4.0.0",
"author": "Devias",
"licence": "MIT",
"homepage": "https://devias.io",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"typecheck": "tsc --noEmit",
"format:write": "prettier --write \"**/*.{js,jsx,mjs,ts,tsx,mdx}\" --cache",
"format:check": "prettier --check \"**/*.{js,jsx,mjs,ts,tsx,mdx}\" --cache"
},
"dependencies": {
"@emotion/cache": "^11.11",
"@emotion/react": "^11.11",
"@emotion/server": "^11.11",
"@emotion/styled": "^11.11",
"@fontsource/inter": "^5.0",
"@fontsource/plus-jakarta-sans": "^5.0",
"@fontsource/roboto-mono": "^5.0",
"@hookform/resolvers": "^3.3",
"@mui/icons-material": "^6.0",
"@mui/lab": "6.0.0-beta.9",
"@mui/material": "^6.0",
"@mui/system": "^6.0",
"@mui/utils": "^6.0",
"@mui/x-date-pickers": "^6.19",
"@phosphor-icons/react": "^2.0",
"@rjsf/core": "^5.20",
"@rjsf/mui": "^5.20",
"@rjsf/utils": "^5.20",
"@rjsf/validator-ajv8": "^5.20",
"@tanstack/react-query": "^5.51",
"apexcharts": "^3.46",
"axios": "^1.7.2",
"dayjs": "^1.11",
"lodash": "^4.17",
"material-react-table": "^3.0",
"nanoid": "^5.0",
"next": "^14.1",
"notistack": "^3.0",
"react": "^18.2",
"react-apexcharts": "^1.4",
"react-dom": "^18.2",
"react-hook-form": "^7.51",
"zod": "^3.22"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1",
"@tanstack/eslint-plugin-query": "^5.43",
"@tanstack/react-query-devtools": "^5.51",
"@testing-library/jest-dom": "^6.4",
"@testing-library/react": "^14.2",
"@types/jest": "^29.5",
"@types/lodash": "^4.17.7",
"@types/mapbox-gl": "^3.1",
"@types/node": "^20.11.25",
"@types/react": "^18.2",
"@types/react-dom": "^18.2.21",
"@types/react-syntax-highlighter": "^15.5",
"@vercel/style-guide": "^6.0",
"eslint": "^8.57",
"eslint-config-next": "^14.1",
"eslint-config-prettier": "^9.1",
"jest": "^29.7",
"jest-environment-jsdom": "^29.7",
"prettier": "^3.2",
"typescript": "^5.4"
}
}