-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
46 lines (46 loc) · 1.18 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
43
44
45
46
{
"name": "Forevermore",
"version": "1.0.0",
"description": "Marriage Vows on the Blockchain",
"main": "index.js",
"scripts": {
"test": "mocha",
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js -p $PORT",
"heroku-postbuild": "next build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onggunhao/forevermore.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/onggunhao/forevermore/issues"
},
"homepage": "https://github.com/onggunhao/forevermore#readme",
"dependencies": {
"@zeit/next-css": "^0.2.0",
"express": "^4.16.3",
"fs-extra": "^6.0.1",
"ganache-cli": "^6.1.0",
"mocha": "^5.2.0",
"next": "^5.0.0",
"next-routes": "^1.4.2",
"nprogress": "^0.2.0",
"react": "^16.4.0",
"react-datepicker": "^1.4.1",
"react-dom": "^16.4.0",
"react-ga": "^2.5.3",
"react-share": "^2.2.0",
"semantic-ui-calendar-react": "^0.4.6",
"semantic-ui-react": "^0.81.1",
"solc": "^0.4.24",
"truffle-hdwallet-provider": "0.0.5",
"web3": "^1.0.0-beta.26"
},
"devDependencies": {
"gulp": "^3.9.1"
}
}