-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "coraly-webapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"deploy": "next build && next export && npx thirdweb@latest upload out"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.11",
"@chakra-ui/react": "^2.3.6",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@thirdweb-dev/auth": "^2.0.25",
"@thirdweb-dev/react": "^3",
"@thirdweb-dev/sdk": "^3",
"@web3uikit/icons": "^0.2.4",
"dotenv": "^16.0.3",
"ethers": "^5.6.8",
"firebase": "^9.13.0",
"firebase-admin": "^11.2.0",
"framer-motion": "^6",
"moment": "^2.29.4",
"next": "^12.1.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-firebase-hooks": "^5.0.3",
"react-icons": "^4.6.0"
},
"devDependencies": {
"@types/node": "^17.0.35",
"@types/react": "^17.0.45",
"eslint": "^8.16.0",
"eslint-config-next": "^12.1.6",
"typescript": "^4.7.2"
}
}