-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.01 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.01 KB
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
{
"name": "cryptobyte",
"version": "1.0.0",
"description": "An ERC721 token project",
"main": "index.js",
"scripts": {
"test": "mocha",
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"export": "next export"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TimThuma/Crypto-Byte-new.git"
},
"keywords": [
"Crypto",
"Byte",
"ERC721",
"ethereum"
],
"author": "Tim Thuma",
"license": "ISC",
"bugs": {
"url": "https://github.com/TimThuma/Crypto-Byte-new/issues"
},
"homepage": "https://github.com/TimThuma/Crypto-Byte-new#readme",
"dependencies": {
"@artsy/fresnel": "^1.3.1",
"@metamask/detect-provider": "^1.2.0",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"dotenv": "^8.2.0",
"jdenticon": "^2.0.0",
"next": "^10.1.3",
"next-routes": "^1.4.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"semantic-ui-react": "^2.0.3",
"web3": "^1.3.5"
}
}