-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.87 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
{
"name": "material-kit-react",
"version": "3.0.0",
"author": "Ministry of Rural Development",
"licence": "MIT",
"homepage": "https://Ministry of Rural Development.io",
"private": false,
"proxy": "http://localhost:3001",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint",
"lint-fix": "next lint --fix"
},
"dependencies": {
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.11.0",
"@heroicons/react": "2.0.18",
"@mui/icons-material": "^5.15.1",
"@mui/lab": "5.0.0-alpha.155",
"@mui/material": "5.14.20",
"@mui/system": "5.14.20",
"@mui/x-date-pickers": "6.18.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@tensorflow/tfjs": "^4.15.0",
"apexcharts": "3.44.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "2.30.0",
"express": "^4.18.2",
"formik": "2.4.5",
"multer": "^1.4.5-lts.1",
"next": "14.0.4",
"next-themes": "^0.2.1",
"nprogress": "0.2.0",
"powerbi-client-react": "^1.4.0",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-apexcharts": "1.4.1",
"react-dom": "18.2.0",
"simplebar-react": "^3.2.4",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"yup": "1.3.2"
},
"devDependencies": {
"@types/node": "20.10.4",
"@types/nprogress": "0.2.3",
"@types/numeral": "2.0.5",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"concurrently": "^8.2.2",
"eslint": "8.55.0",
"eslint-config-next": "14.0.4"
},
"description": "![license](https://img.shields.io/badge/license-MIT-blue.svg)",
"main": "next.config.js",
"keywords": [],
"license": "ISC"
}