-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.57 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@picketapi/picket-react",
"version": "0.0.85",
"description": "React SDK for the picket-js client",
"main": "dist/index.js",
"source": "src/index.ts",
"type": "module",
"types": "dist/index.d.ts",
"targets": {
"main": {
"context": "browser"
}
},
"scripts": {
"build": "npx parcel build",
"prepare": "npm run build",
"watch": "npx parcel watch",
"check": "npx tsc --noEmit",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/picketapi/picket-react.git"
},
"author": "picket",
"license": "ISC",
"bugs": {
"url": "/~https://github.com/picketapi/picket-react/issues"
},
"homepage": "/~https://github.com/picketapi/picket-react#readme",
"dependencies": {
"@picketapi/picket-js": "^0.0.102",
"@rainbow-me/rainbowkit": "^0.8.1",
"@types/react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"@types/react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react": "^16.0.0 || ^17.0.2 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.2 || ^18.0.0",
"typescript": "~4.7"
},
"devDependencies": {
"@parcel/packager-ts": "latest",
"@parcel/reporter-bundle-analyzer": "latest",
"@parcel/transformer-typescript-tsc": "latest",
"@parcel/transformer-typescript-types": "latest",
"@parcel/transformer-svg-react": "latest",
"eslint": "8.10.0",
"eslint-config-next": "^12.3.1",
"parcel": "latest",
"prettier": "latest"
},
"peerDependencies": {
"wagmi": "^0.9.0"
},
"keywords": [
"web3",
"authentication"
]
}