2 "name": "@tootsuite/mastodon",
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 . --cache",
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.13.14",
63 "@babel/plugin-proposal-class-properties": "^7.8.3",
64 "@babel/plugin-proposal-decorators": "^7.13.15",
65 "@babel/plugin-transform-react-inline-elements": "^7.12.13",
66 "@babel/plugin-transform-runtime": "^7.13.10",
67 "@babel/preset-env": "^7.13.12",
68 "@babel/preset-react": "^7.13.13",
69 "@babel/runtime": "^7.13.10",
70 "@gamestdio/websocket": "^0.3.2",
71 "@github/webauthn-json": "^0.5.7",
72 "@rails/ujs": "^6.1.3",
73 "array-includes": "^3.1.3",
74 "arrow-key-navigation": "^1.2.0",
75 "autoprefixer": "^9.8.6",
77 "babel-loader": "^8.2.2",
78 "babel-plugin-lodash": "^3.3.4",
79 "babel-plugin-preval": "^5.0.0",
80 "babel-plugin-react-intl": "^6.2.0",
81 "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
82 "babel-runtime": "^6.26.0",
84 "classnames": "^2.3.1",
85 "color-blend": "^3.0.1",
86 "compression-webpack-plugin": "^6.1.1",
87 "cross-env": "^7.0.3",
88 "css-loader": "^5.2.0",
90 "detect-passive-events": "^2.0.3",
92 "emoji-mart": "Gargron/emoji-mart#build",
93 "es6-symbol": "^3.1.3",
94 "escape-html": "^1.0.3",
97 "file-loader": "^6.2.0",
98 "font-awesome": "^4.7.0",
100 "history": "^4.10.1",
101 "http-link-header": "^1.0.3",
102 "immutable": "^3.8.2",
103 "imports-loader": "^1.2.0",
104 "intersection-observer": "^0.12.0",
106 "intl-messageformat": "^2.2.0",
107 "intl-relativeformat": "^6.4.3",
110 "lodash": "^4.17.21",
111 "mark-loader": "^0.1.6",
113 "mini-css-extract-plugin": "^1.4.0",
116 "object-assign": "^4.1.1",
117 "object-fit-images": "^3.2.3",
118 "object.values": "^1.1.3",
119 "offline-plugin": "^5.0.7",
120 "path-complete-extname": "^1.0.0",
122 "postcss-loader": "^3.0.0",
123 "postcss-object-fit-images": "^1.1.2",
124 "promise.prototype.finally": "^3.1.2",
125 "prop-types": "^15.5.10",
126 "punycode": "^2.1.0",
128 "react-dom": "^16.14.0",
129 "react-hotkeys": "^1.1.4",
130 "react-immutable-proptypes": "^2.2.0",
131 "react-immutable-pure-component": "^2.2.2",
132 "react-intl": "^2.9.0",
133 "react-masonry-infinite": "^1.2.2",
134 "react-motion": "^0.5.2",
135 "react-notification": "^6.8.5",
136 "react-overlays": "^0.9.3",
137 "react-redux": "^7.2.3",
138 "react-redux-loading-bar": "^4.0.8",
139 "react-router-dom": "^4.1.1",
140 "react-router-scroll-4": "^1.0.0-beta.1",
141 "react-select": "^4.3.0",
142 "react-sparklines": "^1.7.0",
143 "react-swipeable-views": "^0.13.9",
144 "react-textarea-autosize": "^8.3.2",
145 "react-toggle": "^4.1.2",
148 "redux-immutable": "^4.0.0",
149 "redux-thunk": "^2.2.0",
150 "regenerator-runtime": "^0.13.7",
152 "requestidlecallback": "^0.3.0",
153 "reselect": "^4.0.0",
156 "sass-loader": "^10.1.1",
157 "stacktrace-js": "^2.0.2",
159 "substring-trie": "^1.0.2",
160 "terser-webpack-plugin": "^4.2.3",
161 "tesseract.js": "^2.1.1",
163 "tiny-queue": "^0.2.1",
164 "twitter-text": "3.1.0",
166 "webpack": "^4.46.0",
167 "webpack-assets-manifest": "^4.0.2",
168 "webpack-bundle-analyzer": "^4.4.0",
169 "webpack-cli": "^3.3.12",
170 "webpack-merge": "^5.7.3",
171 "wicg-inert": "^3.1.1",
175 "@testing-library/jest-dom": "^5.11.10",
176 "@testing-library/react": "^11.2.6",
177 "babel-eslint": "^10.1.0",
178 "babel-jest": "^26.6.3",
180 "eslint-plugin-import": "~2.22.1",
181 "eslint-plugin-jsx-a11y": "~6.4.1",
182 "eslint-plugin-promise": "~4.3.1",
183 "eslint-plugin-react": "~7.23.1",
186 "react-intl-translations-manager": "^5.0.3",
187 "react-test-renderer": "^16.14.0",
188 "sass-lint": "^1.13.1",
189 "webpack-dev-server": "^3.11.2",
195 "optionalDependencies": {
196 "bufferutil": "^4.0.3",
197 "utf-8-validate": "^5.0.4"