-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathComments.jsx
More file actions
61 lines (60 loc) · 1.29 KB
/
Comments.jsx
File metadata and controls
61 lines (60 loc) · 1.29 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
const Comments = () => {
return (
<Comments topic="my-blog-post" />
)
}
/* Old package.json
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.1.2",
"@davatar/react": "^1.10.3",
"@ion-phaser/core": "^1.3.0",
"@ion-phaser/react": "^1.3.0",
"@magiclabs/ui": "0.8.0",
"@stripe/react-stripe-js": "^1.2.2",
"@stripe/stripe-js": "^1.12.1",
"@thirdweb-dev/react": "^2.3.12",
"@thirdweb-dev/sdk": "^2.2.11",
"ethers": "^5.6.6",
"magic-sdk": "^4.0.2",
"phaser": "^3.55.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"web-vitals": "^0.2.4",
"web3": "^1.7.3",
"yarn": "^1.22.10"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"framer-motion": "^4.1.17"
}
}
*/