-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.23 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.23 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
{
"name": "matteing.com",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"format": "prettier --write ."
},
"engines": {
"node": "24.x"
},
"dependencies": {
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"gray-matter": "^4.0.3",
"ioredis": "^5.9.1",
"lightgallery": "^2.9.0",
"motion": "^12.23.26",
"next": "16.1.1",
"plaiceholder": "^3.0.0",
"postcss": "^8.5.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"rehype-pretty-code": "^0.14.1",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"remixicon": "^4.8.0",
"rss": "^1.2.2",
"sharp": "^0.34.5",
"shiki": "^3.20.0",
"swr": "^2.3.8",
"unified": "^11.0.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/rss": "^0.0.32",
"eslint": "^9",
"eslint-config-next": "16.1.1",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4",
"typescript": "^5"
}
}