-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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": "blog",
"version": "0.0.155",
"license": "LGPL-3.0-or-later",
"dependencies": {
"@fullstacksjs/toolbox": "^4.6.1",
"@hookform/resolvers": "^3.2.0",
"clsx": "^2.0.0",
"date-fns-jalali": "^2.30.0-0",
"joi": "^17.9.2",
"next": "latest",
"pocketbase": "^0.16.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^9.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.4",
"react-hot-toast": "^2.4.1",
"react-is": "^18.2.0",
"sharp": "^0.32.6",
"usehooks-ts": "^2.9.1"
},
"scripts": {
"start": "next start",
"dev": "next dev",
"build": "next build",
"lint": "next lint"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"@next/eslint-plugin-next": "^13.4.18",
"@types/node": "^20.5.0",
"@types/react": "^18",
"autoprefixer": "^10.4.15",
"bun-framework-next": "^12.2",
"eslint": "^8.47.0",
"eslint-config-next": "^13.4.18",
"eslint-config-prettier": "^9.0.0",
"postcss": "^8.4.28",
"react-refresh": "0.10.0",
"tailwindcss": "^3.3.3",
"typescript": "latest"
},
"module": "index.js"
}