-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.23 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
44
{
"name": "cardano-dapp-quickstart",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.18.6",
"@cardano-foundation/cardano-connect-with-wallet": "^0.2.8",
"@hyperionbt/helios": "^0.7.8",
"axios": "^1.6.7",
"classnames": "^2.3.2",
"coinbase": "^2.0.8",
"daisyui": "^2.31.0",
"easy-peasy": "^5.1.0",
"flowbite-react": "^0.7.2",
"helios-api": "npm:@hyperionbt/helios@^0.13.21",
"lucid-cardano": "^0.10.6",
"next": "^13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"react-toastify": "^10.0.4"
},
"devDependencies": {
"@types/coinbase": "^2.0.11",
"@types/node": "18.7.18",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.12",
"eslint": "8.23.1",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "4.9.5"
}
}