2016-08-24 16:56:44 +01:00
|
|
|
{
|
|
|
|
"name": "mastodon",
|
2017-04-20 12:29:38 +01:00
|
|
|
"license": "AGPL-3.0",
|
2016-10-10 03:01:10 +01:00
|
|
|
"scripts": {
|
2017-04-26 00:51:51 +01:00
|
|
|
"postversion": "git push --tags",
|
2017-06-25 11:52:42 +01:00
|
|
|
"build:development": "cross-env RAILS_ENV=development ./bin/webpack",
|
2017-06-18 01:57:09 +01:00
|
|
|
"build:production": "cross-env RAILS_ENV=production ./bin/webpack",
|
2017-05-03 01:04:16 +01:00
|
|
|
"manage:translations": "node ./config/webpack/translationRunner.js",
|
2017-06-26 03:49:39 +01:00
|
|
|
"start": "node ./streaming/index.js",
|
2017-10-16 08:33:08 +01:00
|
|
|
"test": "npm run test:lint && npm run test:jest",
|
2017-07-27 21:30:27 +01:00
|
|
|
"test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ spec/javascript/ streaming/",
|
2017-10-18 10:39:36 +01:00
|
|
|
"test:jest": "cross-env NODE_ENV=test jest --coverage",
|
2017-05-12 21:04:41 +01:00
|
|
|
"postinstall": "npm rebuild node-sass"
|
2016-10-10 03:01:10 +01:00
|
|
|
},
|
2017-04-26 00:51:51 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/tootsuite/mastodon.git"
|
|
|
|
},
|
2017-05-30 15:11:45 +01:00
|
|
|
"private": true,
|
2017-01-11 14:39:31 +00:00
|
|
|
"dependencies": {
|
2017-05-11 10:26:06 +01:00
|
|
|
"array-includes": "^3.0.3",
|
2017-10-31 11:23:24 +00:00
|
|
|
"autoprefixer": "^7.1.6",
|
|
|
|
"axios": "~0.16.2",
|
2017-06-12 09:54:02 +01:00
|
|
|
"babel-core": "^6.25.0",
|
2017-07-12 14:55:17 +01:00
|
|
|
"babel-loader": "^7.1.1",
|
2017-05-06 10:04:55 +01:00
|
|
|
"babel-plugin-lodash": "^3.2.11",
|
2017-10-31 11:23:24 +00:00
|
|
|
"babel-plugin-preval": "^1.6.1",
|
2017-05-03 01:04:16 +01:00
|
|
|
"babel-plugin-react-intl": "^2.3.1",
|
2016-08-31 15:15:12 +01:00
|
|
|
"babel-plugin-react-transform": "^2.0.2",
|
2017-05-07 01:42:38 +01:00
|
|
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
2017-05-12 13:44:10 +01:00
|
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
2017-06-23 18:36:54 +01:00
|
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
2017-05-14 11:59:40 +01:00
|
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
|
2017-02-26 00:23:44 +00:00
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
2017-07-09 16:34:05 +01:00
|
|
|
"babel-plugin-transform-react-inline-elements": "^6.22.0",
|
2017-05-03 01:04:16 +01:00
|
|
|
"babel-plugin-transform-react-jsx-self": "^6.22.0",
|
|
|
|
"babel-plugin-transform-react-jsx-source": "^6.22.0",
|
2017-10-31 11:23:24 +00:00
|
|
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.10",
|
2017-05-18 18:14:58 +01:00
|
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
2017-10-31 11:23:24 +00:00
|
|
|
"babel-preset-env": "^1.6.1",
|
2017-05-29 17:23:28 +01:00
|
|
|
"babel-preset-react": "^6.24.1",
|
2017-05-23 12:10:41 +01:00
|
|
|
"classnames": "^2.2.5",
|
2017-05-03 01:04:16 +01:00
|
|
|
"compression-webpack-plugin": "^0.4.0",
|
2017-10-31 11:23:24 +00:00
|
|
|
"cross-env": "^5.1.1",
|
2017-06-04 16:13:21 +01:00
|
|
|
"css-loader": "^0.28.4",
|
2017-07-25 00:05:51 +01:00
|
|
|
"detect-passive-events": "^1.0.2",
|
2017-02-02 00:31:09 +00:00
|
|
|
"dotenv": "^4.0.0",
|
2017-10-08 20:47:15 +01:00
|
|
|
"emoji-mart": "Gargron/emoji-mart#build",
|
2017-05-11 10:26:06 +01:00
|
|
|
"es6-symbol": "^3.1.1",
|
2017-02-26 00:34:56 +00:00
|
|
|
"escape-html": "^1.0.3",
|
2017-10-31 11:23:24 +00:00
|
|
|
"express": "^4.16.2",
|
2017-07-18 17:42:45 +01:00
|
|
|
"extract-text-webpack-plugin": "^2.1.2",
|
2017-06-12 09:54:02 +01:00
|
|
|
"file-loader": "^0.11.2",
|
2017-05-03 01:04:16 +01:00
|
|
|
"font-awesome": "^4.7.0",
|
|
|
|
"glob": "^7.1.1",
|
2017-04-11 21:53:58 +01:00
|
|
|
"http-link-header": "^0.8.0",
|
2017-10-31 11:23:24 +00:00
|
|
|
"immutable": "^3.8.2",
|
2017-07-27 15:20:48 +01:00
|
|
|
"intersection-observer": "^0.4.0",
|
2016-11-23 17:53:23 +00:00
|
|
|
"intl": "^1.2.5",
|
2017-10-16 10:12:09 +01:00
|
|
|
"intl-messageformat": "^2.1.0",
|
2017-10-31 11:23:24 +00:00
|
|
|
"intl-relativeformat": "^2.1.0",
|
2017-05-11 10:26:06 +01:00
|
|
|
"is-nan": "^1.2.1",
|
2017-07-12 14:55:17 +01:00
|
|
|
"js-yaml": "^3.9.0",
|
2017-05-06 10:05:32 +01:00
|
|
|
"lodash": "^4.17.4",
|
2017-05-25 13:09:55 +01:00
|
|
|
"mark-loader": "^0.1.6",
|
|
|
|
"marky": "^1.2.0",
|
2017-05-22 14:06:06 +01:00
|
|
|
"mkdirp": "^0.5.1",
|
2017-04-20 12:29:38 +01:00
|
|
|
"node-sass": "^4.5.2",
|
2017-06-27 12:46:11 +01:00
|
|
|
"npmlog": "^4.1.2",
|
2017-05-11 10:26:06 +01:00
|
|
|
"object-assign": "^4.1.1",
|
2017-07-14 00:59:34 +01:00
|
|
|
"object-fit-images": "^3.2.3",
|
2017-07-13 21:15:32 +01:00
|
|
|
"offline-plugin": "^4.8.3",
|
2017-05-03 01:04:16 +01:00
|
|
|
"path-complete-extname": "^0.1.0",
|
2017-06-27 12:46:11 +01:00
|
|
|
"pg": "^6.4.0",
|
2017-10-31 11:23:24 +00:00
|
|
|
"postcss-loader": "^2.0.8",
|
2017-07-14 00:59:34 +01:00
|
|
|
"postcss-object-fit-images": "^1.1.2",
|
2017-07-12 14:55:17 +01:00
|
|
|
"postcss-smart-import": "^0.7.5",
|
2017-07-03 10:56:58 +01:00
|
|
|
"precss": "^2.0.0",
|
2017-05-29 17:23:28 +01:00
|
|
|
"prop-types": "^15.5.10",
|
2017-05-04 14:52:08 +01:00
|
|
|
"punycode": "^2.1.0",
|
2017-06-27 12:46:11 +01:00
|
|
|
"rails-ujs": "^5.1.2",
|
2017-09-30 03:29:56 +01:00
|
|
|
"react": "^16.0.0",
|
|
|
|
"react-dom": "^16.0.0",
|
2017-10-06 00:07:59 +01:00
|
|
|
"react-hotkeys": "^0.10.0",
|
2016-08-24 16:56:44 +01: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 15:25:19 +01: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 19:05:35 +01:00
|
|
|
"react-redux": "^5.0.4",
|
2017-10-31 11:23:24 +00:00
|
|
|
"react-redux-loading-bar": "^2.9.3",
|
2017-06-20 19:40:03 +01:00
|
|
|
"react-router-dom": "^4.1.1",
|
2017-10-31 21:58:38 +00:00
|
|
|
"react-router-scroll-4": "^1.0.0-beta.1",
|
2017-07-09 14:02:26 +01:00
|
|
|
"react-swipeable-views": "^0.12.3",
|
2017-06-27 12:46:11 +01:00
|
|
|
"react-textarea-autosize": "^5.0.7",
|
2017-05-29 17:23:28 +01:00
|
|
|
"react-toggle": "^4.0.1",
|
|
|
|
"redis": "^2.7.1",
|
2017-06-27 12:46:11 +01:00
|
|
|
"redux": "^3.7.1",
|
2017-05-29 17:23:28 +01:00
|
|
|
"redux-immutable": "^4.0.0",
|
2017-02-26 00:23:44 +00:00
|
|
|
"redux-thunk": "^2.2.0",
|
2017-05-24 16:55:00 +01:00
|
|
|
"requestidlecallback": "^0.3.0",
|
2017-05-29 17:23:28 +01:00
|
|
|
"reselect": "^3.0.1",
|
2017-10-31 11:23:24 +00:00
|
|
|
"resolve-url-loader": "^2.2.0",
|
2017-05-22 14:06:06 +01:00
|
|
|
"rimraf": "^2.6.1",
|
2017-06-27 12:46:11 +01:00
|
|
|
"sass-loader": "^6.0.6",
|
|
|
|
"stringz": "^0.2.2",
|
2017-10-31 11:23:24 +00:00
|
|
|
"style-loader": "^0.19.0",
|
2017-10-03 12:11:22 +01:00
|
|
|
"substring-trie": "^1.0.2",
|
2017-05-28 15:25:26 +01:00
|
|
|
"throng": "^4.0.0",
|
2017-05-31 14:11:33 +01:00
|
|
|
"tiny-queue": "^0.2.1",
|
2017-06-27 12:46:11 +01:00
|
|
|
"uuid": "^3.1.0",
|
2017-07-03 10:56:58 +01:00
|
|
|
"uws": "^8.14.0",
|
2017-10-31 11:23:24 +00:00
|
|
|
"webpack": "^3.8.1",
|
2017-07-28 04:16:12 +01:00
|
|
|
"webpack-bundle-analyzer": "^2.8.3",
|
|
|
|
"webpack-manifest-plugin": "^1.2.1",
|
2017-05-03 01:04:16 +01:00
|
|
|
"webpack-merge": "^4.1.0",
|
2017-06-27 12:46:11 +01:00
|
|
|
"websocket.js": "^0.1.12"
|
2017-04-10 23:36:03 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-05-29 17:23:28 +01:00
|
|
|
"babel-eslint": "^7.2.3",
|
2017-09-30 03:29:56 +01:00
|
|
|
"enzyme": "^3.0.0",
|
2017-10-31 11:23:24 +00:00
|
|
|
"enzyme-adapter-react-16": "^1.0.2",
|
2017-04-10 23:36:03 +01:00
|
|
|
"eslint": "^3.19.0",
|
2017-10-31 11:23:24 +00:00
|
|
|
"eslint-plugin-import": "^2.8.0",
|
2017-05-19 10:44:28 +01:00
|
|
|
"eslint-plugin-jsx-a11y": "^4.0.0",
|
2017-05-03 01:04:16 +01:00
|
|
|
"eslint-plugin-react": "^6.10.3",
|
2017-10-16 08:33:08 +01:00
|
|
|
"jest": "^21.2.1",
|
|
|
|
"raf": "^3.4.0",
|
2017-05-03 01:04:16 +01:00
|
|
|
"react-intl-translations-manager": "^5.0.0",
|
2017-09-30 03:29:56 +01:00
|
|
|
"react-test-renderer": "^16.0.0",
|
2017-10-31 11:23:24 +00:00
|
|
|
"webpack-dev-server": "^2.9.3",
|
2017-06-27 12:46:11 +01:00
|
|
|
"yargs": "^8.0.2"
|
2017-04-15 12:27:27 +01:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
|
|
|
"fsevents": "*"
|
2016-08-24 16:56:44 +01:00
|
|
|
}
|
|
|
|
}
|