forked from lfades/static-tweet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 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
51
52
53
54
{
"name": "static-tweet",
"version": "0.0.1",
"description": "",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"engines": {
"node": "12.x"
},
"prettier": {
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 100,
"arrowParens": "avoid"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lfades/static-tweet.git"
},
"keywords": [],
"author": "Luis Alvarez (https://twitter.com/luis_fades)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lfades/static-tweet/issues"
},
"homepage": "https://github.com/lfades/static-tweet#readme",
"dependencies": {
"@github/details-dialog-element": "^3.0.13",
"@mapbox/rehype-prism": "^0.4.0",
"@zeit/fetch": "^5.2.0",
"cheerio": "^1.0.0-rc.3",
"date-fns": "^2.9.0",
"dotenv": "^8.2.0",
"github-slugger": "^1.3.0",
"mdast-util-to-string": "^1.0.7",
"next": "^9.4.5-canary.3",
"node-fetch": "^2.6.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"rehype-parse": "^6.0.2",
"rehype-raw": "^4.0.1",
"rehype-sanitize": "^3.0.0",
"remark-parse": "^7.0.2",
"remark-rehype": "^5.0.0",
"unified": "^8.4.2",
"unist-util-visit": "^2.0.2"
},
"devDependencies": {
"prettier": "^2.0.5"
}
}