-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 3.46 KB
/
package.json
File metadata and controls
116 lines (116 loc) · 3.46 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "verifywise",
"private": true,
"version": "v1.6.1",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc -b && node scripts/build.js",
"build-dev": "vite build",
"build:original": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.1.0",
"@monaco-editor/react": "^4.7.0",
"@mui/lab": "^6.0.0-beta.10",
"@mui/material": "^6.1.6",
"@mui/styled-engine-sc": "^6.1.0",
"@mui/x-charts": "^8.4.0",
"@mui/x-date-pickers": "^7.29.4",
"@platejs/autoformat": "^49.0.0",
"@platejs/basic-nodes": "^49.0.0",
"@platejs/basic-styles": "^49.0.0",
"@platejs/code-block": "^49.0.0",
"@platejs/floating": "^50.2.5",
"@platejs/link": "^50.2.5",
"@platejs/list-classic": "^49.1.0",
"@platejs/media": "^49.0.0",
"@platejs/suggestion": "^49.0.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-visually-hidden": "^1.2.3",
"@reduxjs/toolkit": "^2.2.7",
"@svgr/rollup": "^8.1.0",
"@tanstack/react-query": "^5.84.2",
"@tanstack/react-query-devtools": "^5.84.2",
"@tiptap/react": "^2.8.0",
"@tiptap/starter-kit": "^2.8.0",
"@types/js-yaml": "^4.0.9",
"@types/react-grid-layout": "^1.3.5",
"@udecode/plate": "^48.0.5",
"@udecode/plate-common": "^41.0.13",
"@udecode/plate-serializer-html": "^21.5.1",
"@udecode/zustood": "2.0.0",
"@uppy/core": "^4.2.3",
"@uppy/dashboard": "^4.1.2",
"@uppy/drag-drop": "^4.0.4",
"@uppy/drop-target": "^3.0.1",
"@uppy/file-input": "^4.0.3",
"@uppy/golden-retriever": "^4.0.1",
"@uppy/progress-bar": "^4.0.1",
"@uppy/react": "^4.2.1",
"@uppy/webcam": "^4.1.1",
"@uppy/xhr-upload": "^4.2.2",
"axios": "^1.12.0",
"cmdk": "^1.1.1",
"dayjs": "^1.11.13",
"dompurify": "3.3.0",
"dotenv": "^16.4.7",
"framer-motion": "^12.11.0",
"js-yaml": "^4.1.0",
"jspdf": "^3.0.3",
"libphonenumber-js": "^1.11.9",
"lowlight": "^3.3.0",
"lucide-react": "^0.544.0",
"material-ui-popup-state": "^5.3.1",
"pako": "^2.1.0",
"platejs": "^49.1.13",
"plotly.js-basic-dist": "^3.1.0",
"react": "^18.3.1",
"react-cookie": "^8.0.1",
"react-dom": "^18.3.1",
"react-grid-layout": "^1.5.2",
"react-joyride": "^2.9.3",
"react-plotly.js": "^2.6.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.26.2",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"styled-components": "^6.1.13",
"validator": "^13.15.20",
"zustand": "4.5.5"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@svgr/webpack": "^8.1.0",
"@types/debug": "^4.1.12",
"@types/dompurify": "^3.0.5",
"@types/ms": "^2.1.0",
"@types/node": "^22.12.0",
"@types/pako": "^2.0.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/validator": "^13.12.2",
"@vitejs/plugin-react-swc": "^3.5.0",
"dotenv-webpack": "^8.1.0",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"url-loader": "^4.1.1",
"vite": "^7.1.12"
},
"overrides": {
"monaco-editor": {
"dompurify": "3.3.0"
}
}
}