]> cat aescling's git repositories - mastodon.git/blob - package.json
Merge pull request #418 from ticky/upgrade-emojione
[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 },
7 "devDependencies": {
8 "@kadira/storybook": "^2.24.0",
9 "axios": "^0.14.0",
10 "babel-plugin-react-transform": "^2.0.2",
11 "babel-plugin-transform-decorators-legacy": "^1.3.4",
12 "babel-plugin-transform-object-rest-spread": "^6.8.0",
13 "babel-preset-es2015": "^6.13.2",
14 "babel-preset-react": "^6.11.1",
15 "babelify": "^7.3.0",
16 "browserify": "^13.1.0",
17 "browserify-incremental": "^3.1.1",
18 "chai": "^3.5.0",
19 "chai-enzyme": "^0.5.2",
20 "css-loader": "^0.26.1",
21 "emojione": "^2.2.6",
22 "enzyme": "^2.4.1",
23 "es6-promise": "^3.2.1",
24 "http-link-header": "^0.5.0",
25 "immutable": "^3.8.1",
26 "intl": "^1.2.5",
27 "jsdom": "^9.6.0",
28 "mocha": "^3.1.1",
29 "node-sass": "^4.0.0",
30 "react": "^15.3.2",
31 "react-addons-perf": "^15.3.2",
32 "react-addons-pure-render-mixin": "^15.3.1",
33 "react-addons-test-utils": "^15.3.2",
34 "react-autosuggest": "^7.0.1",
35 "react-decoration": "^1.4.0",
36 "react-dom": "^15.3.0",
37 "react-immutable-proptypes": "^2.1.0",
38 "react-intl": "^2.1.5",
39 "react-motion": "^0.4.5",
40 "react-notification": "^6.4.0",
41 "react-proxy": "^1.1.8",
42 "react-redux": "^5.0.0-beta.3",
43 "react-redux-loading-bar": "^2.4.1",
44 "react-router": "^2.8.0",
45 "react-router-scroll": "^0.3.2",
46 "react-simple-dropdown": "^1.1.4",
47 "react-storybook-addon-intl": "^0.1.0",
48 "react-toggle": "^2.1.1",
49 "redux": "^3.5.2",
50 "redux-immutable": "^3.0.8",
51 "redux-thunk": "^2.1.0",
52 "reselect": "^2.5.4",
53 "sass-loader": "^4.0.2",
54 "sinon": "^1.17.6",
55 "style-loader": "^0.13.1"
56 },
57 "dependencies": {
58 "emojione": "latest"
59 }
60 }
This page took 0.091638 seconds and 4 git commands to generate.