-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.28 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"author": {
"email": "rishavbharti21@gmail.com",
"name": "Rishav Bharti"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.1.0",
"@mui/lab": "^5.0.0-alpha.54",
"@mui/material": "^5.1.0",
"@mui/x-data-grid": "^5.2.2",
"@reduxjs/toolkit": "^1.6.2",
"axios": "^0.24.0",
"classnames": "^2.3.1",
"disqus-react": "^1.1.2",
"dompurify": "^2.3.4",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"html-to-draftjs": "^1.5.0",
"immutable": "^4.0.0",
"next": "^12.1.0",
"next-auth": "^4.0.0-beta.6",
"next-redux-wrapper": "^7.0.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"react-hook-form": "^7.22.5",
"react-player": "^2.9.0",
"react-redux": "^7.2.6",
"string-strip-html": "^9.1.4",
"swiper": "^8.0.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.0",
"autoprefixer": "^10.4.0",
"eslint": "7.32.0",
"eslint-config-next": "12.0.2",
"postcss": "^8.4.4",
"tailwindcss": "^3.0.1"
}
}