[FIX] hash with sha256 + fix test command + deps
Showing
... | ... | @@ -13,19 +13,21 @@ |
"clean": "rm -Rf output node_modules", | ||
"clean-js": "rm -Rf node_modules", | ||
"clean-ps": "rm -Rf output", | ||
"test": "pulp test", | ||
"test": "pulp test --no-check-main", | ||
"server": "serve dist" | ||
}, | ||
"dependencies": { | ||
"aes-js": "^3.1.1", | ||
"base-x": "^3.0.2", | ||
"create-react-class": "^15.6.3", | ||
"echarts": "^4.1.0", | ||
"echarts-for-react": "^2.0.14", | ||
"highlightjs": "^9.16.2", | ||
"prop-types": "15.6.2", | ||
"purescript-milkis": "^1.0.0", | ||
"react": "^16.10", | ||
"react-awesome-popover": "^6.1.1", | ||
"react-dom": "^16.10", | ||
"secp256k1": "^3.3.0", | ||
"sigma": "git://github.com/poorscript/sigma.js#garg" | ||
}, | ||
"devDependencies": { | ||
... | ... |
Please register or sign in to comment