- 0x.js@1.0.6 - @0xproject/abi-gen@1.0.11 - @0xproject/assert@1.0.11 - @0xproject/asset-buyer@1.0.1 - @0xproject/base-contract@2.0.5 - @0xproject/connect@2.0.4 - @0xproject/contract-wrappers@2.0.0 - contracts@2.1.47 - @0xproject/dev-utils@1.0.10 - ethereum-types@1.0.8 - @0xproject/fill-scenarios@1.0.5 - @0xproject/json-schemas@1.0.4 - @0xproject/metacoin@0.0.21 - @0xproject/migrations@1.0.12 - @0xproject/order-utils@1.0.5 - @0xproject/order-watcher@2.0.0 - @0xproject/react-docs@1.0.11 - @0xproject/react-shared@1.0.12 - @0xproject/sol-compiler@1.1.5 - @0xproject/sol-cov@2.1.5 - @0xproject/sol-resolver@1.0.11 - @0xproject/sra-report@1.0.11 - @0xproject/sra-spec@1.0.4 - @0xproject/subproviders@2.0.5 - @0xproject/testnet-faucets@1.0.49 - @0xproject/types@1.1.1 - @0xproject/typescript-typings@2.0.2 - @0xproject/utils@1.0.11 - @0xproject/web3-wrapper@3.0.1 - @0xproject/website@0.0.52
59 lines
1.8 KiB
JSON
59 lines
1.8 KiB
JSON
{
|
|
"name": "@0xproject/react-shared",
|
|
"version": "1.0.12",
|
|
"engines": {
|
|
"node": ">=6.12"
|
|
},
|
|
"description": "0x shared react components",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"scripts": {
|
|
"lint": "tslint --project .",
|
|
"build": "tsc",
|
|
"watch_without_deps": "tsc -w",
|
|
"clean": "shx rm -rf lib"
|
|
},
|
|
"author": "Fabio Berger",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/0xProject/0x-monorepo/issues"
|
|
},
|
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/react-shared/README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/0xProject/0x-monorepo.git"
|
|
},
|
|
"devDependencies": {
|
|
"@0xproject/dev-utils": "^1.0.10",
|
|
"@0xproject/tslint-config": "^1.0.7",
|
|
"copyfiles": "^2.0.0",
|
|
"make-promises-safe": "^1.1.0",
|
|
"shx": "^0.2.2",
|
|
"tslint": "^5.9.1",
|
|
"typescript": "3.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@material-ui/core": "^3.0.1",
|
|
"@types/is-mobile": "0.3.0",
|
|
"@types/lodash": "4.14.104",
|
|
"@types/material-ui": "0.18.0",
|
|
"@types/node": "*",
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"@types/react-scroll": "1.5.3",
|
|
"basscss": "^8.0.3",
|
|
"change-case": "^3.0.2",
|
|
"is-mobile": "^0.2.2",
|
|
"lodash": "^4.17.5",
|
|
"material-ui": "^0.20.0",
|
|
"react": "^16.4.2",
|
|
"react-dom": "^16.4.2",
|
|
"react-highlight": "0xproject/react-highlight#2f40a42e0a3f0ad126f9f42d505b97b603fc7162",
|
|
"react-markdown": "^3.2.2",
|
|
"react-scroll": "0xproject/react-scroll#similar-to-pr-330"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|