3 "license": "AGPL-3.0-or-later",
8 "postversion": "git push --tags",
9 "build:development": "cross-env RAILS_ENV=development NODE_ENV=development ./bin/webpack",
10 "build:production": "cross-env RAILS_ENV=production NODE_ENV=production ./bin/webpack",
11 "manage:translations": "node ./config/webpack/translationRunner.js",
12 "start": "node ./streaming/index.js",
13 "test": "${npm_execpath} run test:lint && ${npm_execpath} run test:jest",
14 "test:lint": "eslint --ext=js .",
15 "test:jest": "cross-env NODE_ENV=test jest --coverage"
19 "url": "https://github.com/tootsuite/mastodon.git"
29 "@babel/core": "^7.2.2",
30 "@babel/plugin-proposal-class-properties": "^7.2.3",
31 "@babel/plugin-proposal-decorators": "^7.2.3",
32 "@babel/plugin-proposal-object-rest-spread": "^7.2.0",
33 "@babel/plugin-syntax-dynamic-import": "^7.2.0",
34 "@babel/plugin-transform-react-inline-elements": "^7.2.0",
35 "@babel/plugin-transform-react-jsx-self": "^7.2.0",
36 "@babel/plugin-transform-react-jsx-source": "^7.2.0",
37 "@babel/plugin-transform-runtime": "^7.2.0",
38 "@babel/preset-env": "^7.2.3",
39 "@babel/preset-react": "^7.0.0",
40 "@babel/runtime": "^7.2.0",
41 "@gfx/zopfli": "^1.0.10",
42 "array-includes": "^3.0.3",
43 "autoprefixer": "^9.4.3",
45 "babel-core": "^7.0.0-bridge.0",
46 "babel-loader": "^8.0.4",
47 "babel-plugin-lodash": "^3.3.4",
48 "babel-plugin-preval": "^3.0.1",
49 "babel-plugin-react-intl": "^3.0.1",
50 "babel-plugin-transform-react-remove-prop-types": "^0.4.21",
51 "babel-runtime": "^6.26.0",
52 "classnames": "^2.2.5",
53 "compression-webpack-plugin": "^2.0.0",
54 "cross-env": "^5.1.4",
55 "css-loader": "^2.1.0",
57 "detect-passive-events": "^1.0.2",
59 "emoji-mart": "Gargron/emoji-mart#build",
60 "es6-symbol": "^3.1.1",
61 "escape-html": "^1.0.3",
65 "file-loader": "^3.0.1",
66 "font-awesome": "^4.7.0",
69 "http-link-header": "^1.0.2",
70 "immutable": "^3.8.2",
71 "imports-loader": "^0.8.0",
72 "intersection-observer": "^0.5.1",
74 "intl-messageformat": "^2.2.0",
75 "intl-relativeformat": "^2.1.0",
79 "mark-loader": "^0.1.6",
81 "mini-css-extract-plugin": "^0.5.0",
84 "object-assign": "^4.1.1",
85 "object-fit-images": "^3.2.3",
86 "object.values": "^1.0.4",
87 "offline-plugin": "^5.0.6",
88 "path-complete-extname": "^1.0.0",
90 "postcss-loader": "^3.0.0",
91 "postcss-object-fit-images": "^1.1.2",
92 "prop-types": "^15.5.10",
94 "rails-ujs": "^5.2.2",
96 "react-dom": "^16.7.0",
97 "react-hotkeys": "^1.1.4",
98 "react-immutable-proptypes": "^2.1.0",
99 "react-immutable-pure-component": "^1.1.1",
100 "react-intl": "^2.7.2",
101 "react-masonry-infinite": "^1.2.2",
102 "react-motion": "^0.5.2",
103 "react-notification": "^6.8.4",
104 "react-overlays": "^0.8.3",
105 "react-redux": "^6.0.0",
106 "react-redux-loading-bar": "^4.0.8",
107 "react-router-dom": "^4.1.1",
108 "react-router-scroll-4": "^1.0.0-beta.1",
109 "react-select": "^2.2.0",
110 "react-sparklines": "^1.7.0",
111 "react-swipeable-views": "^0.13.0",
112 "react-textarea-autosize": "^7.1.0",
113 "react-toggle": "^4.0.1",
116 "redux-immutable": "^4.0.0",
117 "redux-thunk": "^2.2.0",
119 "requestidlecallback": "^0.3.0",
120 "reselect": "^4.0.0",
123 "sass-loader": "^7.0.3",
125 "style-loader": "0.23.1",
126 "substring-trie": "^1.0.2",
128 "tiny-queue": "^0.2.1",
129 "uglifyjs-webpack-plugin": "^2.1.1",
132 "webpack": "^4.28.3",
133 "webpack-assets-manifest": "^3.1.1",
134 "webpack-bundle-analyzer": "^3.0.3",
135 "webpack-cli": "^3.1.2",
136 "webpack-merge": "^4.1.5",
137 "websocket.js": "^0.1.12"
140 "babel-eslint": "^10.0.1",
141 "babel-jest": "^23.6.0",
143 "enzyme-adapter-react-16": "^1.7.1",
145 "eslint-plugin-import": "~2.14.0",
146 "eslint-plugin-jsx-a11y": "~6.1.2",
147 "eslint-plugin-promise": "~4.0.1",
148 "eslint-plugin-react": "~7.12.1",
151 "react-intl-translations-manager": "^5.0.3",
152 "react-test-renderer": "^16.7.0",
153 "webpack-dev-server": "^3.1.14",
156 "optionalDependencies": {