2016-08-25 01:56:44 +10:00
|
|
|
{
|
|
|
|
"name": "mastodon",
|
2018-02-27 11:52:27 +11:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2017-12-26 01:02:08 +11:00
|
|
|
"engines": {
|
2018-10-31 05:46:20 +11:00
|
|
|
"node": ">=8 <11"
|
2017-12-26 01:02:08 +11:00
|
|
|
},
|
2016-10-10 13:01:10 +11:00
|
|
|
"scripts": {
|
2017-04-26 09:51:51 +10:00
|
|
|
"postversion": "git push --tags",
|
2018-09-15 01:59:48 +10:00
|
|
|
"build:development": "cross-env RAILS_ENV=development NODE_ENV=development ./bin/webpack",
|
|
|
|
"build:production": "cross-env RAILS_ENV=production NODE_ENV=production ./bin/webpack",
|
2017-05-03 10:04:16 +10:00
|
|
|
"manage:translations": "node ./config/webpack/translationRunner.js",
|
2017-06-26 12:49:39 +10:00
|
|
|
"start": "node ./streaming/index.js",
|
2018-12-01 05:16:32 +11:00
|
|
|
"test": "npm run test:lint && npm run test:jest",
|
2018-01-18 02:57:15 +11:00
|
|
|
"test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ streaming/",
|
2018-03-07 07:36:46 +11:00
|
|
|
"test:jest": "cross-env NODE_ENV=test jest --coverage"
|
2016-10-10 13:01:10 +11:00
|
|
|
},
|
2017-04-26 09:51:51 +10:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/tootsuite/mastodon.git"
|
|
|
|
},
|
2018-09-15 01:59:48 +10:00
|
|
|
"browserslist": [
|
|
|
|
"last 2 versions",
|
|
|
|
"IE >= 11",
|
|
|
|
"iOS >= 9"
|
|
|
|
],
|
2017-05-31 00:11:45 +10:00
|
|
|
"private": true,
|
2017-01-12 01:39:31 +11:00
|
|
|
"dependencies": {
|
2018-09-15 01:59:48 +10:00
|
|
|
"@babel/core": "^7.0.1",
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
|
|
|
"@babel/plugin-proposal-decorators": "^7.0.0",
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
|
|
|
"@babel/plugin-transform-react-inline-elements": "^7.0.0",
|
|
|
|
"@babel/plugin-transform-react-jsx-self": "^7.0.0",
|
|
|
|
"@babel/plugin-transform-react-jsx-source": "^7.0.0",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.0.0",
|
|
|
|
"@babel/preset-env": "^7.0.0",
|
|
|
|
"@babel/preset-react": "^7.0.0",
|
|
|
|
"@babel/runtime": "^7.0.0",
|
2017-05-11 19:26:06 +10:00
|
|
|
"array-includes": "^3.0.3",
|
2018-07-14 11:56:41 +10:00
|
|
|
"autoprefixer": "^8.6.5",
|
2017-10-31 22:23:24 +11:00
|
|
|
"axios": "~0.16.2",
|
2018-09-15 01:59:48 +10:00
|
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
|
|
"babel-loader": "^8.0.2",
|
2018-07-14 11:56:41 +10:00
|
|
|
"babel-plugin-lodash": "^3.3.4",
|
2018-09-15 01:59:48 +10:00
|
|
|
"babel-plugin-preval": "^3.0.1",
|
|
|
|
"babel-plugin-react-intl": "^3.0.0",
|
|
|
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.15",
|
2017-05-23 21:10:41 +10:00
|
|
|
"classnames": "^2.2.5",
|
2018-09-15 01:59:48 +10:00
|
|
|
"compression-webpack-plugin": "^2.0.0",
|
2018-07-14 11:56:41 +10:00
|
|
|
"cross-env": "^5.1.4",
|
2018-09-15 01:59:48 +10:00
|
|
|
"css-loader": "^1.0.0",
|
2017-07-25 09:05:51 +10:00
|
|
|
"detect-passive-events": "^1.0.2",
|
2017-02-02 11:31:09 +11:00
|
|
|
"dotenv": "^4.0.0",
|
2017-10-09 06:47:15 +11:00
|
|
|
"emoji-mart": "Gargron/emoji-mart#build",
|
2017-05-11 19:26:06 +10:00
|
|
|
"es6-symbol": "^3.1.1",
|
2017-02-26 11:34:56 +11:00
|
|
|
"escape-html": "^1.0.3",
|
2018-05-09 16:41:07 +10:00
|
|
|
"exif-js": "^2.3.0",
|
2017-10-31 22:23:24 +11:00
|
|
|
"express": "^4.16.2",
|
2018-09-15 01:59:48 +10:00
|
|
|
"file-loader": "^2.0.0",
|
2018-09-28 10:11:14 +10:00
|
|
|
"font-awesome": "^4.7.0",
|
2017-05-03 10:04:16 +10:00
|
|
|
"glob": "^7.1.1",
|
2018-09-15 01:59:48 +10:00
|
|
|
"history": "^4.7.2",
|
2017-04-12 06:53:58 +10:00
|
|
|
"http-link-header": "^0.8.0",
|
2017-10-31 22:23:24 +11:00
|
|
|
"immutable": "^3.8.2",
|
2018-03-27 21:32:30 +11:00
|
|
|
"imports-loader": "^0.8.0",
|
2017-12-04 02:55:53 +11:00
|
|
|
"intersection-observer": "^0.5.0",
|
2016-11-24 04:53:23 +11:00
|
|
|
"intl": "^1.2.5",
|
2017-12-04 02:55:53 +11:00
|
|
|
"intl-messageformat": "^2.2.0",
|
2017-10-31 22:23:24 +11:00
|
|
|
"intl-relativeformat": "^2.1.0",
|
2017-05-11 19:26:06 +10:00
|
|
|
"is-nan": "^1.2.1",
|
2018-07-14 11:56:41 +10:00
|
|
|
"js-yaml": "^3.11.0",
|
|
|
|
"lodash": "^4.17.5",
|
2017-05-25 22:09:55 +10:00
|
|
|
"mark-loader": "^0.1.6",
|
|
|
|
"marky": "^1.2.0",
|
2018-09-15 01:59:48 +10:00
|
|
|
"mini-css-extract-plugin": "^0.4.2",
|
2017-05-22 23:06:06 +10:00
|
|
|
"mkdirp": "^0.5.1",
|
2018-07-14 11:56:41 +10:00
|
|
|
"node-sass": "^4.9.2",
|
2017-06-27 21:46:11 +10:00
|
|
|
"npmlog": "^4.1.2",
|
2017-05-11 19:26:06 +10:00
|
|
|
"object-assign": "^4.1.1",
|
2017-07-14 09:59:34 +10:00
|
|
|
"object-fit-images": "^3.2.3",
|
2018-03-08 23:07:25 +11:00
|
|
|
"object.values": "^1.0.4",
|
2018-07-14 11:56:41 +10:00
|
|
|
"offline-plugin": "^5.0.5",
|
|
|
|
"path-complete-extname": "^1.0.0",
|
2017-06-27 21:46:11 +10:00
|
|
|
"pg": "^6.4.0",
|
2018-09-15 01:59:48 +10:00
|
|
|
"postcss-loader": "^3.0.0",
|
2017-07-14 09:59:34 +10:00
|
|
|
"postcss-object-fit-images": "^1.1.2",
|
2018-07-14 11:56:41 +10:00
|
|
|
"postcss-smart-import": "^0.7.6",
|
|
|
|
"precss": "^3.1.2",
|
2017-05-30 02:23:28 +10:00
|
|
|
"prop-types": "^15.5.10",
|
2017-05-04 23:52:08 +10:00
|
|
|
"punycode": "^2.1.0",
|
2018-07-14 11:56:41 +10:00
|
|
|
"rails-ujs": "^5.2.0",
|
2018-09-15 01:59:48 +10:00
|
|
|
"react": "^16.5.0",
|
|
|
|
"react-dom": "^16.5.0",
|
2017-10-06 10:07:59 +11:00
|
|
|
"react-hotkeys": "^0.10.0",
|
2016-08-25 01:56:44 +10:00
|
|
|
"react-immutable-proptypes": "^2.1.0",
|
2017-10-31 22:23:24 +11:00
|
|
|
"react-immutable-pure-component": "^1.1.1",
|
2017-09-07 00:25:19 +10:00
|
|
|
"react-intl": "^2.4.0",
|
2017-10-31 22:23:24 +11:00
|
|
|
"react-motion": "^0.5.2",
|
2018-09-15 01:59:48 +10:00
|
|
|
"react-notification": "^6.8.4",
|
2017-10-31 22:23:24 +11:00
|
|
|
"react-overlays": "^0.8.3",
|
2017-04-22 04:05:35 +10:00
|
|
|
"react-redux": "^5.0.4",
|
2017-10-31 22:23:24 +11:00
|
|
|
"react-redux-loading-bar": "^2.9.3",
|
2017-06-21 04:40:03 +10:00
|
|
|
"react-router-dom": "^4.1.1",
|
2017-11-01 08:58:38 +11:00
|
|
|
"react-router-scroll-4": "^1.0.0-beta.1",
|
2018-11-06 04:53:25 +11:00
|
|
|
"react-select": "^2.0.0",
|
2018-05-28 05:45:30 +10:00
|
|
|
"react-sparklines": "^1.7.0",
|
2018-09-15 01:59:48 +10:00
|
|
|
"react-swipeable-views": "^0.12.17",
|
2017-12-04 02:55:53 +11:00
|
|
|
"react-textarea-autosize": "^5.2.1",
|
2017-05-30 02:23:28 +10:00
|
|
|
"react-toggle": "^4.0.1",
|
|
|
|
"redis": "^2.7.1",
|
2017-06-27 21:46:11 +10:00
|
|
|
"redux": "^3.7.1",
|
2017-05-30 02:23:28 +10:00
|
|
|
"redux-immutable": "^4.0.0",
|
2017-02-26 11:23:44 +11:00
|
|
|
"redux-thunk": "^2.2.0",
|
2018-07-29 03:25:33 +10:00
|
|
|
"rellax": "^1.6.2",
|
2017-05-25 01:55:00 +10:00
|
|
|
"requestidlecallback": "^0.3.0",
|
2017-05-30 02:23:28 +10:00
|
|
|
"reselect": "^3.0.1",
|
2017-05-22 23:06:06 +10:00
|
|
|
"rimraf": "^2.6.1",
|
2018-07-14 11:56:41 +10:00
|
|
|
"sass-loader": "^7.0.3",
|
2017-12-04 02:55:53 +11:00
|
|
|
"stringz": "^0.3.0",
|
2018-09-15 01:59:48 +10:00
|
|
|
"style-loader": "^0.23.0",
|
2017-10-03 22:11:22 +11:00
|
|
|
"substring-trie": "^1.0.2",
|
2017-05-29 00:25:26 +10:00
|
|
|
"throng": "^4.0.0",
|
2017-05-31 23:11:33 +10:00
|
|
|
"tiny-queue": "^0.2.1",
|
2018-07-14 11:56:41 +10:00
|
|
|
"uglifyjs-webpack-plugin": "^1.2.7",
|
2017-06-27 21:46:11 +10:00
|
|
|
"uuid": "^3.1.0",
|
2018-07-14 23:12:27 +10:00
|
|
|
"uws": "10.148.0",
|
2018-09-15 01:59:48 +10:00
|
|
|
"webpack": "^4.18.0",
|
2018-07-14 11:56:41 +10:00
|
|
|
"webpack-bundle-analyzer": "^2.13.1",
|
|
|
|
"webpack-cli": "^3.0.8",
|
2018-09-15 01:59:48 +10:00
|
|
|
"webpack-manifest-plugin": "^2.0.4",
|
2018-07-14 11:56:41 +10:00
|
|
|
"webpack-merge": "^4.1.3",
|
2018-07-17 23:29:33 +10:00
|
|
|
"websocket.js": "^0.1.12"
|
2017-04-11 08:36:03 +10:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-09-15 01:59:48 +10:00
|
|
|
"babel-eslint": "^9.0.0",
|
|
|
|
"babel-jest": "^23.6.0",
|
|
|
|
"enzyme": "^3.6.0",
|
|
|
|
"enzyme-adapter-react-16": "^1.5.0",
|
2018-06-01 22:03:19 +10:00
|
|
|
"eslint": "^4.19.1",
|
2017-10-31 22:23:24 +11:00
|
|
|
"eslint-plugin-import": "^2.8.0",
|
2018-06-01 22:03:19 +10:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.0.3",
|
|
|
|
"eslint-plugin-promise": "^3.8.0",
|
|
|
|
"eslint-plugin-react": "^7.8.2",
|
2018-09-15 01:59:48 +10:00
|
|
|
"jest": "^23.6.0",
|
2017-10-16 18:33:08 +11:00
|
|
|
"raf": "^3.4.0",
|
2018-07-14 11:56:41 +10:00
|
|
|
"react-intl-translations-manager": "^5.0.3",
|
2018-09-15 01:59:48 +10:00
|
|
|
"react-test-renderer": "^16.5.0",
|
|
|
|
"webpack-dev-server": "^3.1.8",
|
2017-06-27 21:46:11 +10:00
|
|
|
"yargs": "^8.0.2"
|
2017-04-15 21:27:27 +10:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2017-11-02 00:42:19 +11:00
|
|
|
"fsevents": "*",
|
|
|
|
"node-zopfli": "^2.0.2"
|
2016-08-25 01:56:44 +10:00
|
|
|
}
|
|
|
|
}
|