forked from leerob/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.73 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
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "leerob.io",
"description": "My personal website.",
"version": "0.0.0",
"author": {
"name": "Lee Robinson",
"email": "[email protected]",
"url": "https://leerob.io"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/leerob/leerob.io.git"
},
"scripts": {
"build": "next build",
"dev": "next",
"start": "next start"
},
"dependencies": {
"@mapbox/rehype-prism": "0.6.0",
"@mdx-js/loader": "1.6.22",
"@mdx-js/react": "1.6.22",
"@next/mdx": "10.2.3",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.2.6",
"big.js": "6.1.1",
"date-fns": "2.21.3",
"fathom-client": "3.0.0",
"firebase-admin": "9.9.0",
"googleapis": "48.0.0",
"gray-matter": "4.0.3",
"ioredis": "^4.27.3",
"mdx-prism": "0.3.3",
"micro-cookie-session": "^2.0.0-beta.1",
"next": "^10.2.3",
"next-mdx-remote": "^3.0.2",
"next-themes": "^0.0.14",
"postcss": "^8.3.0",
"preact": "^10.5.13",
"react": "17.0.2",
"react-dom": "17.0.2",
"reading-time": "1.3.0",
"remark-autolink-headings": "6.0.1",
"remark-code-titles": "0.1.2",
"remark-slug": "6.0.0",
"swr": "0.5.6",
"tailwindcss": "^2.1.2",
"unsplash-js": "6.3.0"
},
"devDependencies": {
"eslint": "^7.27.0",
"eslint-config-next": "10.2.3",
"globby": "11.0.3",
"image-size": "0.9.7",
"prettier": "2.3.0",
"rehype": "11.0.0",
"remark-frontmatter": "3.0.0",
"remark-parse": "9.0.0",
"remark-stringify": "9.0.1",
"rss": "1.2.2",
"unified": "9.2.1",
"unist-util-visit": "2.0.3"
},
"prettier": {
"arrowParens": "always",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none"
}
}