-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
77 lines (77 loc) · 2.17 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": "anudesh-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.14.18",
"@mui/styles": "^5.14.18",
"@mui/x-date-pickers-pro": "^6.18.4",
"@react-hook/media-query": "^1.1.1",
"@reduxjs/toolkit": "^2.2.1",
"axios": "^1.6.3",
"chart.js": "^4.4.1",
"csv-parse": "^5.5.6",
"date-fns": "^3.2.0",
"dotenv": "^16.4.5",
"export-from-json": "^1.7.4",
"firebase": "^10.7.1",
"firebase-auth": "^0.1.2",
"franc-min": "^6.2.0",
"html-react-parser": "^5.1.10",
"html2canvas": "^1.4.1",
"install": "^0.13.0",
"json2csv": "^6.0.0-alpha.2",
"jspdf": "^2.5.2",
"mui-datatables": "^4.3.0",
"next": "^14.0.4",
"next-redux-wrapper": "^8.1.0",
"re-resizable": "^6.9.11",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-csv": "^2.2.2",
"react-date-range": "^2.0.0-alpha.4",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18",
"react-drag-drop-files": "^2.3.10",
"react-hook": "^0.0.1",
"react-json-tree": "^0.18.0",
"react-markdown": "^9.0.1",
"react-material-ui-carousel": "^3.4.2",
"react-media-recorder": "^1.6.6",
"react-quill": "^2.0.0",
"react-quilljs": "^1.3.3",
"react-redux": "^9.0.4",
"react-router-dom": "^6.21.2",
"react-speech-recognition": "^3.10.0",
"react-syntax-highlighter": "^15.5.0",
"recharts": "^2.12.0",
"regenerator-runtime": "^0.14.1",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"textarea-caret": "^3.1.0"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"eslint-config-prettier": "^9.0.0",
"gh-pages": "^6.1.0",
"postcss": "^8.4.32",
"prettier": "3.1.0",
"tailwindcss": "^3.3.6"
}
}