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