- 0x.js@2.0.5 - @0x/abi-gen@1.0.17 - @0x/abi-gen-wrappers@1.1.0 - @0x/assert@1.0.18 - @0x/asset-buyer@3.0.1 - @0x/base-contract@3.0.7 - @0x/connect@3.0.7 - @0x/contract-addresses@1.2.0 - @0x/contract-wrappers@4.1.0 - contracts@2.1.55 - @0x/dev-tools-pages@0.0.7 - @0x/dev-utils@1.0.18 - @0x/fill-scenarios@1.0.13 - @0x/instant@1.0.1 - @0x/json-schemas@2.1.2 - @0x/metacoin@0.0.29 - @0x/migrations@2.1.0 - @0x/monorepo-scripts@1.0.14 - @0x/order-utils@3.0.3 - @0x/order-watcher@2.2.5 - @0x/react-docs@1.0.19 - @0x/react-shared@1.0.22 - @0x/sol-compiler@1.1.13 - @0x/sol-cov@2.1.13 - @0x/sol-doc@1.0.8 - @0x/sol-resolver@1.0.17 - @0x/sra-spec@1.0.11 - @0x/subproviders@2.1.5 - @0x/testnet-faucets@1.0.57 - @0x/types@1.3.0 - @0x/utils@2.0.6 - @0x/web3-wrapper@3.1.5 - @0x/website@0.0.60
104 lines
3.4 KiB
JSON
104 lines
3.4 KiB
JSON
{
|
|
"name": "@0x/instant",
|
|
"version": "1.0.1",
|
|
"engines": {
|
|
"node": ">=6.12"
|
|
},
|
|
"description": "0x Instant React Component",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"scripts": {
|
|
"build": "yarn build:all",
|
|
"build:all": "run-p build:umd:prod build:commonjs",
|
|
"build:umd:prod": "webpack --mode production",
|
|
"build:commonjs": "tsc -b",
|
|
"build:ci": "yarn build",
|
|
"watch_without_deps": "tsc -w",
|
|
"dev": "webpack-dev-server --mode development",
|
|
"lint": "tslint --format stylish --project .",
|
|
"test": "jest",
|
|
"test:coverage": "jest --coverage",
|
|
"rebuild_and_test": "run-s clean build test",
|
|
"test:circleci": "yarn test:coverage",
|
|
"clean": "shx rm -rf lib coverage scripts",
|
|
"deploy_dogfood": "discharge deploy -c .dogfood.discharge.json",
|
|
"deploy_staging": "discharge deploy -c .staging.discharge.json",
|
|
"manual:postpublish": "yarn build; node ./scripts/postpublish.js"
|
|
},
|
|
"config": {
|
|
"postpublish": {
|
|
"assets": [
|
|
"packages/instant/umd/instant.js",
|
|
"packages/instant/umd/instant.js.map"
|
|
]
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/0xProject/0x-monorepo.git"
|
|
},
|
|
"author": "Francesco Agosti",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/0xProject/0x-monorepo/issues"
|
|
},
|
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md",
|
|
"dependencies": {
|
|
"@0x/assert": "^1.0.18",
|
|
"@0x/asset-buyer": "^3.0.1",
|
|
"@0x/json-schemas": "^2.1.2",
|
|
"@0x/order-utils": "^3.0.3",
|
|
"@0x/subproviders": "^2.1.5",
|
|
"@0x/types": "^1.3.0",
|
|
"@0x/typescript-typings": "^3.0.4",
|
|
"@0x/utils": "^2.0.6",
|
|
"@0x/web3-wrapper": "^3.1.5",
|
|
"bowser": "^1.9.4",
|
|
"copy-to-clipboard": "^3.0.8",
|
|
"ethereum-types": "^1.1.2",
|
|
"lodash": "^4.17.5",
|
|
"polished": "^2.2.0",
|
|
"react": "^16.5.2",
|
|
"react-dom": "^16.5.2",
|
|
"react-redux": "^5.0.7",
|
|
"redux": "^4.0.0",
|
|
"redux-devtools-extension": "^2.13.5",
|
|
"styled-components": "^4.0.2",
|
|
"ts-optchain": "^0.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@0x/tslint-config": "^1.0.10",
|
|
"@static/discharge": "https://github.com/0xProject/discharge.git",
|
|
"@types/enzyme": "^3.1.14",
|
|
"@types/enzyme-adapter-react-16": "^1.0.3",
|
|
"@types/jest": "^23.3.5",
|
|
"@types/lodash": "^4.14.116",
|
|
"@types/node": "*",
|
|
"@types/react": "^16.4.16",
|
|
"@types/react-dom": "^16.0.8",
|
|
"@types/react-redux": "^6.0.9",
|
|
"@types/redux": "^3.6.0",
|
|
"@types/styled-components": "^4.0.1",
|
|
"awesome-typescript-loader": "^5.2.1",
|
|
"enzyme": "^3.6.0",
|
|
"enzyme-adapter-react-16": "^1.5.0",
|
|
"ip": "^1.1.5",
|
|
"jest": "^23.6.0",
|
|
"make-promises-safe": "^1.1.0",
|
|
"npm-run-all": "^4.1.2",
|
|
"nyc": "^11.0.1",
|
|
"shx": "^0.2.2",
|
|
"svg-react-loader": "^0.4.6",
|
|
"ts-jest": "^23.10.3",
|
|
"tslint": "5.11.0",
|
|
"typedoc": "0.13.0",
|
|
"typescript": "3.0.1",
|
|
"webpack": "^4.20.2",
|
|
"webpack-cli": "^3.1.1",
|
|
"webpack-dev-server": "^3.1.9"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|