-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.42 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.42 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
{
"name": "monorepo-nowaitFE",
"private": true,
"packageManager": "yarn@4.9.2",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"dev:admin": "turbo run dev --filter=nowait-admin",
"dev:user": "turbo run dev --filter=nowait-user",
"vercel-build": "turbo run build && node scripts/merge-builds.js"
},
"devDependencies": {
"@yarnpkg/sdks": "^3.2.2",
"turbo": "^2.5.6",
"typescript": "^5.8.3"
},
"dependencies": {
"@tiptap/extension-code-block-lowlight": "^3.4.1",
"@tiptap/extension-hard-break": "^3.4.0",
"@tiptap/extension-placeholder": "^3.4.0",
"@tiptap/extension-underline": "^3.0.7",
"@tiptap/react": "^3.0.7",
"@tiptap/starter-kit": "^3.0.7",
"@toast-ui/react-editor": "^3.2.3",
"clsx": "^2.1.1",
"dompurify": "^3.2.6",
"framer-motion": "^12.20.1",
"heic2any": "^0.0.4",
"highlight.js": "^11.11.1",
"jsqr": "^1.4.0",
"lottie-react": "^2.4.1",
"lowlight": "^3.3.0",
"npm": "^11.6.0",
"prop-types": "^15.8.1",
"prosemirror-model": "^1.25.2",
"prosemirror-state": "^1.4.3",
"prosemirror-transform": "^1.10.4",
"react-beautiful-dnd": "^13.1.1",
"react-easy-crop": "^5.5.1",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-kakao-maps-sdk": "^1.2.0",
"react-quill": "^2.0.0",
"react-swipeable-list": "^1.10.0",
"react-toastify": "^11.0.5",
"zustand": "^5.0.6"
}
}