]> cat aescling's git repositories - mastodon.git/blob - package.json
Merge branch 'fix_462' of https://github.com/rmhasan/mastodon into rmhasan-fix_462
[mastodon.git] / package.json
1 {
2 "name": "mastodon",
3 "scripts": {
4 "test": "mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.jsx",
5 "storybook": "start-storybook -p 9001 -c storybook",
6 "start": "babel-node ./streaming/index.js --presets es2015,stage-2"
7 },
8 "dependencies": {
9 "@kadira/storybook": "^2.35.3",
10 "axios": "^0.15.3",
11 "babel-cli": "^6.23.0",
12 "babel-plugin-react-transform": "^2.0.2",
13 "babel-plugin-transform-decorators-legacy": "^1.3.4",
14 "babel-plugin-transform-object-rest-spread": "^6.23.0",
15 "babel-preset-es2015": "^6.22.0",
16 "babel-preset-react": "^6.11.1",
17 "babel-preset-stage-2": "^6.22.0",
18 "babelify": "^7.3.0",
19 "browserify": "^14.1.0",
20 "browserify-incremental": "^3.1.1",
21 "bufferutil": "^2.0.1",
22 "chai": "^3.5.0",
23 "chai-enzyme": "^0.6.1",
24 "css-loader": "^0.26.2",
25 "dotenv": "^4.0.0",
26 "emojione": "latest",
27 "enzyme": "^2.7.1",
28 "es6-promise": "^3.2.1",
29 "escape-html": "^1.0.3",
30 "eventsource": "^0.2.1",
31 "express": "^4.14.1",
32 "http-link-header": "^0.5.0",
33 "immutable": "^3.8.1",
34 "intl": "^1.2.5",
35 "jsdom": "^9.11.0",
36 "mocha": "^3.2.0",
37 "node-sass": "^4.5.0",
38 "npmlog": "^4.0.2",
39 "pg": "^6.1.2",
40 "react": "^15.4.2",
41 "react-addons-perf": "^15.4.2",
42 "react-addons-pure-render-mixin": "^15.4.2",
43 "react-addons-test-utils": "^15.4.2",
44 "react-autosuggest": "^7.0.1",
45 "react-decoration": "^1.4.0",
46 "react-dom": "^15.4.2",
47 "react-imageloader": "^2.1.0",
48 "react-immutable-proptypes": "^2.1.0",
49 "react-intl": "^2.1.5",
50 "react-motion": "^0.4.5",
51 "react-notification": "^6.6.0",
52 "react-proxy": "^1.1.8",
53 "react-redux": "^5.0.3",
54 "react-redux-loading-bar": "2.4.1",
55 "react-router": "^2.8.0",
56 "react-router-scroll": "^0.3.2",
57 "react-simple-dropdown": "^1.1.4",
58 "react-storybook-addon-intl": "^0.1.0",
59 "react-toggle": "^2.1.1",
60 "redis": "^2.6.5",
61 "redux": "^3.6.0",
62 "redux-immutable": "^3.1.0",
63 "redux-sounds": "^1.1.1",
64 "redux-thunk": "^2.2.0",
65 "reselect": "^2.5.4",
66 "sass-loader": "^6.0.2",
67 "sinon": "^1.17.6",
68 "style-loader": "^0.13.2",
69 "utf-8-validate": "^3.0.1",
70 "uuid": "^3.0.1",
71 "webpack": "^2.2.1",
72 "websocket.js": "^0.1.7",
73 "ws": "^2.1.0"
74 }
75 }
This page took 0.079584 seconds and 4 git commands to generate.