-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.58 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.58 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
52
{
"name": "@minimal/material-kit-react",
"author": "minimals.cc",
"licence": "MIT",
"version": "1.8.0",
"private": false,
"scripts": {
"dev": "vite",
"start": "vite preview",
"build": "vite build",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
"prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"rm:all": "rm -rf node_modules .next out dist build",
"re:start": "yarn rm:all && yarn install && yarn dev",
"re:build": "yarn rm:all && yarn install && yarn build",
"re:build-npm": "npm run rm:all && npm install && npm run build",
"dev:host": "vite --host",
"vite:start": "vite",
"vite:build": "vite build"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.14.1",
"@faker-js/faker": "^10.1.0",
"@iconify/react": "^6.0.2",
"@mui/lab": "^5.0.0-alpha.165",
"@mui/material": "^5.15.13",
"apexcharts": "3.44.2",
"chart.js": "^4.5.1",
"date-fns": "^3.5.0",
"history": "^5.3.0",
"lodash": "^4.17.21",
"numeral": "^2.0.6",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-chartjs-2": "^5.3.1",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.4",
"react-hook-form": "^7.67.0",
"react-router-dom": "^7.10.1",
"simplebar-react": "^3.3.2",
"sql.js": "^1.13.0"
},
"devDependencies": {
"@vitejs/plugin-react-swc": "^4.2.2",
"vite": "^7.3.1",
"vite-plugin-checker": "^0.11.0"
},
"homepage": "https://microsoft.github.io/netperf/dist"
}