]> cat aescling's git repositories - mastodon.git/blob - package.json
Bump @clusterws/cws from 0.15.2 to 0.16.0 (#12345)
[mastodon.git] / package.json
1 {
2 "name": "@tootsuite/mastodon",
3 "license": "AGPL-3.0-or-later",
4 "engines": {
5 "node": ">=8.12 <13"
6 },
7 "scripts": {
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"
18 },
19 "repository": {
20 "type": "git",
21 "url": "https://github.com/tootsuite/mastodon.git"
22 },
23 "browserslist": [
24 "last 2 versions",
25 "IE >= 11",
26 "iOS >= 9",
27 "not dead"
28 ],
29 "jest": {
30 "projects": [
31 "<rootDir>/app/javascript/mastodon"
32 ],
33 "testPathIgnorePatterns": [
34 "<rootDir>/node_modules/",
35 "<rootDir>/vendor/",
36 "<rootDir>/config/",
37 "<rootDir>/log/",
38 "<rootDir>/public/",
39 "<rootDir>/tmp/"
40 ],
41 "setupFiles": [
42 "raf/polyfill"
43 ],
44 "setupFilesAfterEnv": [
45 "<rootDir>/app/javascript/mastodon/test_setup.js"
46 ],
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"
53 ],
54 "coverageDirectory": "<rootDir>/coverage",
55 "moduleDirectories": [
56 "<rootDir>/node_modules",
57 "<rootDir>/app/javascript"
58 ]
59 },
60 "private": true,
61 "dependencies": {
62 "@babel/core": "^7.4.5",
63 "@babel/plugin-proposal-class-properties": "^7.5.5",
64 "@babel/plugin-proposal-decorators": "^7.6.0",
65 "@babel/plugin-proposal-object-rest-spread": "^7.6.2",
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.5.0",
70 "@babel/plugin-transform-runtime": "^7.5.5",
71 "@babel/preset-env": "^7.7.1",
72 "@babel/preset-react": "^7.6.3",
73 "@babel/runtime": "^7.7.1",
74 "@clusterws/cws": "^0.16.0",
75 "array-includes": "^3.0.3",
76 "arrow-key-navigation": "^1.0.2",
77 "autoprefixer": "^9.6.1",
78 "axios": "^0.19.0",
79 "babel-loader": "^8.0.6",
80 "babel-plugin-lodash": "^3.3.4",
81 "babel-plugin-preval": "^3.0.1",
82 "babel-plugin-react-intl": "^3.1.3",
83 "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
84 "babel-runtime": "^6.26.0",
85 "blurhash": "^1.0.0",
86 "classnames": "^2.2.5",
87 "compression-webpack-plugin": "^3.0.0",
88 "copy-webpack-plugin": "^5.0.4",
89 "cross-env": "^6.0.3",
90 "css-loader": "^3.2.0",
91 "cssnano": "^4.1.10",
92 "detect-passive-events": "^1.0.2",
93 "dotenv": "^8.2.0",
94 "emoji-mart": "Gargron/emoji-mart#build",
95 "es6-symbol": "^3.1.2",
96 "escape-html": "^1.0.3",
97 "exif-js": "^2.3.0",
98 "express": "^4.17.1",
99 "file-loader": "^4.2.0",
100 "font-awesome": "^4.7.0",
101 "glob": "^7.1.5",
102 "history": "^4.10.1",
103 "http-link-header": "^1.0.2",
104 "immutable": "^3.8.2",
105 "imports-loader": "^0.8.0",
106 "intersection-observer": "^0.7.0",
107 "intl": "^1.2.5",
108 "intl-messageformat": "^2.2.0",
109 "intl-relativeformat": "^6.4.3",
110 "is-nan": "^1.2.1",
111 "js-yaml": "^3.13.1",
112 "lodash": "^4.17.14",
113 "mark-loader": "^0.1.6",
114 "marky": "^1.2.1",
115 "mini-css-extract-plugin": "^0.8.0",
116 "mkdirp": "^0.5.1",
117 "npmlog": "^4.1.2",
118 "object-assign": "^4.1.1",
119 "object-fit-images": "^3.2.3",
120 "object.values": "^1.1.0",
121 "offline-plugin": "^5.0.7",
122 "path-complete-extname": "^1.0.0",
123 "pg": "^6.4.0",
124 "postcss-loader": "^3.0.0",
125 "postcss-object-fit-images": "^1.1.2",
126 "prop-types": "^15.5.10",
127 "punycode": "^2.1.0",
128 "rails-ujs": "^5.2.3",
129 "react": "^16.10.2",
130 "react-dom": "^16.11.0",
131 "react-hotkeys": "^1.1.4",
132 "react-immutable-proptypes": "^2.1.0",
133 "react-immutable-pure-component": "^1.1.1",
134 "react-intl": "^2.9.0",
135 "react-masonry-infinite": "^1.2.2",
136 "react-motion": "^0.5.2",
137 "react-notification": "^6.8.4",
138 "react-overlays": "^0.9.1",
139 "react-redux": "^7.1.1",
140 "react-redux-loading-bar": "^4.0.8",
141 "react-router-dom": "^4.1.1",
142 "react-router-scroll-4": "^1.0.0-beta.1",
143 "react-select": "^3.0.5",
144 "react-sparklines": "^1.7.0",
145 "react-swipeable-views": "^0.13.3",
146 "react-textarea-autosize": "^7.1.0",
147 "react-toggle": "^4.1.1",
148 "redis": "^2.7.1",
149 "redux": "^4.0.4",
150 "redux-immutable": "^4.0.0",
151 "redux-thunk": "^2.2.0",
152 "rellax": "^1.10.0",
153 "requestidlecallback": "^0.3.0",
154 "reselect": "^4.0.0",
155 "rimraf": "^3.0.0",
156 "sass": "^1.23.3",
157 "sass-loader": "^8.0.0",
158 "stringz": "^2.0.0",
159 "substring-trie": "^1.0.2",
160 "terser-webpack-plugin": "^2.2.1",
161 "tesseract.js": "^2.0.0-beta.2",
162 "throng": "^4.0.0",
163 "tiny-queue": "^0.2.1",
164 "uuid": "^3.1.0",
165 "wavesurfer.js": "^3.2.0",
166 "webpack": "^4.41.2",
167 "webpack-assets-manifest": "^3.1.1",
168 "webpack-bundle-analyzer": "^3.6.0",
169 "webpack-cli": "^3.3.10",
170 "webpack-merge": "^4.2.1",
171 "websocket.js": "^0.1.12",
172 "wicg-inert": "^3.0.0"
173 },
174 "devDependencies": {
175 "babel-eslint": "^10.0.3",
176 "babel-jest": "^24.9.0",
177 "enzyme": "^3.10.0",
178 "enzyme-adapter-react-16": "^1.14.0",
179 "eslint": "^6.5.1",
180 "eslint-plugin-import": "~2.18.2",
181 "eslint-plugin-jsx-a11y": "~6.2.3",
182 "eslint-plugin-promise": "~4.2.1",
183 "eslint-plugin-react": "~7.16.0",
184 "jest": "^24.9.0",
185 "raf": "^3.4.1",
186 "react-intl-translations-manager": "^5.0.3",
187 "react-test-renderer": "^16.11.0",
188 "sass-lint": "^1.13.1",
189 "webpack-dev-server": "^3.9.0",
190 "yargs": "^13.3.0"
191 }
192 }
This page took 0.100641 seconds and 4 git commands to generate.