-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.51 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.51 KB
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
{
"name": "materially-free-react-admin-template",
"version": "4.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
"prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\""
},
"dependencies": {
"@emotion/cache": "11.14.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@fontsource/poppins": "5.2.6",
"@mui/icons-material": "7.1.0",
"@mui/material": "7.1.0",
"@vitejs/plugin-react": "4.4.1",
"apexcharts": "4.7.0",
"lodash-es": "4.17.21",
"react": "19.1.0",
"react-apexcharts": "1.7.0",
"react-device-detect": "2.2.3",
"react-dom": "19.1.0",
"react-hook-form": "7.56.4",
"react-router-dom": "7.6.0",
"simplebar-react": "3.3.1",
"swr": "2.3.3",
"vite": "6.3.5",
"vite-jsconfig-paths": "2.0.1"
},
"devDependencies": {
"@eslint/compat": "1.2.9",
"@eslint/eslintrc": "3.3.1",
"@eslint/js": "9.27.0",
"env-cmd": "10.1.0",
"eslint": "9.27.0",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.4.0",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"prettier": "3.5.3",
"prettier-eslint-cli": "8.0.1",
"sass-embedded": "1.89.0"
},
"packageManager": "yarn@4.9.1"
}