-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.66 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
{
"name": "zrosenbauer.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"check:types": "tsc --noEmit",
"check:code": "biome ci --diagnostic-level=error",
"check:style": "stylelint 'src/**/*.{css,scss}'"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.3.0",
"@next/mdx": "^14.2.6",
"@react-hookz/web": "^24.0.4",
"@tabler/icons-react": "^3.12.0",
"classnames": "^2.5.1",
"contentlayer": "^0.3.4",
"framer-motion": "^11.3.30",
"lodash": "^4.17.21",
"markdown-wasm": "^1.2.0",
"next": "^13.5.6",
"next-contentlayer": "^0.3.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-wrap-balancer": "^1.1.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.13.2",
"rehype-slug": "^6.0.0",
"remark-gfm": "^3.0.1",
"remark-github-blockquote-alert": "^1.2.1",
"shiki": "^1.14.1",
"swr": "^2.2.5",
"typescript": "^5.5.4"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@octokit/types": "^13.5.0",
"@opentelemetry/api": "1.9.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.14",
"@types/lodash": "^4.17.7",
"@types/node": "^22.5.0",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"globals": "^15.9.0",
"postcss": "^8.4.41",
"postcss-nesting": "^12.1.5",
"stylelint": "^16.8.2",
"stylelint-config-standard": "^36.0.1",
"tailwindcss": "^3.4.10",
"tailwindcss-debug-screens": "^2.2.1"
},
"packageManager": "[email protected]"
}