-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.53 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
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"export": "next export",
"build": "next build",
"postbuild": "NODE_OPTIONS='--experimental-json-modules' node ./scripts/generate-rss.mjs && node ./scripts/generate-sitemap.mjs",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/typography": "0.5.2",
"big.js": "6.1.1",
"classnames": "^2.3.1",
"contentlayer": "^0.1.0",
"date-fns": "2.28.0",
"motion": "^10.6.2",
"next": "12.1.0",
"next-contentlayer": "^0.1.0",
"next-themes": "0.0.15",
"preact": "^10.6.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-medium-image-zoom": "^4.3.5",
"react-share": "^4.4.0",
"swr": "1.2.1",
"tailwindcss": "3.0.23",
"unsplash-js": "6.3.0",
"use-delayed-render": "^0.0.7"
},
"devDependencies": {
"@types/node": "17.0.21",
"@types/react": "17.0.40",
"autoprefixer": "10.4.2",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"globby": "12.0.2",
"postcss": "^8.4.6",
"prettier": "2.5.1",
"reading-time": "^1.4.0",
"rehype": "12.0.1",
"rehype-autolink-headings": "6.1.1",
"rehype-code-titles": "1.0.3",
"rehype-katex": "^6.0.2",
"rehype-prism-plus": "^1.3.1",
"rehype-slug": "5.0.1",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"rss": "1.2.2",
"typescript": "4.6.2"
},
"prettier": {
"arrowParens": "always",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none"
}
}