aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/package.json
blob: bd6b18866ba08d25c847a04cecd878362266efb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
    "name": "@0xproject/website",
    "version": "0.0.45",
    "engines": {
        "node": ">=6.12"
    },
    "private": true,
    "description": "Website and 0x portal dapp",
    "scripts": {
        "build": "NODE_ENV=production node --max_old_space_size=8192 ../../node_modules/.bin/webpack",
        "clean": "shx rm -f public/bundle*",
        "lint": "tslint --project . 'ts/**/*.ts' 'ts/**/*.tsx'",
        "watch_without_deps": "webpack-dev-server --content-base public --https",
        "deploy_dogfood": "npm run build; aws s3 sync ./public/. s3://dogfood.0xproject.com --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": "DEPLOY_ROLLBAR_SOURCEMAPS=true 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 --exclude *.map.js"
    },
    "author": "Fabio Berger",
    "license": "Apache-2.0",
    "dependencies": {
        "@0xproject/contract-wrappers": "^0.0.5",
        "@0xproject/order-utils": "^0.0.9",
        "@0xproject/react-docs": "^1.0.6",
        "@0xproject/react-shared": "^0.2.3",
        "@0xproject/subproviders": "^2.0.0",
        "@0xproject/types": "^0.8.1",
        "@0xproject/typescript-typings": "^0.4.3",
        "@0xproject/utils": "^1.0.6",
        "@0xproject/web3-wrapper": "^2.0.0",
        "accounting": "^0.4.1",
        "basscss": "^8.0.3",
        "blockies": "^0.0.2",
        "bowser": "^1.9.3",
        "deep-equal": "^1.0.1",
        "ethereumjs-util": "^5.1.1",
        "find-versions": "^2.0.0",
        "jsonschema": "^1.2.0",
        "less": "^2.7.2",
        "lodash": "^4.17.5",
        "material-ui": "^0.17.1",
        "moment": "2.21.0",
        "numeral": "^2.0.6",
        "polished": "^1.9.2",
        "query-string": "^6.0.0",
        "react": "15.6.1",
        "react-copy-to-clipboard": "^4.2.3",
        "react-document-title": "^2.0.3",
        "react-dom": "15.6.1",
        "react-helmet": "^5.2.0",
        "react-popper": "^1.0.0-beta.6",
        "react-redux": "^5.0.3",
        "react-router-dom": "^4.1.1",
        "react-scroll": "0xproject/react-scroll#similar-to-pr-330",
        "react-tap-event-plugin": "^2.0.1",
        "react-tooltip": "^3.2.7",
        "redux": "^3.6.0",
        "redux-devtools-extension": "^2.13.2",
        "semver-sort": "0.0.4",
        "styled-components": "^3.3.0",
        "thenby": "^1.2.3",
        "truffle-contract": "2.0.1",
        "web3-provider-engine": "14.0.6",
        "xml-js": "^1.6.4"
    },
    "devDependencies": {
        "@types/accounting": "^0.4.1",
        "@types/blockies": "^0.0.0",
        "@types/deep-equal": "^1.0.0",
        "@types/find-versions": "^2.0.0",
        "@types/jsonschema": "^1.1.1",
        "@types/lodash": "4.14.104",
        "@types/material-ui": "0.18.0",
        "@types/node": "^8.0.53",
        "@types/numeral": "^0.0.22",
        "@types/query-string": "^5.1.0",
        "@types/react": "16.3.13",
        "@types/react-copy-to-clipboard": "^4.2.0",
        "@types/react-dom": "^16.0.3",
        "@types/react-helmet": "^5.0.6",
        "@types/react-redux": "^4.4.37",
        "@types/react-router-dom": "^4.0.4",
        "@types/react-scroll": "1.5.3",
        "@types/react-tap-event-plugin": "0.0.30",
        "@types/redux": "^3.6.0",
        "awesome-typescript-loader": "^3.1.3",
        "copy-webpack-plugin": "^4.0.1",
        "copyfiles": "^2.0.0",
        "css-loader": "0.23.x",
        "exports-loader": "0.6.x",
        "imports-loader": "0.6.x",
        "json-loader": "^0.5.4",
        "less-loader": "^2.2.3",
        "make-promises-safe": "^1.1.0",
        "raw-loader": "^0.5.1",
        "rollbar-sourcemap-webpack-plugin": "^2.3.0",
        "shx": "^0.2.2",
        "source-map-loader": "^0.1.6",
        "style-loader": "0.13.x",
        "tslint": "5.11.0",
        "tslint-config-0xproject": "^0.0.2",
        "typescript": "3.0.1",
        "uglifyjs-webpack-plugin": "^1.2.5",
        "webpack": "^3.1.0",
        "webpack-dev-middleware": "^1.10.0",
        "webpack-dev-server": "^2.5.0"
    }
}