2
0
mirror of synced 2025-02-23 04:18:24 +00:00
dappcon-workshop-dapp/package.json
emizzle 21d530655f Visual update for address to display beginning and end of address string
Added pacman loading spinner while waiting for account to load
2018-07-10 12:33:30 +10:00

24 lines
502 B
JSON

{
"name": "embark-dtwitter",
"version": "0.0.1",
"description": "",
"main": "Gruntfile.js",
"scripts": {
"test": "embark test"
},
"author": "",
"license": "ISC",
"homepage": "",
"dependencies": {
"react": "^16.3.2",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.3.2",
"react-router-dom": "^4.2.2",
"react-spinkit": "^3.0.0"
},
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-stage-2": "^6.24.1"
}
}