-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.89 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.89 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
{
"name": "admin-panel",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^44.3.0",
"@ckeditor/ckeditor5-react": "^11.0.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/material": "^7.3.2",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^13.5.0",
"@tinymce/tinymce-react": "^6.3.0",
"@tiptap/extension-collaboration": "^3.4.0",
"@udecode/plate": "^49.0.0",
"axios": "^1.11.0",
"ckeditor5": "^46.0.3",
"ckeditor5-premium-features": "^46.0.3",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"font-awesome": "^4.7.0",
"froala-editor": "^4.6.2",
"install": "^0.13.0",
"lucide-react": "^0.542.0",
"npm": "^11.6.0",
"react": "^19.1.1",
"react-color": "^2.19.3",
"react-dom": "^19.1.1",
"react-draft-wysiwyg": "^1.15.0",
"react-froala-wysiwyg": "^4.6.2",
"react-icons": "^5.5.0",
"react-router-dom": "^6.23.1",
"react-scripts": "5.0.1",
"recharts": "^3.1.2",
"slate": "^0.118.1",
"slate-history": "^0.113.1",
"slate-react": "^0.117.4",
"web-vitals": "^2.1.4",
"xlsx": "^0.18.5",
"y-webrtc": "^10.3.0",
"yjs": "^13.6.27"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17"
}
}