-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.39 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
{
"name": "remember-me-dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"preinstall": "npm install --package-lock-only --ignore-scripts && npx npm-force-resolutions"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/lab": "^5.0.0-alpha.134",
"@mui/material": "^5.13.2",
"@mui/x-data-grid": "^6.8.0",
"@tiptap/pm": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"antd": "^5.5.2",
"bcryptjs": "^2.4.3",
"encoding": "^0.1.13",
"file-saver": "^2.0.5",
"firebase": "^9.22.2",
"html2canvas": "^1.4.1",
"jodit": "^4.0.0-beta.61",
"jodit-react": "^1.3.39",
"js-cookie": "^3.0.5",
"mermaid": "^10.2.3",
"mobx": "^6.9.0",
"mobx-react-lite": "^3.4.3",
"next": "^13.4.7",
"react": "^18.2.0",
"react-beforeunload": "^2.6.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.12.1",
"react-scroll": "^1.8.9",
"react-zoom-pan-pinch": "^3.1.0",
"suneditor": "^2.45.1",
"suneditor-react": "^3.6.1",
"supports-color": "^9.3.1"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2"
},
"resolutions": {
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0"
}
}