-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.15 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
{
"name": "crowdfund",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node server.js",
"build": "next build",
"start": "next start -p $PORT"
},
"author": "",
"license": "ISC",
"dependencies": {
"@ledgerhq/hw-transport-u2f": "^5.22.0",
"@taquito/beacon-wallet": "^9.0.0",
"@taquito/ledger-signer": "^9.0.0",
"@taquito/taquito": "^9.0.0",
"@taquito/tezbridge-signer": "^9.0.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.6.3",
"@types/jest": "^26.0.20",
"@types/ledgerhq__hw-transport-u2f": "^4.21.2",
"@types/node": "^14.14.25",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0",
"fs-extra": "^5.0.0",
"ganache-cli": "^6.0.3",
"mocha": "^4.1.0",
"next": "^11.1.0",
"next-routes": "^1.4.2",
"nprogress": "^0.2.0",
"qrcode-generator": "^1.4.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.2",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.77.1"
}
}