-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
71 lines (71 loc) · 2.02 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
{
"name": "samnotes",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@canvasjs/charts": "^3.10.5",
"@canvasjs/react-charts": "^1.0.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@hookform/resolvers": "^3.9.0",
"@mui/icons-material": "^5.15.18",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^6.1.1",
"@mui/styles": "^5.15.18",
"@tinymce/tinymce-react": "^5.1.1",
"antd": "^5.21.5",
"axios": "^1.7.2",
"emoji-picker-react": "^4.11.1",
"html2canvas": "^1.4.1",
"joi": "^17.13.3",
"konva": "^9.3.11",
"moment": "^2.30.1",
"quill": "^2.0.2",
"react": "^18.2.0",
"react-bootstrap": "^2.10.4",
"react-checklist": "^1.0.12",
"react-color": "^2.19.3",
"react-datepicker": "^6.9.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.53.0",
"react-iframe": "^1.8.5",
"react-konva": "^18.2.10",
"react-markdown": "^9.0.1",
"react-paginate": "^8.2.0",
"react-quill": "^2.0.0",
"react-router-dom": "^6.23.1",
"react-sketch-canvas": "^6.2.0",
"react-slick": "^0.30.2",
"react-text-truncate": "^0.19.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.7.5",
"sweetalert2": "^11.14.1",
"swiper": "^11.1.4",
"tinymce": "^7.1.2",
"uniqid": "^5.4.0",
"vite-plugin-node-polyfills": "^0.22.0",
"websocket": "^1.0.35"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vite": "^5.2.0"
}
}