-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
{
"name": "website",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"export": "next export",
"format": "prettier --write \"**/*.js\""
},
"dependencies": {
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^10.1.3",
"@octokit/core": "^3.4.0",
"@tailwindcss/typography": "^0.4.0",
"chrome-aws-lambda": "^8.0.2",
"dayjs": "^1.10.4",
"fathom-client": "^3.0.0",
"gray-matter": "^4.0.2",
"next": "^10.1.3",
"next-mdx-remote": "^2.1.4",
"puppeteer-core": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-hook-form": "6.15.4",
"react-schemaorg": "^1.3.1",
"react-twitter-embed": "^3.0.3",
"twemoji": "^13.0.2"
},
"devDependencies": {
"@types/react": "^17.0.3",
"@types/twemoji": "^12.1.1",
"autoprefixer": "^10.2.5",
"next-sitemap": "^1.6.25",
"postcss": "^8.2.10",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
"schema-dts": "^0.8.2",
"tailwindcss": "^2.1.1",
"typescript": "^4.2.4"
}
}