-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 3.2 KB
/
Copy pathpackage.json
File metadata and controls
99 lines (99 loc) · 3.2 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
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint vite-project --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^41.3.1",
"@ckeditor/ckeditor5-react": "^6.2.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@excalidraw/excalidraw": "^0.17.6",
"@faker-js/faker": "^8.4.1",
"@heroicons/react": "^2.1.1",
"@mui/icons-material": "^6.1.5",
"@mui/material": "^6.1.5",
"@mui/x-date-pickers": "^7.21.0",
"@stomp/stompjs": "^7.0.0",
"@tailwindcss/typography": "^0.5.12",
"@tanstack/react-query": "^5.51.23",
"@tanstack/react-query-devtools": "^5.51.23",
"@tanstack/react-table": "^8.20.5",
"@tiptap/extension-code-block-lowlight": "^2.5.9",
"@tiptap/extension-link": "^2.4.0",
"@tiptap/extension-placeholder": "^2.4.0",
"@tiptap/pm": "^2.4.0",
"@tiptap/react": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"@types/dompurify": "^3.0.5",
"@types/event-source-polyfill": "^1.0.5",
"@types/lodash": "^4.17.0",
"@types/prismjs": "^1.26.3",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-js-pagination": "^3.0.7",
"@types/react-modal": "^3.16.3",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/sockjs-client": "^1.5.4",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"autoprefixer": "^10.4.18",
"axios": "^1.6.8",
"ckeditor5-custom-build": "file:ckeditor5",
"daisyui": "^4.7.2",
"dayjs": "^1.11.10",
"dompurify": "^3.1.0",
"event-source-polyfill": "^1.0.31",
"framer-motion": "^11.3.21",
"highlight.js": "^11.10.0",
"ky": "^1.7.2",
"lodash": "^4.17.21",
"lowlight": "^3.1.0",
"material-react-table": "^3.0.1",
"mermaid": "^10.9.0",
"nanoid": "^5.0.7",
"postcss": "^8.4.35",
"postcss-import": "^16.1.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.51.2",
"react-icons": "^5.2.1",
"react-infinite-scroll-component": "^6.1.0",
"react-loading-skeleton": "^3.4.0",
"react-modal": "^3.16.1",
"react-router-dom": "^6.22.3",
"react-select": "^5.8.0",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^10.0.5",
"sockjs-client": "^1.6.1",
"sweetalert2": "^11.12.4",
"sweetalert2-react-content": "^5.0.7",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.4.1",
"usehooks-ts": "^3.0.1",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/react": "^18.2.63",
"@types/react-dom": "^18.2.20",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.4.4",
"vite": "^5.1.5"
}
}