73 lines
2.2 KiB
JSON
73 lines
2.2 KiB
JSON
{
|
|
"name": "@status-im/subspace",
|
|
"version": "1.1.1",
|
|
"description": "Library for Reactive Dapp Development with auto syncing and caching capabilities https://subspace.status.im",
|
|
"homepage": "https://subspace.status.im",
|
|
"author": "Status Research & Development GMBH",
|
|
"authors": [
|
|
{
|
|
"name": "Iuri Matias",
|
|
"email": "iuri.matias@gmail.com",
|
|
"homepage": "https://github.com/iurimatias"
|
|
},
|
|
{
|
|
"name": "Richard Ramos",
|
|
"email": "info@richardramos.me",
|
|
"homepage": "https://github.com/richard-ramos"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/embark-framework/subspace.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/embark-framework/subspace/issues"
|
|
},
|
|
"license": "MIT",
|
|
"main": "./dist/node.js",
|
|
"browser": "./dist/browser.js",
|
|
"scripts": {
|
|
"babel": "babel",
|
|
"babel:node": "npm-run-all babel:node:*",
|
|
"babel:node:src": "cross-env BABEL_ENV=node babel src --copy-files --extensions \".js\" --out-dir dist",
|
|
"webpack:dev": "webpack --config webpack.dev.js",
|
|
"webpack:prod": "webpack --config webpack.prod.js",
|
|
"build:dev": "npm-run-all clean webpack:dev",
|
|
"build:prod": "npm-run-all clean webpack:prod",
|
|
"build": "npm-run-all build:dev",
|
|
"clean": "rimraf dist; rimraf react"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.1.5",
|
|
"@babel/core": "^7.1.6",
|
|
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
|
"@babel/preset-env": "^7.1.6",
|
|
"add-module-exports-webpack-plugin": "^1.0.0",
|
|
"babel-loader": "^8.0.4",
|
|
"cross-env": "^5.2.0",
|
|
"ganache-core": "^2.7.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"rimraf": "^2.6.2",
|
|
"webpack": "4.39.1",
|
|
"webpack-bundle-analyzer": "^3.4.1",
|
|
"webpack-cli": "^3.3.6",
|
|
"webpack-merge": "^4.2.1",
|
|
"webpack-node-externals": "^1.7.2"
|
|
},
|
|
"dependencies": {
|
|
"fast-deep-equal": "^2.0.1",
|
|
"hex2dec": "^1.1.2",
|
|
"lokijs": "^1.5.6",
|
|
"object-hash": "^1.3.1",
|
|
"rxjs": "^6.5.2",
|
|
"web3-eth": "^1.2.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"graphql": "^14.4.2",
|
|
"graphql-tag": "^2.10.1",
|
|
"graphql-tools": "^4.0.5",
|
|
"react": "^16.9.0",
|
|
"reactive-graphql": "^3.0.2"
|
|
}
|
|
}
|