-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.3 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
{
"name": "railway-og-image-generator",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start --port ${PORT-3000}",
"clean": "rm -rf .next yarn-error.log"
},
"dependencies": {
"@radix-ui/react-popover": "^1.0.2",
"@resvg/resvg-js": "^2.2.0",
"copy-to-clipboard": "^3.3.3",
"fathom-client": "^3.5.0",
"marked": "4.2.4",
"next": "13.0.7",
"next-seo": "^5.15.0",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"satori": "^0.0.44",
"styled-components": "^5.3.6",
"theme-custom-properties": "^1.0.0",
"twemoji": "14.0.2",
"use-local-storage-state": "^18.1.1",
"zod": "^3.20.2"
},
"devDependencies": {
"@types/marked": "4.0.8",
"@types/node": "^18.11.16",
"@types/react": "17.0.43",
"@types/react-dom": "^18.0.9",
"@types/styled-components": "^5.1.26",
"@types/twemoji": "^13.1.2",
"autoprefixer": "^10.4.13",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^2.0.7",
"postcss": "^8.4.20",
"prettier": "^2.3.0",
"tailwindcss": "^3.2.4",
"twin.macro": "^3.1.0",
"typescript": "4.9.4"
},
"babelMacros": {
"twin": {
"preset": "styled-components"
}
}
}