-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.89 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
{
"name": "dawid-blog",
"license": "MIT",
"description": "dawid.com (blog)",
"dependencies": {
"@fontsource/inter": "^4.5.15",
"@fontsource/roboto-mono": "^4.5.10",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@monaco-editor/react": "^4.6.0",
"@next/mdx": "^14.2.4",
"@prisma/client": "^5.19.1",
"@radix-ui/react-slot": "^1.0.2",
"@tippyjs/react": "^4.2.6",
"@types/node-fetch": "^2.6.2",
"@types/react-syntax-highlighter": "^15.5.13",
"@upstash/redis": "^1.20.1",
"@vercel/analytics": "^1.0.0",
"class-variance-authority": "^0.7.0",
"comma-number": "^2.1.0",
"date-fns": "^2.29.3",
"image-size": "^1.0.2",
"load-script": "^1.0.0",
"monaco-editor": "^0.49.0",
"monaco-marker-data-provider": "1.1.1",
"monaco-yaml": "^5.2.0",
"next": "^14.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-intersection-observer": "^8.34.0",
"react-syntax-highlighter": "^15.5.0",
"react-tweet": "^3.1.1",
"react-wrap-balancer": "^0.2.4",
"react-youtube": "^10.1.0",
"sitemap": "^8.0.0",
"styled-components": "^6.1.11",
"swr": "^2.1.2",
"tailwind-merge": "^2.3.0",
"time-ago": "^0.2.1",
"word-wrap": "^1.2.5",
"yaml": "^2.4.5"
},
"devDependencies": {
"@types/comma-number": "^2.1.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"autoprefixer": "^10.4.14",
"eslint": "^8.56.0",
"eslint-config-next": "^14.2.3",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"tailwindcss": "^3.3.1",
"typescript": "^4.9.5"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"webpack",
"@mdx-js/loader"
]
}
},
"scripts": {
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"start": "next start"
},
"prettier": {
"arrowParens": "avoid"
}
}