-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 860 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 860 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
{
"name": "emerald-id",
"version": "1.0.0",
"author": "Jacob Tucker",
"license": "ISC",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"removeECID": "flow accounts remove-contract EmeraldID --network=testnet --signer=testnet-account"
},
"dependencies": {
"@aws-sdk/credential-providers": "3.54.0",
"@blocto/fcl": "1.4.0",
"@onflow/fcl": "1.0.1",
"@picocss/pico": "^1.4.1",
"crypto": "1.0.1",
"crypto-js": "4.1.1",
"dotenv": "16.0.0",
"elliptic": "6.5.4",
"fcl-kms-authorizer": "0.0.13",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"rlp": "3.0.0",
"sass": "1.51.0",
"sha3": "2.1.4"
},
"devDependencies": {
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"prettier": "^2.5.1"
}
}