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 "<rootDir>/app/javascript/mastodon"
31 "testPathIgnorePatterns": [
32 "<rootDir>/node_modules/",
42 "setupFilesAfterEnv": [
43 "<rootDir>/app/javascript/mastodon/test_setup.js"
45 "collectCoverageFrom": [
46 "app/javascript/mastodon/**/*.js",
47 "!app/javascript/mastodon/features/emoji/emoji_compressed.js",
48 "!app/javascript/mastodon/locales/locale-data/*.js",
49 "!app/javascript/mastodon/service_worker/entry.js",
50 "!app/javascript/mastodon/test_setup.js"
52 "coverageDirectory": "<rootDir>/coverage",
53 "moduleDirectories": [
54 "<rootDir>/node_modules",
55 "<rootDir>/app/javascript"
60 "@babel/core": "^7.3.4",
61 "@babel/plugin-proposal-class-properties": "^7.3.4",
62 "@babel/plugin-proposal-decorators": "^7.3.0",
63 "@babel/plugin-proposal-object-rest-spread": "^7.3.4",
64 "@babel/plugin-syntax-dynamic-import": "^7.2.0",
65 "@babel/plugin-transform-react-inline-elements": "^7.2.0",
66 "@babel/plugin-transform-react-jsx-self": "^7.2.0",
67 "@babel/plugin-transform-react-jsx-source": "^7.2.0",
68 "@babel/plugin-transform-runtime": "^7.4.4",
69 "@babel/preset-env": "^7.3.4",
70 "@babel/preset-react": "^7.0.0",
71 "@babel/runtime": "^7.3.4",
72 "@clusterws/cws": "^0.14.0",
73 "array-includes": "^3.0.3",
74 "autoprefixer": "^9.5.1",
76 "babel-loader": "^8.0.5",
77 "babel-plugin-lodash": "^3.3.4",
78 "babel-plugin-preval": "^3.0.1",
79 "babel-plugin-react-intl": "^3.1.0",
80 "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
81 "babel-runtime": "^6.26.0",
83 "classnames": "^2.2.5",
84 "compression-webpack-plugin": "^2.0.0",
85 "cross-env": "^5.1.4",
86 "css-loader": "^2.1.1",
88 "detect-passive-events": "^1.0.2",
90 "emoji-mart": "Gargron/emoji-mart#build",
91 "es6-symbol": "^3.1.1",
92 "escape-html": "^1.0.3",
95 "file-loader": "^3.0.1",
96 "font-awesome": "^4.7.0",
98 "http-link-header": "^1.0.2",
99 "immutable": "^3.8.2",
100 "imports-loader": "^0.8.0",
101 "intersection-observer": "^0.5.1",
103 "intl-messageformat": "^2.2.0",
104 "intl-relativeformat": "^2.2.0",
106 "js-yaml": "^3.13.1",
108 "mark-loader": "^0.1.6",
110 "mini-css-extract-plugin": "^0.5.0",
113 "object-assign": "^4.1.1",
114 "object-fit-images": "^3.2.3",
115 "object.values": "^1.1.0",
116 "offline-plugin": "^5.0.7",
117 "path-complete-extname": "^1.0.0",
119 "postcss-loader": "^3.0.0",
120 "postcss-object-fit-images": "^1.1.2",
121 "prop-types": "^15.5.10",
122 "punycode": "^2.1.0",
123 "rails-ujs": "^5.2.3",
125 "react-dom": "^16.7.0",
126 "react-hotkeys": "^1.1.4",
127 "react-immutable-proptypes": "^2.1.0",
128 "react-immutable-pure-component": "^1.1.1",
129 "react-intl": "^2.7.2",
130 "react-masonry-infinite": "^1.2.2",
131 "react-motion": "^0.5.2",
132 "react-notification": "^6.8.4",
133 "react-overlays": "^0.8.3",
134 "react-redux": "^6.0.1",
135 "react-redux-loading-bar": "^4.0.8",
136 "react-router-dom": "^4.1.1",
137 "react-router-scroll-4": "^1.0.0-beta.1",
138 "react-select": "^2.4.4",
139 "react-sparklines": "^1.7.0",
140 "react-swipeable-views": "^0.13.0",
141 "react-textarea-autosize": "^7.1.0",
142 "react-toggle": "^4.0.1",
145 "redux-immutable": "^4.0.0",
146 "redux-thunk": "^2.2.0",
148 "requestidlecallback": "^0.3.0",
149 "reselect": "^4.0.0",
152 "sass-loader": "^7.0.3",
154 "substring-trie": "^1.0.2",
156 "tiny-queue": "^0.2.1",
157 "uglifyjs-webpack-plugin": "^2.1.2",
159 "webpack": "^4.29.6",
160 "webpack-assets-manifest": "^3.1.1",
161 "webpack-bundle-analyzer": "^3.1.0",
162 "webpack-cli": "^3.3.2",
163 "webpack-merge": "^4.2.1",
164 "websocket.js": "^0.1.12"
167 "babel-eslint": "^10.0.1",
168 "babel-jest": "^24.8.0",
170 "enzyme-adapter-react-16": "^1.7.1",
172 "eslint-plugin-import": "~2.14.0",
173 "eslint-plugin-jsx-a11y": "~6.2.1",
174 "eslint-plugin-promise": "~4.1.1",
175 "eslint-plugin-react": "~7.12.1",
178 "react-intl-translations-manager": "^5.0.3",
179 "react-test-renderer": "^16.7.0",
180 "webpack-dev-server": "^3.5.1",