24 lines
542 B
JSON
24 lines
542 B
JSON
{
|
|
"name": "simple-dapp",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/status-im/simple-dapp",
|
|
"scripts": {
|
|
"watch": "webpack -d --watch",
|
|
"compile": "lein build-prod",
|
|
"build": "webpack -p",
|
|
"deploy": "node scripts/deploy.js",
|
|
"clean": "git clean -fxd public"
|
|
},
|
|
"dependencies": {
|
|
"react": "^16.2.0",
|
|
"react-dom": "^16.2.0",
|
|
"react-native-web": "^0.3.0-rc.4"
|
|
},
|
|
"devDependencies": {
|
|
"gh-pages": "^2.2.0",
|
|
"promisify": "^0.0.3",
|
|
"webpack": "^3.10.0"
|
|
}
|
|
}
|