-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.39 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
{
"name": "ozxkdev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@editorjs/checklist": "^1.4.0",
"@editorjs/code": "^2.8.0",
"@editorjs/delimiter": "^1.3.0",
"@editorjs/editorjs": "^2.26.5",
"@editorjs/embed": "^2.5.3",
"@editorjs/header": "^2.7.0",
"@editorjs/image": "^2.8.1",
"@editorjs/inline-code": "^1.4.0",
"@editorjs/link": "^2.5.0",
"@editorjs/list": "^1.8.0",
"@editorjs/paragraph": "^2.9.0",
"@editorjs/quote": "^2.5.0",
"@editorjs/simple-image": "^1.5.1",
"@editorjs/table": "^2.2.0",
"@editorjs/warning": "^1.3.0",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@vercel/analytics": "^0.1.11",
"editorjs-react-renderer": "^3.5.1",
"eslint": "8.32.0",
"eslint-config-next": "^13.4.3",
"next": "^13.4.3",
"next-auth": "^4.20.1",
"next-seo": "^5.15.0",
"nextjs-google-analytics": "^2.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-share": "^4.4.1",
"react-syntax-highlighter": "^15.5.0",
"server-only": "^0.0.1",
"sharp": "^0.31.3",
"typescript": "4.9.4"
},
"devDependencies": {
"@types/react-syntax-highlighter": "^15.5.6",
"sass": "^1.57.1"
}
}