forked from gropox/steemjsgui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 871 Bytes
/
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
{
"name": "steemjsgui",
"version": "0.1.0",
"private": true,
"homepage": "/",
"dependencies": {
"bootstrap": "^3.3.7",
"golos-lib-js": "^0.9.60",
"history": "^4.7.2",
"lodash": "^4.17.15",
"query-string": "^6.2.0",
"react": "^16.4.2",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.4.2",
"react-flags-select": "^1.1.0",
"react-json-pretty": "^1.6.3",
"react-router-dom": "^4.1.2"
},
"devDependencies": {
"react-scripts": "^2.1.5"
},
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "scp -r build/* [email protected]:/var/www/html/steemjs/"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}