-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 1016 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
{
"name": "reclaim-docs",
"version": "1.0.0",
"description": "Documentation for Reclaim SDK",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"author": "Koushith Amin",
"license": "See License in <https://github.com/reclaimprotocol/.github/blob/main/LICENSE>",
"bugs": {
"url": "https://github.com/reclaimprotocol/docs/issues"
},
"homepage": "https://github.com/reclaimprotocol/docs/",
"dependencies": {
"@reclaimprotocol/reclaim-client-sdk": "^0.0.12",
"@reclaimprotocol/reclaim-connect-react": "^0.0.1-beta.14",
"aws-amplify": "^6.3.2",
"next": "14.2.6",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.3.1",
"react-qr-code": "^2.0.12"
},
"devDependencies": {
"@types/node": "^20.4.8",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6"
}
}