-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 2.28 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
72
73
74
75
76
77
{
"name": "noap",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@excalidraw/excalidraw": "^0.15.3",
"@fvilers/disable-react-devtools": "^1.3.0",
"@lexical/clipboard": "^0.16.1",
"@lexical/code": "^0.16.1",
"@lexical/file": "^0.16.1",
"@lexical/hashtag": "^0.16.1",
"@lexical/link": "^0.16.1",
"@lexical/mark": "^0.16.1",
"@lexical/overflow": "^0.16.1",
"@lexical/plain-text": "^0.16.1",
"@lexical/react": "^0.16.1",
"@lexical/rich-text": "^0.16.1",
"@lexical/selection": "^0.16.1",
"@lexical/table": "^0.16.1",
"@lexical/utils": "^0.16.1",
"@react-oauth/google": "^0.10.0",
"@types/katex": "^0.16.0",
"@types/lodash-es": "^4.17.7",
"@types/prettier": "^2.7.2",
"@types/react-draft-wysiwyg": "^1.13.4",
"animejs": "^3.2.1",
"axios": "^1.3.5",
"browser-image-compression": "^2.0.2",
"compressorjs": "^1.2.1",
"country-flag-emoji-polyfill": "^0.1.8",
"daisyui": "^3.7.7",
"framer-motion": "^10.8.5",
"jwt-decode": "^3.1.2",
"katex": "^0.16.3",
"lexical": "^0.16.1",
"lodash-es": "^4.17.21",
"moment": "^2.29.4",
"prettier": "^2.8.6",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.2",
"react-icons": "^4.8.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.8.1",
"sweetalert2": "^11.7.2",
"sweetalert2-react-content": "^5.0.7",
"vite-plugin-swc-react-refresh": "^2.2.1",
"vite-plugin-top-level-await": "^1.3.0",
"y-websocket": "^1.4.5",
"yjs": "^13.5.42"
},
"devDependencies": {
"@types/animejs": "^3.1.7",
"@types/bcrypt": "^5.0.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.14",
"fabric": "^5.3.0",
"postcss": "^8.4.21",
"stylus": "^0.63.0",
"tailwind-scrollbar": "^3.0.0",
"tailwindcss": "^3.2.7",
"tui-code-snippet": "^2.3.3",
"tui-color-picker": "^2.2.8",
"typescript": "^4.9.5",
"vite": "^4.1.0"
}
}