forked from railwayapp/og
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 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": "^0.0.17",
"copy-to-clipboard": "^3.3.1",
"fathom-client": "^3.0.0",
"marked": "2.0.3",
"next": "10.2.0",
"next-seo": "^4.24.0",
"puppeteer-core": "9.1.1",
"react": "^17.0.2",
"react-colorful": "^5.2.0",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"styled-components": "^5.3.0",
"theme-custom-properties": "^1.0.0",
"twemoji": "13.0.2",
"use-local-storage-state": "^9.0.2"
},
"devDependencies": {
"@types/marked": "2.0.2",
"@types/node": "^15.0.2",
"@types/puppeteer": "5.4.3",
"@types/puppeteer-core": "5.4.0",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.4",
"@types/styled-components": "^5.1.9",
"@types/twemoji": "^12.1.1",
"autoprefixer": "^10.2.5",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^1.12.0",
"postcss": "^8.2.15",
"prettier": "^2.3.0",
"tailwindcss": "^2.1.2",
"twin.macro": "^2.4.1",
"typescript": "4.2.4"
},
"babelMacros": {
"twin": {
"preset": "styled-components"
}
}
}