UNPKG

torus-blockstack-demo

Version:

StarkCrate Application w/ Torus compatibility. Turned a blockstack application sample to also have Torus login compatibility as well

50 lines (49 loc) 1.35 kB
{ "name": "hello-blockstack", "version": "0.0.0", "description": "A simple Blockstack app using ReactJS", "main": "index.js", "scripts": { "start": "webpack-dev-server", "build": "webpack -p" }, "repository": { "type": "git", "url": "git+https://github.com/blockstack/hello-blockstack.git" }, "bugs": { "url": "https://github.com/blockstack/hello-blockstack/issues" }, "homepage": "https://github.com/blockstack/hello-blockstack#readme", "author": "", "license": "MIT", "devDependencies": { "babel": "^6.23.0", "babel-core": "^6.24.1", "babel-loader": "^6.4.1", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "copy-webpack-plugin": "^4.0.1", "css-loader": "^3.0.0", "file-loader": "^0.11.1", "html-webpack-plugin": "^2.30.1", "json-loader": "^0.5.4", "path": "^0.12.7", "style-loader": "^0.16.1", "uglifyjs-webpack-plugin": "^2.1.3", "url-loader": "^2.0.1", "webpack": "^2.7.0", "webpack-cli": "^3.3.5", "webpack-dev-server": "^2.4.2" }, "dependencies": { "@toruslabs/torus-embed": "^0.1.2", "blockstack": "^19.1.0", "bootstrap": "^3.3.7", "react": "^15.5.4", "react-dom": "^15.5.4", "react-router-dom": "^5.0.1", "uglify-es-webpack-plugin": "^0.10.0", "uglifyjs2": "0.0.1" } }