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