-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.33 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
{
"name": "my-project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"@types/node": "18.15.11",
"@types/react": "^18.0.35",
"@types/react-dom": "18.0.11",
"axios": "^1.3.6",
"draft-js": "^0.11.7",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"html-react-parser": "^3.0.16",
"katex": "^0.16.7",
"mathlive": "^0.94.8",
"next": "13.3.0",
"randomcolor": "^0.6.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-html5video": "^2.5.1",
"react-icons": "^4.8.0",
"react-latex": "^2.0.0",
"react-markdown": "^8.0.7",
"react-math-keyboard": "^1.2.32",
"react-player": "^2.12.0",
"react-query": "^3.39.3",
"react-quill": "^2.0.0",
"react-redux": "^8.0.5",
"redux-logger": "^3.0.6",
"socket.io-client": "^4.7.0",
"typescript": "5.0.4",
"zustand": "^4.3.7"
},
"devDependencies": {
"@types/draft-js": "^0.11.10",
"@types/katex": "^0.16.0",
"@types/randomcolor": "^0.5.7",
"@types/react-latex": "^2.0.0",
"@types/redux-logger": "^3.0.9",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.22",
"tailwindcss": "^3.3.1"
}
}