-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.33 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
{
"name": "og",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"fmt": "prettier --check .",
"fmt:fix": "prettier --write .",
"clean": "rimraf .next yarn-error.log"
},
"dependencies": {
"@radix-ui/react-popover": "^0.0.19",
"chrome-aws-lambda": "^10.1.0",
"copy-to-clipboard": "^3.3.1",
"marked": "^2.1.3",
"next": "^11.1.3",
"next-seo": "^4.26.0",
"puppeteer": "^10.1.0",
"react": "^17.0.2",
"react-colorful": "^5.3.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": "^10.0.0"
},
"devDependencies": {
"@types/marked": "^2.0.4",
"@types/node": "^16.3.3",
"@types/puppeteer": "^5.4.4",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/styled-components": "^5.1.11",
"@types/twemoji": "^12.1.2",
"autoprefixer": "^10.3.0",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^1.13.2",
"postcss": "^8.3.5",
"prettier": "^2.3.2",
"rimraf": "^3.0.2",
"tailwindcss": "^2.2.4",
"twin.macro": "^2.6.2",
"typescript": "^4.3.5"
},
"babelMacros": {
"twin": {
"preset": "styled-components"
}
}
}