-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.15 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.15 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
81
{
"name": "pascalrr.gay",
"version": "0.3.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbo",
"build": "next build --turbo",
"start": "next start",
"lint": "eslint ."
},
"browserslist": [
"chrome 86",
"edge 80",
"firefox 80",
"opera 70",
"safari 14"
],
"dependencies": {
"@catppuccin/ui": "^0.1.25",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.6",
"@mdx-js/mdx": "^3.1.1",
"@next/mdx": "^15.5.9",
"@tailwindcss/typography": "^0.5.19",
"@types/mdx": "^2.0.13",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"caniuse-lite": "^1.0.30001761",
"critters": "^0.0.25",
"date-fns": "^3.6.0",
"gray-matter": "^4.0.3",
"highlight.js": "^11.11.1",
"html-react-parser": "^5.2.11",
"jiti": "^2.6.1",
"mini-css-extract-plugin": "^2.9.4",
"neko-ts": "^0.0.6",
"next": "16.1.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^10.5.0",
"react": "^19.2.3",
"react-awesome-gravatar": "^2.0.3",
"react-dom": "^19.2.3",
"react-server-dom-webpack": "^19.2.3",
"rehype": "^13.0.2",
"rehype-highlight": "^7.0.2",
"remark-gemoji": "^8.0.0",
"remark-gfm": "^4.0.1",
"remark-highlight.js": "^7.0.1",
"rss": "^1.2.2",
"sanitize-html": "^2.17.0",
"sharp": "^0.33.5"
},
"devDependencies": {
"@catppuccin/tailwindcss": "^0.1.6",
"@types/bun": "^1.3.5",
"@types/next": "^9.0.0",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"@types/sanitize-html": "^2.16.0",
"autoprefixer": "^10.4.23",
"baseline-browser-mapping": "^2.9.11",
"eslint": "^9",
"eslint-config-next": "^15.5.9",
"postcss": "^8.5.6",
"postcss-nested": "^6.2.0",
"tailwindcss": "^3.4.19",
"tailwindcss-no-scrollbar": "^1.0.1",
"typescript": "5.4.5"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"trustedDependencies": [
"@vercel/speed-insights",
"core-js",
"sharp"
]
}