-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 920 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 920 Bytes
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write \"./**/*.{js,jsx,json,md}\""
},
"dependencies": {
"@3rdweb/react": "^1.3.0",
"@3rdweb/sdk": "^1.19.0",
"@chakra-ui/react": "^1.7.2",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"axios": "^0.24.0",
"ethers": "^5.5.1",
"formik": "^2.2.9",
"framer-motion": "^4",
"ioredis": "^4.28.2",
"jsonwebtoken": "^8.5.1",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.2"
},
"devDependencies": {
"@types/ioredis": "^4.28.2",
"@types/jsonwebtoken": "^8.5.6",
"@types/node": "^16.11.11",
"@types/react": "^17.0.37",
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"prettier": "^2.5.0",
"tailwindcss": "^2.2.4",
"typescript": "^4.5.2"
}
}