-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "mailapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next",
"build": "next build && next export",
"start": "next start -p $PORT"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yathartharora/mailapp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yathartharora/mailapp/issues"
},
"homepage": "https://github.com/yathartharora/mailapp#readme",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"fs-extra": "^9.0.1",
"ganache-cli": "^6.12.1",
"ipfs-api": "^26.1.2",
"mocha": "^8.2.1",
"next": "^10.0.6",
"next-routes": "^1.4.2",
"react": "^17.0.1",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^17.0.1",
"react-multi-carousel": "^2.6.1",
"sass": "^1.32.6",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.1",
"slick-carousel": "^1.8.1",
"solc": "^0.4.25",
"truffle-hdwallet-provider": "0.0.3",
"web3": "^1.0.0-beta.26"
}
}