about summary refs log tree commit diff
path: root/package.json
blob: df496c55b5a396fb6318e529e26c006a7cc7078f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
  "name": "mastodon",
  "scripts": {
    "test": "mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.jsx",
    "storybook": "start-storybook -p 9001 -c storybook",
    "start": "babel-node ./streaming/index.js --presets es2015,stage-2"
  },
  "dependencies": {
    "@kadira/storybook": "^2.35.3",
    "axios": "^0.15.3",
    "babel-cli": "^6.23.0",
    "babel-plugin-react-transform": "^2.0.2",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-preset-es2015": "^6.22.0",
    "babel-preset-react": "^6.11.1",
    "babel-preset-stage-2": "^6.22.0",
    "babelify": "^7.3.0",
    "browserify": "^14.1.0",
    "browserify-incremental": "^3.1.1",
    "bufferutil": "^2.0.1",
    "chai": "^3.5.0",
    "chai-enzyme": "^0.6.1",
    "css-loader": "^0.26.2",
    "dotenv": "^4.0.0",
    "emojione": "^2.2.7",
    "emojione-picker": "^2.0.1",
    "enzyme": "^2.7.1",
    "es6-promise": "^3.2.1",
    "escape-html": "^1.0.3",
    "eventsource": "^0.2.1",
    "express": "^4.14.1",
    "http-link-header": "^0.8.0",
    "immutable": "^3.8.1",
    "intl": "^1.2.5",
    "jsdom": "^9.11.0",
    "mocha": "^3.2.0",
    "node-sass": "^4.5.0",
    "npmlog": "^4.0.2",
    "pg": "^6.1.2",
    "react": "^15.4.2",
    "react-addons-perf": "^15.4.2",
    "react-addons-pure-render-mixin": "^15.4.2",
    "react-addons-shallow-compare": "^15.4.2",
    "react-addons-test-utils": "^15.4.2",
    "react-autosuggest": "^7.0.1",
    "react-decoration": "^1.4.0",
    "react-dom": "^15.4.2",
    "react-imageloader": "^2.1.0",
    "react-immutable-proptypes": "^2.1.0",
    "react-intl": "^2.1.5",
    "react-motion": "^0.4.5",
    "react-notification": "^6.6.0",
    "react-proxy": "^1.1.8",
    "react-redux": "^5.0.3",
    "react-redux-loading-bar": "2.4.1",
    "react-router": "^2.8.0",
    "react-router-scroll": "^0.3.2",
    "react-simple-dropdown": "^1.1.4",
    "react-storybook-addon-intl": "^0.1.0",
    "react-toggle": "^2.1.1",
    "redis": "^2.6.5",
    "redux": "^3.6.0",
    "redux-immutable": "^3.1.0",
    "redux-thunk": "^2.2.0",
    "reselect": "^2.5.4",
    "sass-loader": "^6.0.2",
    "sinon": "^1.17.6",
    "style-loader": "^0.13.2",
    "utf-8-validate": "^3.0.1",
    "uuid": "^3.0.1",
    "webpack": "^2.2.1",
    "websocket.js": "^0.1.7",
    "ws": "^2.1.0"
  },
  "devDependencies": {
    "babel-eslint": "^7.2.1",
    "eslint": "^3.19.0",
    "eslint-plugin-react": "^6.10.3"
  }
}