-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 923 Bytes
/
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
{
"name": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@aws-amplify/ui-react": "^1.2.0",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@sanity/block-content-to-react": "^2.0.7",
"@sanity/image-url": "^0.140.22",
"aws-amplify": "^3.4.3",
"axios": "^0.21.1",
"emotion": "^11.0.0",
"next": "^10.2.3",
"next-pagination": "^2.1.1",
"randomcolor": "^0.6.2",
"react": "17.0.2",
"react-chips": "^0.8.0",
"react-dom": "17.0.2",
"react-icon": "^1.0.0",
"react-icons": "^4.2.0",
"react-reveal": "^1.2.2",
"react-sanity-pagination": "^2.0.2",
"react-select": "^4.3.1",
"recharts": "^2.0.9",
"web3": "^1.3.6"
},
"devDependencies": {
"@types/react-select": "^4.0.15",
"airtable": "^0.11.1"
}
}