forked from stephenasuncionDEV/nfthost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "nfthost",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.7.3",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"axios": "^0.24.0",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"dotenv": "^10.0.0",
"ethers": "^5.5.2",
"express": "^4.17.2",
"express-validator": "^6.14.0",
"file-saver": "^2.0.5",
"framer-motion": "^5.5.5",
"get-eth-price": "^1.0.0",
"html-react-parser": "^1.4.4",
"jsonwebtoken": "^8.5.1",
"jszip": "^3.7.1",
"jwt-decode": "^3.1.2",
"mongoose": "^6.1.4",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-moralis": "^0.3.11",
"sass": "^1.45.2",
"uniqid": "^5.4.0"
},
"devDependencies": {
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"nodemon": "^2.0.15"
}
}