-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 983 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 983 Bytes
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
{
"name": "next-netlify-typescript-starter",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"@cosmjs/amino": "^0.27.1",
"@cosmjs/crypto": "^0.27.1",
"@cosmjs/encoding": "^0.28.4",
"@cosmjs/launchpad": "^0.27.1",
"@ixo/client-sdk": "^1.11.1",
"airtable": "^0.11.3",
"bignumber.js": "^9.0.1",
"bs58": "^4.0.1",
"ed25519-hd-key": "^1.2.0",
"help": "^3.0.2",
"js-base64": "^3.7.2",
"next": "12.1.0",
"next-i18next": "^11.0.0",
"qrcode.react": "^3.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-qr-reader": "^3.0.0-beta-1",
"sovrin-did": "^1.4.0",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.3.2",
"@types/bs58": "^4.0.1",
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"typescript": "^4.6.3"
}
}