2016-08-24 15:56:44 +00:00
|
|
|
{
|
|
|
|
"name": "mastodon",
|
2017-04-20 11:29:38 +00:00
|
|
|
"license": "AGPL-3.0",
|
2016-10-10 02:01:10 +00:00
|
|
|
"scripts": {
|
2017-04-25 23:51:51 +00:00
|
|
|
"postversion": "git push --tags",
|
2017-05-06 02:05:38 +00:00
|
|
|
"build:development": "NODE_ENV=development yarn webpack -- --config config/webpack/development.js",
|
|
|
|
"build:production": "NODE_ENV=production yarn webpack -- --config config/webpack/production.js",
|
2017-05-03 00:04:16 +00:00
|
|
|
"manage:translations": "node ./config/webpack/translationRunner.js",
|
2017-05-23 22:45:05 +00:00
|
|
|
"start": "rimraf ./tmp/streaming && babel ./streaming/index.js --out-dir ./tmp && node ./tmp/streaming/index.js",
|
2017-05-25 03:23:14 +00:00
|
|
|
"storybook": "NODE_ENV=test start-storybook -p 9001 -c storybook",
|
2017-04-15 11:27:27 +00:00
|
|
|
"test": "npm run test:lint && npm run test:mocha",
|
2017-05-20 15:31:47 +00:00
|
|
|
"test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ storyboard/ streaming/",
|
2017-05-14 10:59:40 +00:00
|
|
|
"test:mocha": "NODE_ENV=test mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.jsx",
|
2017-05-12 20:04:41 +00:00
|
|
|
"postinstall": "npm rebuild node-sass"
|
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",
|
2017-05-29 16:23:28 +00:00
|
|
|
"autoprefixer": "^7.1.0",
|
|
|
|
"axios": "^0.16.1",
|
|
|
|
"babel-cli": "^6.24.1",
|
2017-05-03 00:04:16 +00:00
|
|
|
"babel-core": "^6.24.1",
|
|
|
|
"babel-loader": "7.x",
|
2017-05-06 09:04:55 +00:00
|
|
|
"babel-plugin-lodash": "^3.2.11",
|
2017-05-03 00:04:16 +00:00
|
|
|
"babel-plugin-react-intl": "^2.3.1",
|
2016-08-31 14:15:12 +00:00
|
|
|
"babel-plugin-react-transform": "^2.0.2",
|
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",
|
2017-05-14 10:59:40 +00: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-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",
|
2017-05-19 00:42:21 +00:00
|
|
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.5",
|
2017-05-18 17:14:58 +00:00
|
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
2017-05-03 00:04:16 +00:00
|
|
|
"babel-preset-env": "^1.4.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",
|
2017-05-03 00:04:16 +00:00
|
|
|
"coffee-loader": "^0.7.3",
|
2017-05-29 16:23:28 +00:00
|
|
|
"coffee-script": "^1.12.6",
|
2017-05-03 00:04:16 +00:00
|
|
|
"compression-webpack-plugin": "^0.4.0",
|
2017-05-29 16:23:28 +00:00
|
|
|
"css-loader": "^0.28.1",
|
2017-02-02 00:31:09 +00:00
|
|
|
"dotenv": "^4.0.0",
|
2017-03-29 20:27:24 +00:00
|
|
|
"emojione": "^2.2.7",
|
2017-05-07 13:22:42 +00:00
|
|
|
"emojione-picker": "^2.2.1",
|
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",
|
2017-05-29 16:23:28 +00:00
|
|
|
"express": "^4.15.2",
|
2017-05-03 00:04:16 +00:00
|
|
|
"extract-text-webpack-plugin": "^2.1.0",
|
|
|
|
"file-loader": "^0.11.1",
|
|
|
|
"font-awesome": "^4.7.0",
|
|
|
|
"glob": "^7.1.1",
|
2017-05-29 16:23:28 +00:00
|
|
|
"history": "^3.3.0",
|
2017-04-11 20:53:58 +00:00
|
|
|
"http-link-header": "^0.8.0",
|
2016-08-24 15:56:44 +00:00
|
|
|
"immutable": "^3.8.1",
|
2017-05-24 15:55:00 +00:00
|
|
|
"intersection-observer": "^0.2.1",
|
2016-11-23 17:53:23 +00:00
|
|
|
"intl": "^1.2.5",
|
2017-05-25 12:09:25 +00:00
|
|
|
"intl-relativeformat": "^1.3.0",
|
2017-05-11 09:26:06 +00:00
|
|
|
"is-nan": "^1.2.1",
|
2017-05-29 16:23:28 +00:00
|
|
|
"js-yaml": "^3.8.4",
|
2017-05-06 09:05:32 +00:00
|
|
|
"lodash": "^4.17.4",
|
2017-05-25 12:09:55 +00:00
|
|
|
"mark-loader": "^0.1.6",
|
|
|
|
"marky": "^1.2.0",
|
2017-05-22 13:06:06 +00:00
|
|
|
"mkdirp": "^0.5.1",
|
2017-04-20 11:29:38 +00:00
|
|
|
"node-sass": "^4.5.2",
|
2017-05-29 16:23:28 +00:00
|
|
|
"npmlog": "^4.1.0",
|
2017-05-11 09:26:06 +00:00
|
|
|
"object-assign": "^4.1.1",
|
2017-05-03 00:04:16 +00:00
|
|
|
"path-complete-extname": "^0.1.0",
|
2017-05-29 16:23:28 +00:00
|
|
|
"pg": "^6.1.5",
|
|
|
|
"postcss-loader": "^2.0.5",
|
|
|
|
"postcss-smart-import": "^0.7.0",
|
2017-05-03 00:04:16 +00:00
|
|
|
"precss": "^1.4.0",
|
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",
|
2017-05-03 00:04:16 +00:00
|
|
|
"rails-erb-loader": "^5.0.0",
|
2017-05-29 16:23:28 +00:00
|
|
|
"rails-ujs": "^5.1.1",
|
2017-04-21 18:05:35 +00:00
|
|
|
"react": "^15.5.4",
|
2017-02-26 00:23:44 +00:00
|
|
|
"react-addons-perf": "^15.4.2",
|
2017-04-21 18:05:35 +00:00
|
|
|
"react-addons-shallow-compare": "^15.5.2",
|
|
|
|
"react-dom": "^15.5.4",
|
2016-08-24 15:56:44 +00:00
|
|
|
"react-immutable-proptypes": "^2.1.0",
|
2017-05-03 00:04:16 +00:00
|
|
|
"react-immutable-pure-component": "^0.0.4",
|
2017-05-29 16:23:28 +00:00
|
|
|
"react-intl": "^2.3.0",
|
|
|
|
"react-motion": "^0.5.0",
|
|
|
|
"react-notification": "^6.7.0",
|
2017-04-21 18:05:35 +00:00
|
|
|
"react-redux": "^5.0.4",
|
2017-05-29 16:23:28 +00:00
|
|
|
"react-redux-loading-bar": "^2.9.0",
|
|
|
|
"react-router": "^3.0.5",
|
|
|
|
"react-router-scroll": "^0.4.2",
|
|
|
|
"react-simple-dropdown": "^3.0.0",
|
2017-05-26 16:22:23 +00:00
|
|
|
"react-textarea-autosize": "^5.0.6",
|
2017-05-29 16:23:28 +00:00
|
|
|
"react-toggle": "^4.0.1",
|
|
|
|
"redis": "^2.7.1",
|
2017-01-06 21:09:55 +00:00
|
|
|
"redux": "^3.6.0",
|
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",
|
2017-05-29 16:23:28 +00:00
|
|
|
"sass-loader": "^6.0.5",
|
|
|
|
"stringz": "^0.2.0",
|
2017-05-03 00:04:16 +00:00
|
|
|
"style-loader": "^0.16.1",
|
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",
|
2017-02-05 22:37:25 +00:00
|
|
|
"uuid": "^3.0.1",
|
2017-05-06 15:05:38 +00:00
|
|
|
"uws": "^0.14.5",
|
2017-05-29 16:23:28 +00:00
|
|
|
"webpack": "^2.5.1",
|
2017-05-22 13:42:11 +00:00
|
|
|
"webpack-bundle-analyzer": "^2.8.2",
|
2017-05-03 00:04:16 +00:00
|
|
|
"webpack-manifest-plugin": "^1.1.0",
|
|
|
|
"webpack-merge": "^4.1.0",
|
2017-05-06 15:05:38 +00:00
|
|
|
"websocket.js": "^0.1.7"
|
2017-04-10 22:36:03 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-05-03 00:04:16 +00:00
|
|
|
"@kadira/storybook": "^2.35.3",
|
2017-05-29 16:23:28 +00:00
|
|
|
"babel-eslint": "^7.2.3",
|
2017-05-03 00:04:16 +00:00
|
|
|
"chai": "^3.5.0",
|
|
|
|
"chai-enzyme": "^0.6.1",
|
|
|
|
"enzyme": "^2.8.2",
|
2017-04-10 22:36:03 +00:00
|
|
|
"eslint": "^3.19.0",
|
2017-05-19 09:44:28 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "^4.0.0",
|
2017-05-03 00:04:16 +00:00
|
|
|
"eslint-plugin-react": "^6.10.3",
|
2017-05-29 16:23:28 +00:00
|
|
|
"jsdom": "^10.1.0",
|
2017-05-06 02:05:38 +00:00
|
|
|
"minimist": "^1.2.0",
|
2017-05-29 16:23:28 +00:00
|
|
|
"mocha": "^3.4.1",
|
2017-05-03 00:04:16 +00:00
|
|
|
"react-intl-translations-manager": "^5.0.0",
|
2017-05-12 02:04:41 +00:00
|
|
|
"react-test-renderer": "^15.5.4",
|
2017-05-29 16:23:28 +00:00
|
|
|
"sinon": "^2.2.0",
|
2017-05-03 00:04:16 +00:00
|
|
|
"webpack-dev-server": "^2.4.5"
|
2017-04-15 11:27:27 +00:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
|
|
|
"fsevents": "*"
|
2016-08-24 15:56:44 +00:00
|
|
|
}
|
|
|
|
}
|