-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.26 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
{
"name": "12megablogproject",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite build && vite preview"
},
"dependencies": {
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.3",
"@reduxjs/toolkit": "^2.2.1",
"@tinymce/tinymce-react": "^4.3.2",
"appwrite": "^14.0.0",
"clsx": "^2.1.1",
"framer-motion": "^11.1.7",
"html-react-parser": "^5.1.9",
"lucide-react": "^0.363.0",
"node-appwrite": "^12.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.1",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.3",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/node": "^20.12.9",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.37",
"tailwindcss": "^3.4.1",
"vite": "^5.1.6"
}
}