]> cat aescling's git repositories - mastodon.git/blob - package.json
Add featured hashtags to profiles (#9755)
[mastodon.git] / package.json
1 {
2 "name": "mastodon",
3 "license": "AGPL-3.0-or-later",
4 "engines": {
5 "node": ">=8 <11"
6 },
7 "scripts": {
8 "postversion": "git push --tags",
9 "build:development": "cross-env RAILS_ENV=development NODE_ENV=development ./bin/webpack",
10 "build:production": "cross-env RAILS_ENV=production NODE_ENV=production ./bin/webpack",
11 "manage:translations": "node ./config/webpack/translationRunner.js",
12 "start": "node ./streaming/index.js",
13 "test": "${npm_execpath} run test:lint && ${npm_execpath} run test:jest",
14 "test:lint": "eslint --ext=js .",
15 "test:jest": "cross-env NODE_ENV=test jest --coverage"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/tootsuite/mastodon.git"
20 },
21 "browserslist": [
22 "last 2 versions",
23 "IE >= 11",
24 "iOS >= 9",
25 "not dead"
26 ],
27 "private": true,
28 "dependencies": {
29 "@babel/core": "^7.2.2",
30 "@babel/plugin-proposal-class-properties": "^7.2.3",
31 "@babel/plugin-proposal-decorators": "^7.2.3",
32 "@babel/plugin-proposal-object-rest-spread": "^7.2.0",
33 "@babel/plugin-syntax-dynamic-import": "^7.2.0",
34 "@babel/plugin-transform-react-inline-elements": "^7.2.0",
35 "@babel/plugin-transform-react-jsx-self": "^7.2.0",
36 "@babel/plugin-transform-react-jsx-source": "^7.2.0",
37 "@babel/plugin-transform-runtime": "^7.2.0",
38 "@babel/preset-env": "^7.2.3",
39 "@babel/preset-react": "^7.0.0",
40 "@babel/runtime": "^7.2.0",
41 "@gfx/zopfli": "^1.0.10",
42 "array-includes": "^3.0.3",
43 "autoprefixer": "^9.4.3",
44 "axios": "^0.18.0",
45 "babel-core": "^7.0.0-bridge.0",
46 "babel-loader": "^8.0.4",
47 "babel-plugin-lodash": "^3.3.4",
48 "babel-plugin-preval": "^3.0.1",
49 "babel-plugin-react-intl": "^3.0.1",
50 "babel-plugin-transform-react-remove-prop-types": "^0.4.21",
51 "babel-runtime": "^6.26.0",
52 "classnames": "^2.2.5",
53 "compression-webpack-plugin": "^2.0.0",
54 "cross-env": "^5.1.4",
55 "css-loader": "^2.1.0",
56 "cssnano": "^4.1.8",
57 "detect-passive-events": "^1.0.2",
58 "dotenv": "^6.2.0",
59 "emoji-mart": "Gargron/emoji-mart#build",
60 "es6-symbol": "^3.1.1",
61 "escape-html": "^1.0.3",
62 "exif-js": "^2.3.0",
63 "express": "^4.16.4",
64 "fibers": "^3.1.1",
65 "file-loader": "^3.0.1",
66 "font-awesome": "^4.7.0",
67 "glob": "^7.1.1",
68 "history": "^4.7.2",
69 "http-link-header": "^1.0.2",
70 "immutable": "^3.8.2",
71 "imports-loader": "^0.8.0",
72 "intersection-observer": "^0.5.1",
73 "intl": "^1.2.5",
74 "intl-messageformat": "^2.2.0",
75 "intl-relativeformat": "^2.1.0",
76 "is-nan": "^1.2.1",
77 "js-yaml": "^3.11.0",
78 "lodash": "^4.7.11",
79 "mark-loader": "^0.1.6",
80 "marky": "^1.2.1",
81 "mini-css-extract-plugin": "^0.5.0",
82 "mkdirp": "^0.5.1",
83 "npmlog": "^4.1.2",
84 "object-assign": "^4.1.1",
85 "object-fit-images": "^3.2.3",
86 "object.values": "^1.0.4",
87 "offline-plugin": "^5.0.6",
88 "path-complete-extname": "^1.0.0",
89 "pg": "^6.4.0",
90 "postcss-loader": "^3.0.0",
91 "postcss-object-fit-images": "^1.1.2",
92 "prop-types": "^15.5.10",
93 "punycode": "^2.1.0",
94 "rails-ujs": "^5.2.2",
95 "react": "^16.7.0",
96 "react-dom": "^16.7.0",
97 "react-hotkeys": "^1.1.4",
98 "react-immutable-proptypes": "^2.1.0",
99 "react-immutable-pure-component": "^1.1.1",
100 "react-intl": "^2.7.2",
101 "react-masonry-infinite": "^1.2.2",
102 "react-motion": "^0.5.2",
103 "react-notification": "^6.8.4",
104 "react-overlays": "^0.8.3",
105 "react-redux": "^6.0.0",
106 "react-redux-loading-bar": "^4.0.8",
107 "react-router-dom": "^4.1.1",
108 "react-router-scroll-4": "^1.0.0-beta.1",
109 "react-select": "^2.2.0",
110 "react-sparklines": "^1.7.0",
111 "react-swipeable-views": "^0.13.0",
112 "react-textarea-autosize": "^7.1.0",
113 "react-toggle": "^4.0.1",
114 "redis": "^2.7.1",
115 "redux": "^4.0.1",
116 "redux-immutable": "^4.0.0",
117 "redux-thunk": "^2.2.0",
118 "rellax": "^1.7.1",
119 "requestidlecallback": "^0.3.0",
120 "reselect": "^4.0.0",
121 "rimraf": "^2.6.1",
122 "sass": "^1.15.2",
123 "sass-loader": "^7.0.3",
124 "stringz": "^1.0.0",
125 "style-loader": "0.23.1",
126 "substring-trie": "^1.0.2",
127 "throng": "^4.0.0",
128 "tiny-queue": "^0.2.1",
129 "uglifyjs-webpack-plugin": "^2.1.1",
130 "uuid": "^3.1.0",
131 "uws": "10.148.0",
132 "webpack": "^4.28.3",
133 "webpack-assets-manifest": "^3.1.1",
134 "webpack-bundle-analyzer": "^3.0.3",
135 "webpack-cli": "^3.1.2",
136 "webpack-merge": "^4.1.5",
137 "websocket.js": "^0.1.12"
138 },
139 "devDependencies": {
140 "babel-eslint": "^10.0.1",
141 "babel-jest": "^23.6.0",
142 "enzyme": "^3.8.0",
143 "enzyme-adapter-react-16": "^1.7.1",
144 "eslint": "^5.11.1",
145 "eslint-plugin-import": "~2.14.0",
146 "eslint-plugin-jsx-a11y": "~6.1.2",
147 "eslint-plugin-promise": "~4.0.1",
148 "eslint-plugin-react": "~7.12.1",
149 "jest": "^23.6.0",
150 "raf": "^3.4.1",
151 "react-intl-translations-manager": "^5.0.3",
152 "react-test-renderer": "^16.7.0",
153 "webpack-dev-server": "^3.1.14",
154 "yargs": "^8.0.2"
155 },
156 "optionalDependencies": {
157 "fsevents": "*"
158 }
159 }
This page took 0.082556 seconds and 5 git commands to generate.