-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 3.42 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "hayao0819.com",
"version": "0.2",
"private": true,
"description": "Hayao0819's personal website",
"contributors": [
{
"name": "Sokhibjon Orzikulov",
"email": "[email protected]",
"url": "https://orzklv.uz"
}
],
"scripts": {
"blogtool": "./blogtool",
"build": "pnpm run build:blogtool && pnpm run build:next",
"build:blogtool": "go build blogtool.go ",
"build:next": "pnpm next build",
"dev": "pnpm next dev",
"fix": "pnpm next lint --fix",
"lint": "pnpm next lint",
"newpost": "pnpm run blogtool newpost"
},
"dependencies": {
"@hayao/next-view-transitions": "0.3.4",
"@rehype-pretty/transformers": "^0.13.2",
"clsx": "^2.1.1",
"framer-motion": "11.15.0",
"gray-matter": "^4.0.3",
"jotai": "^2.11.0",
"next": "15.1.3",
"next-mdx-remote": "5.0.0",
"nextjs-simple-typewriter": "^5.2.2",
"react": "19.0.0",
"react-daisyui": "^5.0.5",
"react-dom": "19.0.0",
"react-icons": "^5.4.0",
"react-icons-ms": "npm:[email protected]",
"react-twitter-widgets": "^1.11.0",
"rehype-code-titles": "^1.2.0",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.0",
"sass": "^1.83.1",
"shiki": "^1.26.1",
"tailwind-children": "^0.5.0",
"tocbot": "^4.32.2",
"typescript": "5.7.2",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@next/eslint-plugin-next": "^15.1.3",
"@tailwindcss/typography": "^0.5.15",
"@types/gtag.js": "^0.0.20",
"@types/mdx": "^2.0.13",
"@types/node": "22.10.5",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-55955c9-20241229",
"daisyui": "^4.12.23",
"eslint": "9.17.0",
"eslint-config-next": "15.1.3",
"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.1.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-compiler": "19.0.0-beta-55955c9-20241229",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-unused-imports": "^4.1.4",
"globals": "^15.14.0",
"npm-check-updates": "^17.1.13",
"postcss": "^8.4.49",
"postcss-nested": "^7.0.2",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.17",
"tailwindcss-brand-colors": "^0.3.6",
"tailwindcss-textshadow": "^2.1.3",
"typescript-eslint": "8.19.0"
},
"packageManager": "[email protected]",
"volta": {
"node": "20.10.0"
},
"pnpm": {
"overrides": {
"[email protected]>eslint": "^9",
"[email protected]>react": "^16.8.0 || ^17 || ^18 || ^19",
"[email protected]>react": "^16.8.0 || ^17 || ^18 || ^19"
}
}
}