]> cat aescling's git repositories - mastodon.git/blob - package.json
Install npm 3 in docker (v3 warns on invalid peer dependencies instead of failing)
[mastodon.git] / package.json
1 {
2 "name": "mastodon",
3 "devDependencies": {
4 "babel-plugin-react-transform": "^2.0.2",
5 "babel-plugin-transform-object-rest-spread": "^6.8.0",
6 "babel-preset-es2015": "^6.13.2",
7 "babel-preset-react": "^6.11.1",
8 "babelify": "^7.3.0",
9 "browserify": "^13.1.0",
10 "browserify-incremental": "^3.1.1",
11 "react": "^15.3.0",
12 "react-dom": "^15.3.0",
13 "react-proxy": "^1.1.8",
14 "axios": "^0.14.0",
15 "es6-promise": "^3.2.1",
16 "immutable": "^3.8.1",
17 "moment": "^2.14.1",
18 "react-addons-perf": "^15.3.2",
19 "react-addons-pure-render-mixin": "^15.3.1",
20 "react-immutable-proptypes": "^2.1.0",
21 "react-notification": "^6.1.1",
22 "react-redux": "^5.0.0-beta.3",
23 "react-redux-loading-bar": "^2.3.3",
24 "react-router": "^2.8.0",
25 "react-simple-dropdown": "^1.1.4",
26 "redux": "^3.5.2",
27 "redux-immutable": "^3.0.8",
28 "redux-thunk": "^2.1.0",
29 "reselect": "^2.5.4"
30 }
31 }
This page took 0.065404 seconds and 4 git commands to generate.