-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/material": "^5.9.2",
"@reduxjs/toolkit": "^1.8.3",
"@types/react-syntax-highlighter": "^15.5.6",
"email-validator": "^2.0.4",
"firebase": "^9.9.1",
"next": "latest",
"next-pwa": "^5.6.0",
"next-redux-wrapper": "^8.1.0",
"next-seo": "^5.15.0",
"parse-numeric-range": "^1.3.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-firebase-hooks": "^5.0.3",
"react-icons": "^4.4.0",
"react-loading-skeleton": "^3.1.0",
"react-lottie-player": "^1.5.4",
"react-markdown": "^8.0.5",
"react-redux": "^8.0.5",
"react-simple-typewriter": "^5.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.4.0",
"redux-thunk": "^2.4.2",
"rehype-katex": "^6.0.2",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"tailwind-scrollbar-hide": "^1.1.7"
},
"devDependencies": {
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2",
"typescript": "4.7.2"
}
}