-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
38 lines (38 loc) · 886 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
38
{
"name": "frontend",
"license": "MIT",
"author": "Adrian Delgado",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^0.25.0",
"dotenv": "^14.2.0",
"ethers": "^5.4.6",
"ipfs-http-client": "^55.0.0",
"next": "12.0.8",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-loader-spinner": "^5.0.9",
"react-toastify": "^8.0.3",
"react-toggle-dark-mode": "^1.0.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.0",
"@types/lodash": "^4.14.175",
"@types/node": "^17.0.8",
"@types/react": "17.0.38",
"@types/react-dom": "^17.0.9",
"autoprefixer": "^10.3.4",
"eslint": "8.7.0",
"eslint-config-next": "12.0.8",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss": "^8.3.6",
"tailwindcss": "^3.0.11",
"ts-node": "^10.2.1",
"typescript": "4.5.4"
}
}