- @0x/contracts-asset-proxy@3.2.5 - @0x/contracts-broker@1.1.4 - @0x/contracts-coordinator@3.1.5 - @0x/contracts-dev-utils@1.3.3 - @0x/contracts-erc1155@2.1.5 - @0x/contracts-erc20-bridge-sampler@1.5.1 - @0x/contracts-erc20@3.1.5 - @0x/contracts-erc721@3.1.5 - @0x/contracts-exchange-forwarder@4.2.5 - @0x/contracts-exchange-libs@4.3.5 - @0x/contracts-exchange@3.2.5 - @0x/contracts-extensions@6.1.5 - @0x/contracts-integrations@2.5.1 - @0x/contracts-multisig@4.1.5 - @0x/contracts-staking@2.0.12 - @0x/contracts-test-utils@5.3.2 - @0x/contracts-utils@4.4.3 - 0x.js@9.1.5 - @0x/asset-swapper@4.4.0 - @0x/contract-addresses@4.9.0 - @0x/contract-wrappers-test@12.2.13 - @0x/contract-wrappers@13.6.3 - @0x/instant@1.0.50 - @0x/migrations@6.2.4 - @0x/order-utils@10.2.4 - @0x/orderbook@2.2.5
115 lines
4.1 KiB
JSON
115 lines
4.1 KiB
JSON
{
|
|
"name": "@0x/instant",
|
|
"version": "1.0.50",
|
|
"engines": {
|
|
"node": ">=6.12"
|
|
},
|
|
"private": true,
|
|
"description": "0x Instant React Component",
|
|
"main": "umd/instant.js",
|
|
"scripts": {
|
|
"build": "NODE_ENV=production node --max_old_space_size=8192 ../../node_modules/.bin/webpack --mode production",
|
|
"build:dev": "webpack --mode development",
|
|
"build:ci": "yarn build",
|
|
"dev": "dotenv webpack-dev-server -- --mode development",
|
|
"lint": "tslint --format stylish --project .",
|
|
"fix": "tslint --fix --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",
|
|
"deploy_production": "discharge deploy -c .production.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": "^3.0.7",
|
|
"@0x/asset-swapper": "^4.4.0",
|
|
"@0x/contract-wrappers": "^13.6.3",
|
|
"@0x/json-schemas": "^5.0.7",
|
|
"@0x/subproviders": "^6.0.8",
|
|
"@0x/utils": "^5.4.1",
|
|
"@0x/web3-wrapper": "^7.0.7",
|
|
"babel-runtime": "^6.26.0",
|
|
"bowser": "^1.9.4",
|
|
"copy-to-clipboard": "^3.0.8",
|
|
"fortmatic": "^1.0.1",
|
|
"lodash": "^4.17.11",
|
|
"polished": "^1.9.2",
|
|
"react": "^16.5.2",
|
|
"react-dom": "^16.5.2",
|
|
"react-redux": "^5.0.7",
|
|
"redux": "^4.0.0",
|
|
"redux-devtools-extension": "^2.13.5",
|
|
"rollbar": "^2.5.0",
|
|
"styled-components": "4.1.2",
|
|
"ts-optchain": "^0.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@0x/tslint-config": "^4.0.0",
|
|
"@0x/types": "^3.1.2",
|
|
"@0x/typescript-typings": "^5.0.2",
|
|
"@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.104",
|
|
"@types/node": "*",
|
|
"@types/react": "16.4.16",
|
|
"@types/react-dom": "16.0.6",
|
|
"@types/react-redux": "^6.0.9",
|
|
"@types/redux": "^3.6.0",
|
|
"@types/styled-components": "4.1.2",
|
|
"awesome-typescript-loader": "^5.2.1",
|
|
"babel-loader": "^7.1.5",
|
|
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
|
|
"babel-plugin-transform-es3-property-literals": "^6.22.0",
|
|
"babel-plugin-transform-object-assign": "^6.22.0",
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"dotenv-cli": "^1.4.0",
|
|
"enzyme": "^3.6.0",
|
|
"enzyme-adapter-react-16": "^1.5.0",
|
|
"ethereum-types": "^3.1.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",
|
|
"rollbar-sourcemap-webpack-plugin": "^2.4.0",
|
|
"shx": "^0.2.2",
|
|
"source-map-loader": "^0.2.4",
|
|
"svg-react-loader": "^0.4.6",
|
|
"ts-jest": "^23.10.3",
|
|
"tslint": "5.11.0",
|
|
"typescript": "3.0.1",
|
|
"webpack": "^4.20.2",
|
|
"webpack-cli": "3.1.2",
|
|
"webpack-dev-server": "^3.1.9"
|
|
},
|
|
"publishConfig": {
|
|
"access": "private"
|
|
}
|
|
}
|