-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.48 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
{
"name": "blog-project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@editorjs/code": "^2.8.0",
"@editorjs/editorjs": "^2.27.2",
"@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/table": "^2.2.2",
"@headlessui/react": "^1.7.16",
"@types/editorjs__header": "^2.6.0",
"@types/node": "18.16.3",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"autoprefixer": "10.4.14",
"axios": "^1.7.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"editorjs-react-renderer": "^3.5.1",
"eslint": "8.39.0",
"eslint-config-next": "13.3.2",
"firebase": "^9.22.2",
"lucide-react": "^0.263.1",
"next": "14.2.15",
"postcss": "8.4.23",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-icons": "^4.8.0",
"react-textarea-autosize": "^8.5.2",
"react-toastify": "^9.1.3",
"recoil": "^0.7.7",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.6",
"tailwindcss-filters": "^3.0.0",
"typescript": "5.0.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8"
}
}