-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 911 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": "erd-next-starter",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@elrond-giants/erd-react-hooks": "^0.8.0",
"@headlessui/react": "^1.7.13",
"@reduxjs/toolkit": "^1.9.3",
"axios": "^0.26.1",
"crypto-browserify": "^3.12.0",
"next": "^13.5.3",
"path-browserify": "^1.0.1",
"platform": "^1.3.6",
"qrcode": "^1.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"stream-browserify": "^3.0.0"
},
"devDependencies": {
"@types/node": "17.0.18",
"@types/qrcode": "^1.5.0",
"@types/react": "^18.0.28",
"autoprefixer": "^10.4.2",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.23",
"typescript": "4.5.5"
}
}