-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 977 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
39
40
41
42
{
"name": "fcl-wallet-adapter",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flow-hydraulics/fcl-wallet-adapter.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/flow-hydraulics/fcl-wallet-adapter/issues"
},
"homepage": "https://github.com/flow-hydraulics/fcl-wallet-adapter#readme",
"dependencies": {
"cors": "^2.8.5",
"dns": "^0.2.2",
"next": "^11.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@onflow/fcl": "0.0.77",
"eslint": "^7.31.0",
"eslint-config-next": "^11.0.1",
"jest": "^27.0.6",
"jest-puppeteer": "^5.0.4",
"puppeteer-core": "^10.1.0"
},
"jest": {
"preset": "jest-puppeteer"
}
}