-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 819 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 819 Bytes
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
{
"name": "momotalk-editor",
"version": "1.2.2",
"private": true,
"scripts": {
"dev": "next dev -p 12000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.1.6",
"@types/node": "18.13.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"axios": "^1.4.0",
"dayjs": "^1.11.9",
"dom-to-image": "^2.6.0",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"jszip": "^3.10.1",
"minus-code": "^0.0.3",
"next": "13.1.6",
"next-seo": "^5.15.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.0",
"sass": "^1.58.3",
"typescript": "4.9.5"
},
"devDependencies": {
"@types/dom-to-image": "^2.6.7",
"@types/svg2png": "^4.1.5"
}
}