-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.23 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
{
"name": "mini-editor-example",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@remotion/google-fonts": "^4.0.417",
"@remotion/player": "^4.0.417",
"@supabase/supabase-js": "^2.90.1",
"@types/kakao-js-sdk": "^1.39.5",
"dayjs": "^1.11.19",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.563.0",
"next": "16.1.1",
"next-swagger-doc": "^0.4.1",
"react": "19.2.3",
"react-daum-postcode": "^3.2.0",
"react-dom": "19.2.3",
"react-easy-crop": "^5.5.6",
"remotion": "^4.0.417",
"swagger-ui-react": "^5.31.0",
"yet-another-react-lightbox": "^3.28.0",
"zod": "^4.3.6",
"zustand": "^5.0.11",
"zustand-persist": "^0.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/swagger-ui-react": "^5.18.0",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.1.1",
"tailwindcss": "^4",
"typescript": "^5"
}
}