forked from m1guelpf/mirror-next
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.91 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.91 KB
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
{
"name": "mirror-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.3.11",
"@heroicons/react": "^1.0.0",
"@nfte/handler": "^1.0.3",
"@nfte/react": "^1.0.3",
"@tailwindcss/jit": "^0.1.18",
"@tailwindcss/typography": "^0.4.0",
"arweave": "^1.10.13",
"autoprefixer": "^10.2.5",
"ethers": "^5.0.32",
"fathom-client": "^3.0.0",
"fs": "^0.0.1-security",
"graphql": "^15.5.0",
"image-size": "^0.9.7",
"metascraper": "^5.21.4",
"metascraper-author": "^5.21.4",
"metascraper-clearbit": "^5.21.4",
"metascraper-date": "^5.21.4",
"metascraper-description": "^5.21.4",
"metascraper-image": "^5.21.4",
"metascraper-lang": "^5.21.4",
"metascraper-logo": "^5.21.4",
"metascraper-logo-favicon": "^5.21.4",
"metascraper-publisher": "^5.21.4",
"metascraper-title": "^5.21.4",
"metascraper-url": "^5.21.4",
"net": "^1.0.2",
"next": "10.1.2",
"nprogress": "^0.2.0",
"postcss": "^8.2.8",
"preact": "^10.5.13",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-embed": "^3.3.2",
"react-markdown": "^5.0.3",
"react-medium-image-zoom": "^4.3.1",
"rehype-stringify": "^8.0.0",
"remark-parse": "^9.0.0",
"remark-rehype": "^8.0.0",
"remark-stringify": "^9.0.1",
"rss": "^1.2.2",
"shiki": "^0.9.3",
"slug": "^4.0.3",
"strip-markdown": "^4.0.0",
"swr": "^0.5.5",
"tailwindcss": "^2.0.3",
"timeago.js": "^4.0.2",
"tls": "^0.0.1",
"unified": "^9.2.1",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"is-ipfs": "^4.0.0",
"prettier": "^2.2.1"
}
}