-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.26 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.26 KB
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
{
"name": "website",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"format": "prettier --write \"**/*.{css,js,json,jsx,ts,tsx}\"",
"lint": "next lint",
"prepare": "husky",
"start": "next start"
},
"dependencies": {
"@next/third-parties": "^14.2.28",
"@primer/octicons-react": "^19.16.0",
"@tsparticles/engine": "^3.8.1",
"@tsparticles/react": "^3.0.0",
"accept-language": "^3.0.20",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"contentlayer2": "^0.5.8",
"date-fns": "^4.1.0",
"disqus-react": "^1.1.7",
"focus-trap-react": "^11.0.4",
"framer-motion": "^12.16.0",
"i18next": "^25.2.1",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-resources-to-backend": "^1.2.1",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"ms": "^2.1.3",
"muse-ui": "^4.0.0-alpha.5",
"next": "^14.2.28",
"next-contentlayer2": "^0.5.8",
"next-themes": "^0.4.6",
"nextjs-toploader": "^3.8.16",
"react": "^18.3.1",
"react-cookie": "^7.2.2",
"react-dom": "^18.3.1",
"react-i18next": "^15.5.3",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-rough-notation": "^1.0.5",
"react-wrap-balancer": "^1.1.1",
"rehype-slug": "^6.0.0",
"rss": "^1.2.2",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"tsparticles": "^3.8.1"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.19",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.20",
"@types/ms": "^2.1.0",
"@types/node": "^18.19.128",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"@types/rss": "^0.0.32",
"autoprefixer": "^10.4.21",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.28",
"husky": "^9.1.7",
"lint-staged": "^16.2.3",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"prop-types": "^15.8.1",
"sort-package-json": "^3.4.0",
"tailwindcss": "^3.4.17",
"typescript": "5.9.2"
},
"packageManager": "pnpm@10.2.1",
"engines": {
"node": "^20"
}
}