5 "postversion": "git push --tags",
6 "build:development": "cross-env RAILS_ENV=development ASSET_HOST=http://0.0.0.0:8080 ./bin/webpack",
7 "build:production": "cross-env RAILS_ENV=production ./bin/webpack",
8 "manage:translations": "node ./config/webpack/translationRunner.js",
9 "start": "rimraf ./tmp/streaming && babel ./streaming/index.js --out-dir ./tmp && node ./tmp/streaming/index.js",
10 "storybook": "cross-env NODE_ENV=test start-storybook -s ./public -p 9001 -c storybook",
11 "test": "npm run test:lint && npm run test:mocha",
12 "test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ spec/javascript/ storybook/ streaming/",
13 "test:mocha": "cross-env NODE_ENV=test mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.js",
14 "postinstall": "npm rebuild node-sass"
18 "url": "https://github.com/tootsuite/mastodon.git"
22 "array-includes": "^3.0.3",
23 "autoprefixer": "^7.1.0",
25 "babel-cli": "^6.24.1",
26 "babel-core": "^6.25.0",
27 "babel-loader": "^7.0.0",
28 "babel-plugin-lodash": "^3.2.11",
29 "babel-plugin-react-intl": "^2.3.1",
30 "babel-plugin-react-transform": "^2.0.2",
31 "babel-plugin-syntax-dynamic-import": "^6.18.0",
32 "babel-plugin-transform-class-properties": "^6.24.1",
33 "babel-plugin-transform-decorators-legacy": "^1.3.4",
34 "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
35 "babel-plugin-transform-object-rest-spread": "^6.23.0",
36 "babel-plugin-transform-react-jsx-self": "^6.22.0",
37 "babel-plugin-transform-react-jsx-source": "^6.22.0",
38 "babel-plugin-transform-react-remove-prop-types": "^0.4.5",
39 "babel-plugin-transform-runtime": "^6.23.0",
40 "babel-preset-env": "^1.5.2",
41 "babel-preset-react": "^6.24.1",
42 "classnames": "^2.2.5",
43 "compression-webpack-plugin": "^0.4.0",
44 "cross-env": "^5.0.1",
45 "css-loader": "^0.28.4",
48 "emojione-picker": "^2.2.1",
49 "es6-symbol": "^3.1.1",
50 "escape-html": "^1.0.3",
52 "extract-text-webpack-plugin": "^2.1.2",
53 "file-loader": "^0.11.2",
54 "font-awesome": "^4.7.0",
56 "http-link-header": "^0.8.0",
57 "immutable": "^3.8.1",
58 "intersection-observer": "^0.3.0",
60 "intl-relativeformat": "^1.3.0",
64 "mark-loader": "^0.1.6",
67 "node-sass": "^4.5.2",
69 "object-assign": "^4.1.1",
70 "path-complete-extname": "^0.1.0",
72 "postcss-loader": "^2.0.5",
73 "postcss-smart-import": "^0.7.4",
75 "prop-types": "^15.5.10",
77 "rails-ujs": "^5.1.1",
79 "react-addons-perf": "^15.4.2",
80 "react-addons-shallow-compare": "^15.5.2",
81 "react-dom": "^15.6.0",
82 "react-immutable-proptypes": "^2.1.0",
83 "react-immutable-pure-component": "^1.0.0",
84 "react-intl": "^2.3.0",
85 "react-motion": "^0.5.0",
86 "react-notification": "^6.7.0",
87 "react-redux": "^5.0.4",
88 "react-redux-loading-bar": "^2.9.2",
89 "react-router-dom": "^4.1.1",
90 "react-router-scroll": "ytase/react-router-scroll#build",
91 "react-simple-dropdown": "^3.0.0",
92 "react-swipeable": "^4.0.1",
93 "react-textarea-autosize": "^5.0.6",
94 "react-toggle": "^4.0.1",
97 "redux-immutable": "^4.0.0",
98 "redux-thunk": "^2.2.0",
99 "requestidlecallback": "^0.3.0",
100 "reselect": "^3.0.1",
101 "resolve-url-loader": "^2.0.2",
103 "sass-loader": "^6.0.5",
105 "style-loader": "^0.18.2",
107 "tiny-queue": "^0.2.1",
111 "webpack-bundle-analyzer": "^2.8.2",
112 "webpack-manifest-plugin": "^1.1.0",
113 "webpack-merge": "^4.1.0",
114 "websocket.js": "^0.1.10"
117 "@storybook/addon-actions": "^3.1.2",
118 "@storybook/react": "^3.1.3",
119 "babel-eslint": "^7.2.3",
121 "chai-enzyme": "^0.7.1",
124 "eslint-plugin-jsx-a11y": "^4.0.0",
125 "eslint-plugin-react": "^6.10.3",
128 "react-intl-translations-manager": "^5.0.0",
129 "react-test-renderer": "^15.5.4",
131 "webpack-dev-server": "^2.4.5",
134 "optionalDependencies": {