aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/package.json
blob: ad7f361e5915a341ee240242258a8570b3779a97 (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.3",
  "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'",
    "dev": "webpack-dev-server --content-base public --https",
    "update_contracts": "for i in ${npm_package_config_artifacts}; do copyfiles -u 4 ../contracts/build/contracts/$i.json ../website/contracts; done;",
    "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"
  },
  "config": {
    "artifacts": "Mintable"
  },
  "author": "Fabio Berger",
  "license": "Apache-2.0",
  "dependencies": {
    "0x.js": "^0.28.0",
    "@0xproject/subproviders": "^0.1.1",
    "@0xproject/utils": "^0.1.1",
    "accounting": "^0.4.1",
    "basscss": "^8.0.3",
    "bignumber.js": "~4.1.0",
    "blockies": "^0.0.2",
    "compare-versions": "^3.0.1",
    "dateformat": "^2.0.0",
    "deep-equal": "^1.0.1",
    "dharma-loan-frame": "^0.0.12",
    "ethereumjs-tx": "^1.3.3",
    "ethereumjs-util": "^5.1.1",
    "find-versions": "^2.0.0",
    "is-mobile": "^0.2.2",
    "jsonschema": "^1.2.0",
    "ledgerco": "0xProject/ledger-node-js-api",
    "less": "^2.7.2",
    "lodash": "^4.17.4",
    "material-ui": "^0.17.1",
    "moment": "^2.18.1",
    "query-string": "^5.0.1",
    "react": "15.6.1",
    "react-copy-to-clipboard": "^4.2.3",
    "react-document-title": "^2.0.3",
    "react-dom": "15.6.1",
    "react-highlight": "^0.10.0",
    "react-html5video": "^2.1.0",
    "react-inlinesvg": "^0.5.5",
    "react-markdown": "^2.5.0",
    "react-recaptcha": "^2.3.2",
    "react-redux": "^5.0.3",
    "react-router-dom": "^4.1.1",
    "react-router-hash-link": "^1.1.0",
    "react-scroll": "^1.5.2",
    "react-tap-event-plugin": "^2.0.1",
    "react-tooltip": "^3.2.7",
    "react-waypoint": "^7.0.4",
    "redux": "^3.6.0",
    "scroll-to-element": "^2.0.0",
    "semver-sort": "0.0.4",
    "thenby": "^1.2.3",
    "truffle-contract": "2.0.1",
    "tslint-config-0xproject": "^0.0.2",
    "web3": "^0.20.0",
    "web3-provider-engine": "^13.0.1",
    "whatwg-fetch": "^2.0.3",
    "xml-js": "^1.3.2"
  },
  "devDependencies": {
    "@types/accounting": "^0.4.1",
    "@types/dateformat": "^1.0.1",
    "@types/deep-equal": "^1.0.0",
    "@types/jsonschema": "^1.1.1",
    "@types/lodash": "^4.14.86",
    "@types/material-ui": "0.18.0",
    "@types/moment": "^2.13.0",
    "@types/node": "^8.0.53",
    "@types/query-string": "^5.0.1",
    "@types/react": "^15.0.15",
    "@types/react-copy-to-clipboard": "^4.2.0",
    "@types/react-dom": "^0.14.23",
    "@types/react-redux": "^4.4.37",
    "@types/react-router-dom": "^4.0.4",
    "@types/react-scroll": "0.0.31",
    "@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": "^1.2.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",
    "raw-loader": "^0.5.1",
    "shx": "^0.2.2",
    "source-map-loader": "^0.1.6",
    "style-loader": "0.13.x",
    "tslint": "5.8.0",
    "typescript": "~2.6.1",
    "web3-typescript-typings": "^0.7.2",
    "webpack": "^3.1.0",
    "webpack-dev-middleware": "^1.10.0",
    "webpack-dev-server": "^2.5.0"
  }
}
* Work in progress, HIG'ing and de-coupling of errors.Michael Zucci2004-04-161-0/+51 * renamed filter_label to rule_label, and removed the vfolder-editor andNot Zed2004-03-317-659/+51 * Use the new "filter_editor" that has been added to the glade file RemoveRodney Dawes2004-03-314-274/+402 * Fix packing of the hbox that contains the actual input widgets to expandRodney Dawes2004-03-303-2/+8 * return the added option. (clone): make sure we set the current optionNot Zed2004-03-265-9/+22 * Use ngettext for handling plurals in filter-datespec. Partial fix for #53464).Danilo Šegan2004-03-202-13/+25 * Don't ref the newly cloned rule (fix to previous patch).Jeffrey Stedfast2004-03-172-1/+5 * When copying a FilterPart of a rule, we need copy the data of partsBill Zhu2004-03-162-2/+8 * Credit William Jon McCann for original filter HIG patch (forgot to)Rodney Dawes2004-03-161-0/+2 * Hide the separators on these dialogs Re-pack the rule_editor widget inRodney Dawes2004-03-1614-461/+651 * After setting the new selected iter, call cursor_changed() so we canJeffrey Stedfast2004-02-212-0/+13 * ** See bug #54338.Not Zed2004-02-204-55/+85 * implement, since we dont store the min/max values in the xml output, weNot Zed2004-02-172-0/+21 * Default to an empty string for the value. (xml_decode): Remove old valuesHans Petter Jansson2004-02-072-2/+23 * add widgets/miscDan Winship2004-02-042-0/+5 * autogenerated file out of sync in CVSRadek Doulik2004-01-231-1/+1 * load from the just-loaded 'userdoc' rather than rc->user.Not Zed2004-01-203-22/+25 * ** See bug #52467.Not Zed2004-01-162-11/+28 * s/spam/junk, added junk test rule, it must be lost while porting to 1.5Radek Doulik2004-01-153-27/+56 * ** See bug #47751.Not Zed2004-01-074-25/+28 * call peek instead of get as the function was renamedJP Rosevear2003-12-232-1/+6 * Remove hard coded disable deprecated flagsJP Rosevear2003-12-072-1/+4 * added FILTER_SOURCE_JUNKTEST - perform only junktest on incoming mailRadek Doulik2003-12-042-0/+6 * turn on deprecated gtk stuffJP Rosevear2003-11-262-1/+4 * #include "em-folder-tree.h"Jeffrey Stedfast2003-11-172-2/+7 * fix for folder selector api changes. (vfr_folder_response): handle theNot Zed2003-11-172-27/+36 * merged spam filtering branchRadek Doulik2003-11-132-0/+7 * Remove Viewports around the treeviews, since they already have a scrolledEttore Perazzoli2003-10-234-36/+20 * Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-224-40/+60 * Listen to the "value-changed" signal rather than the "changed" signal.Jeffrey Stedfast2003-09-232-1/+6 * type should be a GType. (rule_context_add_rule_set): Likewise. UpdateJeremy Katz2003-09-173-6/+13 * forgot to commit. new search types xml file.Michael Zucci2003-09-171-0/+529 * ** See Natzilla task #47524Not Zed2003-09-164-5/+41 * ** See bug #42636.Not Zed2003-08-063-4/+20 * Use EVO_MARSHAL_RULEDan Winship2003-07-242-11/+5 * free current_url.Larry Ewing2003-06-142-1/+6 * Put the ChangeLog.pre-1-4 in the Makefiles.Ettore Perazzoli2003-06-131-2/+7 * stat the user file before parsing.Mike Kestner2003-06-112-1/+8 * Fixes some leaks from bug #43883.Jeffrey Stedfast2003-06-104-6/+28 * Roll over ChangeLogs.Ettore Perazzoli2003-06-102-2967/+2967 * Reverted unwanted commitRodrigo Moya2003-05-141-22/+22 * Updated NEWSRodrigo Moya2003-05-141-22/+22 * Format the colour string in a way that gdk_color_parse() will handle.Jeffrey Stedfast2003-05-072-1/+7 * Fix for bug #41578.Jeffrey Stedfast2003-04-304-11/+28 * removed debug spew.Not Zed2003-04-233-6/+55 * updated the bug list that my last commit fixed (since more bugs have been sub...Jeffrey Stedfast2003-04-121-1/+1 * added more bug #'sJeffrey Stedfast2003-04-121-2/+2 * Fixes for bugs: #41149, #41150, #41151, #41152, #41153, #41155 and #41156.Jeffrey Stedfast2003-04-128-42/+78 * cast warning.Not Zed2003-03-282-1/+5 * Loop over child nodes here too in order to not be affected by libxml2Jeffrey Stedfast2003-03-273-20/+36 * (button_clicked): Fix this so we don't get stuck insideDan Winship2003-03-212-13/+7 * Change the strings in the timespans array from "second" / "seconds" to "1Dan Winship2003-03-212-9/+17 * Don't return here - this is a void function. (rule_editor_set_source):Jeffrey Stedfast2003-03-202-2/+8 * use the same code as in filter-rule to enforce unique names for allNot Zed2003-03-182-1/+18 * Set the default window size to something reasonable (350x400?). Fixes bugJeffrey Stedfast2003-03-182-0/+4 * Fixed to work properly. Fixes bug #39654.Jeffrey Stedfast2003-03-182-17/+27 * Always add a Cancel button here, but if !enable_undo - make the responseJeffrey Stedfast2003-03-184-43/+55 * go to the proper level of child node before looking for rule sets, fix forNot Zed2003-03-102-216/+222 * Fixes for bug #39170Jeffrey Stedfast2003-03-062-3/+12 * Change to use EAccountList, etc.Not Zed2003-02-242-52/+28 * Get rid of the need for the GTK_WIDGET_DESTROYED() check.Jeffrey Stedfast2003-02-132-17/+15 * Use g_object_new() instead of gtk_type_new().Jeffrey Stedfast2003-02-089-16/+38 * Defined in configure.in now (filterdir): Define using privdatadirDan Winship2003-02-062-2/+6 * (gladedir): Version using $(BASE_VERSION).Ettore Perazzoli2003-01-232-2/+7 * dont re-use 'widget', its the return value!Not Zed2003-01-162-7/+12 * Back to using e_xml_save_file().Jeffrey Stedfast2003-01-162-3/+5 * Change dialog from OK/Cancel to Cancel/OK to match HIG. (rule_edit):Ettore Perazzoli2003-01-154-10/+33 * more bug #'sJeffrey Stedfast2003-01-041-1/+1 * added a bug # that was fixedJeffrey Stedfast2003-01-041-1/+1 * Scroll to the newly added row. (rule_delete): Scroll to the selected row.Jeffrey Stedfast2003-01-042-10/+41 * more fixesJeffrey Stedfast2003-01-033-9/+9 * Fixed to build with -DG_DISABLE_DEPRECATED and -DGTK_DISABLE_DEPRECATEDJeffrey Stedfast2003-01-0310-46/+76 * Use an easier method for getting the iter.Jeffrey Stedfast2002-12-132-11/+15 * New custom function for creating the source_list widget. (get_widget):Jeffrey Stedfast2002-12-134-70/+150 * updatedJeffrey Stedfast2002-12-051-2/+2 * Add a textcellrenderer to display the folders. (get_widget): Remove FIXMENot Zed2002-11-262-1/+8 * FILTER_RULE_CLASS -> _GET_CLASSNot Zed2002-11-2622-74/+97 * free the list dataJeffrey Stedfast2002-11-211-8/+5 * gconfify.Jeffrey Stedfast2002-11-212-26/+42 * Updated to use GtkTreeView.Jeffrey Stedfast2002-11-195-80/+141 * Get the root node properly.Not Zed2002-11-1316-33/+49 * comment out gtk_destroyed check.Not Zed2002-11-135-25/+86 * Use weak_ref instead of connecting to "destroy". (rule_add): Same.Jeffrey Stedfast2002-11-092-3/+9 * Use a GtkDialog instead of a GnomeDialog for reporting errors.Jeffrey Stedfast2002-11-0812-121/+137 * Use GtkDialog instead of GnomeDialog here.Jeffrey Stedfast2002-11-0810-96/+131 * Deleted most of the internals until we devise a gconf schema and redesignJeffrey Stedfast2002-11-073-78/+13 * Converted to the glade-2 format.Jeffrey Stedfast2002-11-062-933/+1240 * use G_STRUCT_OFFSET instead of GTK_SIGNAL_OFFSETJeffrey Stedfast2002-11-062-4/+4 * more build fixesJeffrey Stedfast2002-11-063-39/+39 * a ton more build fixesJeffrey Stedfast2002-11-067-114/+91 * more build fixesJeffrey Stedfast2002-11-064-12/+8 * don't #include gnome-defs.hJeffrey Stedfast2002-11-061-1/+0 * fixed gnome-stock stuffJeffrey Stedfast2002-11-062-33/+19 * more build fixesJeffrey Stedfast2002-11-062-9/+7 * build fixesJeffrey Stedfast2002-11-062-36/+27 * some build fixesJeffrey Stedfast2002-11-065-21/+22 * Ported.Jeffrey Stedfast2002-11-069-212/+202 * Ported.Jeffrey Stedfast2002-11-0610-320/+304 * oopsJeffrey Stedfast2002-11-061-14/+13 * Ported.Jeffrey Stedfast2002-11-065-171/+173 * Ported.Jeffrey Stedfast2002-11-068-202/+192 * Ported.Jeffrey Stedfast2002-11-055-124/+117 * Also ported.Jeffrey Stedfast2002-11-055-234/+225 * Ported this too.Jeffrey Stedfast2002-11-025-171/+171 * Ported to glib2/GObject.Jeffrey Stedfast2002-11-023-359/+370 * Ported to GObject.Jeffrey Stedfast2002-11-0211-426/+433 * Ported to GObject.Jeffrey Stedfast2002-11-027-165/+175 * Ported to GObject.Jeffrey Stedfast2002-11-029-355/+362 * Adjust default rule editor size to accomodate the menu widening caused byDan Winship2002-11-012-1/+7 * Removed the Run Once filter action.Jeffrey Stedfast2002-10-113-28/+26 * Sync for 1.1.2.Ettore Perazzoli2002-10-081-22/+22 * It's a grand old string-review! Nitpicky and minor changes; details in the ap...Aaron Weber2002-10-013-3/+10 * Use "mail/*" as the allowed folder type.Dan Winship2002-09-263-2/+9 * add empty statement after label to make it ANSI.Dan Winship2002-09-232-0/+6 * Changed source account, use header-source rather than (= (get-source) ...)Not Zed2002-09-192-2/+7 * Add a Run Once action to run a command only once rather than for eachJeffrey Stedfast2002-09-143-0/+11 * Dont allow duplicate names. (edit_editor_clicked): Same here. For #24803.Not Zed2002-08-082-2/+34 * Don't need to save temp/backup files anymore, e_xml_save_file() nowJeffrey Stedfast2002-08-072-15/+10 * Use e_xml_save_file(). (xml_doc_save): Removed this code and added it toJeffrey Stedfast2002-08-072-300/+11 * New internal function to replace xmlSaveFile. Does proper error checkingJeffrey Stedfast2002-08-062-4/+317 * Added a datespec editor window.Not Zed2002-08-024-478/+485 * If the value was unset, initialize it to now.Peter Williams2002-08-022-11/+16 * (xml_create): Remove unused variable.Ettore Perazzoli2002-08-012-1/+4 * Translate the rule name when filling in the name entry.Peter Williams2002-07-312-1/+6 * Add xml to unset system flags.Jeffrey Stedfast2002-07-293-0/+28 * Use fs->type in xmlGetProp since we already free'd 'type'. Fixes bugJeffrey Stedfast2002-07-276-34/+30 * Use GtkType (I only changed this one because I turned on debugging for aJeffrey Stedfast2002-07-255-7/+24 * Do some minimalistic validation of command-lines (ie, make sure it isn'tJeffrey Stedfast2002-07-254-20/+38 * Use the U_() macro to get the UTF-8 translation.Jeffrey Stedfast2002-07-183-21/+28 * cvs remove.Not Zed2002-07-167-132/+203 * Changelog is pending some other patch approval so i'm not commiting.Not Zed2002-07-153-290/+0 * ** fixes for #10781Not Zed2002-07-1524-139/+496 * Make the sound type for (play-sound ) a "file" type rather than "string"Jeffrey Stedfast2002-07-094-3/+20 * fixed a spelling mistakeJeffrey Stedfast2002-05-251-1/+1 * *** empty log message ***Ettore Perazzoli2002-05-251-1/+1 * Add libfilter-i18n.h.Ettore Perazzoli2002-05-251-0/+1 * Fix English grammar.Ettore Perazzoli2002-05-252-1/+5 * Added a label definition.Jeffrey Stedfast2002-05-1712-7/+445 * Set the path in the entry widget.Jeffrey Stedfast2002-05-102-0/+4 * Add filter-file.[c,h] to the build.Jeffrey Stedfast2002-05-106-20/+66 * New filter widgets for choosing files and/or command-line's (?). Not yetJeffrey Stedfast2002-05-103-0/+375 * Changed to return a GList *, a list of the names of the rules affected byNot Zed2002-05-085-42/+126 * Get rid of ibex stuff, we no longer use it.Jeffrey Stedfast2002-04-272-1/+4 * The score "is" rule should have a value of "is" and not "less-than".Jeffrey Stedfast2002-04-192-1/+6 * Fixed a grammer mistake, or so according to bug #23376. Whatever.Jeffrey Stedfast2002-04-133-19/+25 * Fix "Follow Up" searches by comparing to the empty string, rather than justRussell Steinthal2002-04-123-4/+16 * Check that there is a value to setup. Fixes #15470.Not Zed2002-04-102-1/+4 * This needs to return a gboolean (TRUE). (rule_edit): UsingJeffrey Stedfast2002-04-10