-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.79 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "hayao0819.com",
"description": "Hayao0819's personal website",
"version": "0.1.1",
"private": true,
"contributors": [
{
"name": "Sokhibjon Orzikulov",
"email": "[email protected]",
"url": "https://orzklv.uz"
}
],
"scripts": {
"dev": "pnpm next dev",
"build": "pnpm run build:blogtool && pnpm run build:next",
"build:blogtool": "go build blogtool.go ",
"build:next": "pnpm next build",
"lint": "pnpm next lint",
"fix": "prettier --write . && eslint --fix .",
"blogtool": "./blogtool",
"newpost": "pnpm run blogtool newpost"
},
"dependencies": {
"clsx": "^2.1.1",
"framer-motion": "^11.2.10",
"gray-matter": "^4.0.3",
"jotai": "^2.8.3",
"next": "14.2.4",
"next-mdx-remote": "5.0.0",
"next-view-transitions": "^0.2.0",
"react": "18.3.1",
"react-daisyui": "^5.0.0",
"react-dom": "18.3.1",
"react-icons": "^5.2.1",
"react-twitter-widgets": "^1.11.0",
"rehype-pretty-code": "^0.13.2",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"sass": "^1.77.6",
"shiki": "^1.6.4",
"tocbot": "^4.28.2",
"typescript": "5.4.5",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@eslint/js": "^9.4.0",
"@next/eslint-plugin-next": "^14.2.4",
"@tailwindcss/typography": "^0.5.13",
"@types/gtag.js": "^0.0.20",
"@types/mdx": "^2.0.13",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.0.2",
"autoprefixer": "^10.4.19",
"daisyui": "^4.12.2",
"eslint": "8.57.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.1.0",
"eslint-mdx": "^3.1.5",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-tailwindcss": "^3.17.3",
"eslint-plugin-unused-imports": "^3.2.0",
"npm-check-updates": "^16.14.20",
"postcss": "^8.4.38",
"postcss-nested": "^6.0.1",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.4",
"rehype-code-titles": "^1.2.0",
"remark-gfm": "^4.0.0",
"tailwindcss": "^3.4.4",
"tailwindcss-brand-colors": "^0.3.6",
"tailwindcss-textshadow": "^2.1.3",
"typescript-eslint": "8.0.0-alpha.30"
},
"volta": {
"node": "20.10.0"
}
}