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:js && ${npm_execpath} run test:jest",
14 "test:lint": "${npm_execpath} run test:lint:js && ${npm_execpath} run test:lint:sass",
15 "test:lint:js": "eslint --ext=js .",
16 "test:lint:sass": "sass-lint -v",
17 "test:jest": "cross-env NODE_ENV=test jest --coverage"
21 "url": "https://github.com/tootsuite/mastodon.git"
31 "<rootDir>/app/javascript/mastodon"
33 "testPathIgnorePatterns": [
34 "<rootDir>/node_modules/",
44 "setupFilesAfterEnv": [
45 "<rootDir>/app/javascript/mastodon/test_setup.js"
47 "collectCoverageFrom": [
48 "app/javascript/mastodon/**/*.js",
49 "!app/javascript/mastodon/features/emoji/emoji_compressed.js",
50 "!app/javascript/mastodon/locales/locale-data/*.js",
51 "!app/javascript/mastodon/service_worker/entry.js",
52 "!app/javascript/mastodon/test_setup.js"
54 "coverageDirectory": "<rootDir>/coverage",
55 "moduleDirectories": [
56 "<rootDir>/node_modules",
57 "<rootDir>/app/javascript"
62 "@babel/core": "^7.4.5",
63 "@babel/plugin-proposal-class-properties": "^7.5.0",
64 "@babel/plugin-proposal-decorators": "^7.4.4",
65 "@babel/plugin-proposal-object-rest-spread": "^7.4.4",
66 "@babel/plugin-syntax-dynamic-import": "^7.2.0",
67 "@babel/plugin-transform-react-inline-elements": "^7.2.0",
68 "@babel/plugin-transform-react-jsx-self": "^7.2.0",
69 "@babel/plugin-transform-react-jsx-source": "^7.2.0",
70 "@babel/plugin-transform-runtime": "^7.4.4",
71 "@babel/preset-env": "^7.4.5",
72 "@babel/preset-react": "^7.0.0",
73 "@babel/runtime": "^7.5.4",
74 "@clusterws/cws": "^0.15.0",
75 "array-includes": "^3.0.3",
76 "autoprefixer": "^9.6.0",
78 "babel-loader": "^8.0.6",
79 "babel-plugin-lodash": "^3.3.4",
80 "babel-plugin-preval": "^3.0.1",
81 "babel-plugin-react-intl": "^3.1.3",
82 "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
83 "babel-runtime": "^6.26.0",
85 "classnames": "^2.2.5",
86 "compression-webpack-plugin": "^3.0.0",
87 "cross-env": "^5.1.4",
88 "css-loader": "^2.1.1",
90 "detect-passive-events": "^1.0.2",
92 "emoji-mart": "Gargron/emoji-mart#build",
93 "es6-symbol": "^3.1.1",
94 "escape-html": "^1.0.3",
97 "file-loader": "^4.0.0",
98 "font-awesome": "^4.7.0",
100 "http-link-header": "^1.0.2",
101 "immutable": "^3.8.2",
102 "imports-loader": "^0.8.0",
103 "intersection-observer": "^0.7.0",
105 "intl-messageformat": "^2.2.0",
106 "intl-relativeformat": "^6.4.3",
108 "js-yaml": "^3.13.1",
109 "lodash": "^4.17.14",
110 "mark-loader": "^0.1.6",
112 "mini-css-extract-plugin": "^0.7.0",
115 "object-assign": "^4.1.1",
116 "object-fit-images": "^3.2.3",
117 "object.values": "^1.1.0",
118 "offline-plugin": "^5.0.7",
119 "path-complete-extname": "^1.0.0",
121 "postcss-loader": "^3.0.0",
122 "postcss-object-fit-images": "^1.1.2",
123 "prop-types": "^15.5.10",
124 "punycode": "^2.1.0",
125 "rails-ujs": "^5.2.3",
127 "react-dom": "^16.8.6",
128 "react-hotkeys": "^1.1.4",
129 "react-immutable-proptypes": "^2.1.0",
130 "react-immutable-pure-component": "^1.1.1",
131 "react-intl": "^2.9.0",
132 "react-masonry-infinite": "^1.2.2",
133 "react-motion": "^0.5.2",
134 "react-notification": "^6.8.4",
135 "react-overlays": "^0.8.3",
136 "react-redux": "^7.1.0",
137 "react-redux-loading-bar": "^4.0.8",
138 "react-router-dom": "^4.1.1",
139 "react-router-scroll-4": "^1.0.0-beta.1",
140 "react-select": "^2.4.4",
141 "react-sparklines": "^1.7.0",
142 "react-swipeable-views": "^0.13.3",
143 "react-textarea-autosize": "^7.1.0",
144 "react-toggle": "^4.0.1",
147 "redux-immutable": "^4.0.0",
148 "redux-thunk": "^2.2.0",
150 "requestidlecallback": "^0.3.0",
151 "reselect": "^4.0.0",
154 "sass-loader": "^7.0.3",
156 "substring-trie": "^1.0.2",
157 "terser-webpack-plugin": "^1.3.0",
159 "tiny-queue": "^0.2.1",
161 "webpack": "^4.35.3",
162 "webpack-assets-manifest": "^3.1.1",
163 "webpack-bundle-analyzer": "^3.3.2",
164 "webpack-cli": "^3.3.5",
165 "webpack-merge": "^4.2.1",
166 "websocket.js": "^0.1.12"
169 "babel-eslint": "^10.0.2",
170 "babel-jest": "^24.8.0",
172 "enzyme-adapter-react-16": "^1.14.0",
174 "eslint-plugin-import": "~2.18.0",
175 "eslint-plugin-jsx-a11y": "~6.2.3",
176 "eslint-plugin-promise": "~4.2.1",
177 "eslint-plugin-react": "~7.14.2",
180 "react-intl-translations-manager": "^5.0.3",
181 "react-test-renderer": "^16.8.6",
182 "sass-lint": "^1.13.1",
183 "webpack-dev-server": "^3.7.2",