forked from vechain-energy/example-buy-me-a-coffee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.18 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
{
"name": "dapp-buy-me-a-coffee",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel src/index.html",
"build": "parcel build src/index.html --no-scope-hoist"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.3",
"@tanstack/react-query": "^5.29.2",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@vechain/dapp-kit-react": "^1.0.13",
"@vechain/dapp-kit-ui": "^1.0.13",
"@vechain/sdk-core": "^1.0.0-beta.29",
"@vechain/sdk-network": "^1.0.0-beta.29",
"parcel": "^2.12.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-use-websocket": "^4.8.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"devDependencies": {
"@types/react-helmet": "^6.1.11",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"parcel-resolver-tspaths": "^0.0.9",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.3",
"vm-browserify": "^1.1.2"
}
}