-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.21 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
47
48
49
50
{
"name": "steemsites",
"version": "0.1.0",
"description": "Decentralized the web using the blockchain and torrent",
"dependencies": {
"aos": "^2.2.0",
"drag-drop": "^2.13.2",
"i18next": "^11.0.0",
"peerweb": "^0.2.8",
"purecss": "^1.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-loadable": "^5.3.1",
"react-notify-toast": "^0.4.0",
"steem": "^0.7.1"
},
"devDependencies": {
"gh-pages": "^1.1.0",
"react-scripts": "1.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"compile": "yarn build && rsync -av build/ out/",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"repository": {
"type": "git",
"url": "https://github.com/yhozen/steemsites.git"
},
"keywords": [
"react",
"webtorrent",
"peerweb",
"steem",
"decentralized",
"decentralised",
"blockchain",
"torrent"
],
"author": "Gabriel Pérez (http://www.garox.org)",
"license": "MIT",
"bugs": {
"url": "https://github.com/yhozen/steemsites/issues"
},
"homepage": "https://steemsites.js.org"
}