76 lines
2.3 KiB
JSON
76 lines
2.3 KiB
JSON
{
|
|
"name": "redux-loop-spike",
|
|
"private": true,
|
|
"license": "private",
|
|
"main": "src/server/index.js",
|
|
"scripts": {
|
|
"start": "node .",
|
|
"lint": "eslint .",
|
|
"test": "NODE_ENV=test nyc ava test/*.js --fail-fast --verbose --tap",
|
|
"open": "nyc report --reporter=html & open coverage/index.html",
|
|
"coverage": "nyc check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
|
|
"storybook": "start-storybook -p 6006",
|
|
"build-storybook": "build-storybook"
|
|
},
|
|
"dependencies": {
|
|
"aphrodite": "^0.6.0",
|
|
"babel-eslint": "^7.0.0",
|
|
"babel-loader": "^6.2.5",
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.16.0",
|
|
"babel-plugin-transform-object-rest-spread": "^6.16.0",
|
|
"babel-plugin-transform-runtime": "^6.15.0",
|
|
"babel-preset-es2015": "^6.16.0",
|
|
"babel-preset-react": "^6.16.0",
|
|
"babel-preset-react-hmre": "^1.1.1",
|
|
"babel-runtime": "^6.11.6",
|
|
"component-emitter": "^1.2.1",
|
|
"crosstab": "^0.2.12",
|
|
"express-graphql": "^0.5.4",
|
|
"graphql": "^0.7.2",
|
|
"graphql-fetch": "^1.0.0",
|
|
"json-loader": "^0.5.4",
|
|
"lodash.find": "^4.6.0",
|
|
"lodash.get": "^4.4.2",
|
|
"lodash.values": "^4.3.0",
|
|
"node-uuid": "^1.4.7",
|
|
"react": "^15.3.2",
|
|
"react-dom": "^15.3.2",
|
|
"react-hot-loader": "^3.0.0-beta.6",
|
|
"react-intl": "^2.1.5",
|
|
"react-redux": "^4.4.5",
|
|
"react-router": "^4.0.0-alpha.4",
|
|
"reduce-reducers": "^0.1.2",
|
|
"redux": "^3.6.0",
|
|
"redux-actions": "^0.12.0",
|
|
"redux-batched-actions": "^0.1.3",
|
|
"redux-logger": "^2.7.0",
|
|
"redux-loop": "^2.2.2",
|
|
"redux-promise-middleware": "^4.1.0",
|
|
"reselect": "^2.5.4",
|
|
"webpack": "^1.13.2",
|
|
"webpack-dev-server": "^1.16.2"
|
|
},
|
|
"devDependencies": {
|
|
"@kadira/storybook": "^2.24.0",
|
|
"ava": "^0.16.0",
|
|
"babel-register": "^6.16.3",
|
|
"enzyme": "^2.4.1",
|
|
"eslint": "^3.8.0",
|
|
"eslint-config-semistandard": "^7.0.0",
|
|
"eslint-config-standard": "^6.2.0",
|
|
"eslint-plugin-babel": "^3.3.0",
|
|
"eslint-plugin-promise": "^3.0.0",
|
|
"eslint-plugin-react": "^6.4.1",
|
|
"eslint-plugin-standard": "^2.0.1",
|
|
"nyc": "^8.3.1",
|
|
"react-addons-test-utils": "^15.3.2"
|
|
},
|
|
"ava": {
|
|
"require": [
|
|
"babel-register"
|
|
],
|
|
"babel": "inherit"
|
|
}
|
|
}
|