5 "postversion": "git push --tags",
6 "build:development": "NODE_ENV=development yarn webpack -- --config config/webpack/development.js",
7 "build:production": "NODE_ENV=production yarn webpack -- --config config/webpack/production.js",
8 "manage:translations": "node ./config/webpack/translationRunner.js",
9 "start": "babel-node ./streaming/index.js --presets es2015,stage-2",
10 "storybook": "start-storybook -p 9001 -c storybook",
11 "test": "npm run test:lint && npm run test:mocha",
12 "test:lint": "eslint -c .eslintrc.yml --ext=js --ext=jsx app/javascript/",
13 "test:mocha": "mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.jsx"
17 "url": "https://github.com/tootsuite/mastodon.git"
20 "array-includes": "^3.0.3",
21 "autoprefixer": "^6.7.7",
23 "babel-cli": "^6.23.0",
24 "babel-core": "^6.24.1",
25 "babel-loader": "7.x",
26 "babel-plugin-lodash": "^3.2.11",
27 "babel-plugin-react-intl": "^2.3.1",
28 "babel-plugin-react-transform": "^2.0.2",
29 "babel-plugin-syntax-dynamic-import": "^6.18.0",
30 "babel-plugin-transform-object-rest-spread": "^6.23.0",
31 "babel-plugin-transform-react-jsx-self": "^6.22.0",
32 "babel-plugin-transform-react-jsx-source": "^6.22.0",
33 "babel-preset-env": "^1.4.0",
34 "babel-preset-es2015": "^6.22.0",
35 "babel-preset-react": "^6.11.1",
36 "babel-preset-stage-2": "^6.22.0",
37 "coffee-loader": "^0.7.3",
38 "coffee-script": "^1.12.5",
39 "compression-webpack-plugin": "^0.4.0",
40 "css-loader": "^0.28.0",
41 "date-fns": "^1.28.4",
44 "emojione-picker": "^2.2.1",
45 "es6-symbol": "^3.1.1",
46 "escape-html": "^1.0.3",
48 "extract-text-webpack-plugin": "^2.1.0",
49 "file-loader": "^0.11.1",
50 "font-awesome": "^4.7.0",
52 "http-link-header": "^0.8.0",
53 "immutable": "^3.8.1",
58 "node-sass": "^4.5.2",
60 "object-assign": "^4.1.1",
61 "path-complete-extname": "^0.1.0",
63 "postcss-loader": "^1.3.3",
64 "postcss-smart-import": "^0.6.12",
66 "prop-types": "^15.5.8",
68 "rails-erb-loader": "^5.0.0",
69 "rails-ujs": "^5.1.0",
71 "react-addons-perf": "^15.4.2",
72 "react-addons-shallow-compare": "^15.5.2",
73 "react-autosuggest": "^7.0.1",
74 "react-dom": "^15.5.4",
75 "react-imageloader": "^2.1.0",
76 "react-immutable-proptypes": "^2.1.0",
77 "react-immutable-pure-component": "^0.0.4",
78 "react-intl": "^2.1.5",
79 "react-motion": "^0.4.5",
80 "react-notification": "^6.6.0",
81 "react-redux": "^5.0.4",
82 "react-redux-loading-bar": "2.4.1",
83 "react-router": "^2.8.0",
84 "react-router-scroll": "^0.3.2",
85 "react-simple-dropdown": "^1.1.4",
86 "react-toggle": "^2.1.1",
89 "redux-immutable": "^3.1.0",
90 "redux-thunk": "^2.2.0",
92 "sass-loader": "^6.0.3",
94 "style-loader": "^0.16.1",
98 "webpack-manifest-plugin": "^1.1.0",
99 "webpack-merge": "^4.1.0",
100 "websocket.js": "^0.1.7"
103 "@kadira/storybook": "^2.35.3",
104 "babel-eslint": "^7.2.2",
106 "chai-enzyme": "^0.6.1",
109 "eslint-plugin-jsx-a11y": "^5.0.0",
110 "eslint-plugin-react": "^6.10.3",
112 "minimist": "^1.2.0",
114 "react-intl-translations-manager": "^5.0.0",
115 "react-storybook-addon-intl": "^0.1.0",
116 "react-test-renderer": "^15.5.4",
118 "webpack-dev-server": "^2.4.5"
120 "optionalDependencies": {