Files
protocol/packages/website/package.json
2018-06-15 11:48:52 +02:00

94 lines
3.5 KiB
JSON

{
"name": "@0xproject/website",
"version": "0.0.36",
"engines": {
"node": ">=6.12"
},
"private": true,
"description": "Website and 0x portal dapp",
"scripts": {
"build": "NODE_ENV=production webpack; exit 0;",
"clean": "shx rm -f public/bundle*",
"lint": "tslint --project . 'ts/**/*.ts' 'ts/**/*.tsx'",
"watch": "webpack-dev-server --content-base public --https",
"deploy_dogfood": "npm run build; aws s3 sync ./public/. s3://dogfood-0xproject --profile 0xproject --region us-east-1 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers",
"deploy_staging": "npm run build; aws s3 sync ./public/. s3://staging-0xproject --profile 0xproject --region us-east-1 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers",
"deploy_live": "npm run build; aws s3 sync ./public/. s3://0xproject.com --profile 0xproject --region us-east-1 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers"
},
"author": "Fabio Berger",
"license": "Apache-2.0",
"dependencies": {
"0x.js": "^0.38.3",
"@0xproject/react-docs": "^0.0.12",
"@0xproject/react-shared": "^0.1.7",
"@0xproject/subproviders": "^0.10.2",
"@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.2",
"@0xproject/web3-wrapper": "^0.6.4",
"accounting": "0.4.1",
"basscss": "8.0.4",
"blockies": "0.0.2",
"deep-equal": "0.2.2",
"ethereumjs-util": "5.1.5",
"find-versions": "2.0.0",
"jsonschema": "1.2.2",
"less": "2.7.3",
"lodash": "4.17.10",
"material-ui": "0.17.4",
"moment": "2.21.0",
"query-string": "4.3.4",
"react": "15.6.1",
"react-copy-to-clipboard": "4.3.1",
"react-document-title": "2.0.3",
"react-dom": "15.6.1",
"react-ga": "2.4.1",
"react-redux": "5.0.7",
"react-router-dom": "4.2.2",
"react-scroll": "1.7.7",
"react-tap-event-plugin": "2.0.1",
"react-tooltip": "3.4.0",
"redux": "3.7.2",
"semver-sort": "0.0.4",
"thenby": "1.2.3",
"truffle-contract": "2.0.1",
"web3": "0.20.6",
"web3-provider-engine": "13.8.0",
"whatwg-fetch": "2.0.3",
"xml-js": "1.6.2"
},
"devDependencies": {
"@types/accounting": "0.4.1",
"@types/deep-equal": "1.0.1",
"@types/lodash": "4.14.104",
"@types/material-ui": "0.18.0",
"@types/node": "9.6.0",
"@types/query-string": "5.1.0",
"@types/react": "16.3.13",
"@types/react-copy-to-clipboard": "4.2.5",
"@types/react-dom": "16.0.4",
"@types/react-redux": "4.4.47",
"@types/react-router-dom": "4.2.5",
"@types/react-scroll": "0.0.31",
"@types/react-tap-event-plugin": "0.0.30",
"awesome-typescript-loader": "3.5.0",
"copy-webpack-plugin": "4.5.1",
"copyfiles": "1.2.0",
"css-loader": "0.23.x",
"exports-loader": "0.6.x",
"imports-loader": "0.6.x",
"json-loader": "0.5.7",
"less-loader": "2.2.3",
"make-promises-safe": "1.1.0",
"raw-loader": "0.5.1",
"shx": "0.2.2",
"source-map-loader": "0.2.3",
"style-loader": "0.13.x",
"tslint": "5.8.0",
"tslint-config-0xproject": "^0.0.2",
"typescript": "2.7.1",
"webpack": "3.11.0",
"webpack-dev-middleware": "1.12.2",
"webpack-dev-server": "2.11.2"
}
}