]> cat aescling's git repositories - mastodon.git/blob - package.json
Merge branch 'kschaper-avatar-component-testing' into development
[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-object-rest-spread": "^6.8.0",
12 "babel-preset-es2015": "^6.13.2",
13 "babel-preset-react": "^6.11.1",
14 "babelify": "^7.3.0",
15 "browserify": "^13.1.0",
16 "browserify-incremental": "^3.1.1",
17 "chai": "^3.5.0",
18 "chai-enzyme": "^0.5.2",
19 "enzyme": "^2.4.1",
20 "es6-promise": "^3.2.1",
21 "immutable": "^3.8.1",
22 "jsdom": "^9.6.0",
23 "mocha": "^3.1.1",
24 "moment": "^2.14.1",
25 "react": "^15.3.2",
26 "react-addons-perf": "^15.3.2",
27 "react-addons-pure-render-mixin": "^15.3.1",
28 "react-addons-test-utils": "^15.3.2",
29 "react-dom": "^15.3.0",
30 "react-immutable-proptypes": "^2.1.0",
31 "react-notification": "^6.1.1",
32 "react-proxy": "^1.1.8",
33 "react-redux": "^5.0.0-beta.3",
34 "react-redux-loading-bar": "^2.3.3",
35 "react-router": "^2.8.0",
36 "react-simple-dropdown": "^1.1.4",
37 "redux": "^3.5.2",
38 "redux-immutable": "^3.0.8",
39 "redux-thunk": "^2.1.0",
40 "reselect": "^2.5.4",
41 "sinon": "^1.17.6"
42 },
43 "dependencies": {
44 "react-responsive": "^1.1.5"
45 }
46 }
This page took 0.069156 seconds and 4 git commands to generate.