joyent-portal/frontend/package.json

118 lines
3.5 KiB
JSON
Raw Normal View History

2016-10-20 04:14:26 +03:00
{
2016-12-06 13:50:24 +02:00
"name": "joyent-portal-frontend",
2017-01-18 15:36:38 +02:00
"version": "1.1.0",
2016-10-20 04:14:26 +03:00
"private": true,
"license": "private",
"main": "server/index.js",
2016-10-21 16:46:20 +03:00
"directories": {
"test": "test",
"lib": "src"
},
2016-10-20 04:14:26 +03:00
"scripts": {
"start": "webpack-dev-server --define process.env.BASELINE_GRID=false --open --config webpack/index.js ",
2016-10-24 18:31:05 +03:00
"production": "node server",
"lint": "make lint",
"test": "make test",
2016-10-20 04:14:26 +03:00
"open": "nyc report --reporter=html & open coverage/index.html",
2016-10-20 22:42:39 +03:00
"coverage": "nyc check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
2017-01-06 18:24:37 +02:00
"build-locales": " CONFIG=$(pwd)/webpack/index.js babel-node scripts/build-locales",
2016-12-05 22:23:36 +02:00
"clean-static": "git check-ignore static/** | xargs rm"
2016-10-20 04:14:26 +03:00
},
"dependencies": {
2017-01-03 19:11:18 +02:00
"@tomgco/joyent-portal-ui": "alpha",
2016-10-20 04:14:26 +03:00
"constant-case": "^2.0.0",
"css-loader": "^0.26.1",
"force-array": "^3.1.0",
2016-12-30 23:46:33 +02:00
"hapi": "^16.1.0",
"inert": "^4.1.0",
2016-10-24 19:07:55 +03:00
"inherits": "^2.0.3",
"lodash.find": "^4.6.0",
2017-01-03 01:17:12 +02:00
"lodash.flatten": "^4.4.0",
2016-12-20 13:29:54 +02:00
"lodash.get": "^4.4.2",
2016-12-15 16:10:36 +02:00
"lodash.isempty": "^4.4.0",
2016-10-24 18:31:05 +03:00
"lodash.template": "^4.4.0",
"lodash.uniq": "^4.5.0",
2016-12-14 00:09:04 +02:00
"param-case": "^2.1.0",
2016-10-20 22:42:39 +03:00
"querystring": "^0.2.0",
2017-01-16 21:53:05 +02:00
"react": "^15.4.2",
2016-10-25 22:36:05 +03:00
"react-a11y": "^0.3.3",
2017-01-16 21:53:05 +02:00
"react-dom": "^15.4.2",
2016-10-20 04:14:26 +03:00
"react-hot-loader": "^3.0.0-beta.6",
2017-01-16 21:53:05 +02:00
"react-intl": "^2.2.3",
2017-01-04 21:09:49 +02:00
"react-intl-redux": "^0.3.0",
2017-01-16 21:53:05 +02:00
"react-redux": "^5.0.2",
2017-01-16 16:17:23 +02:00
"react-router": "4.0.0-alpha.6",
"react-select": "^1.0.0-rc.2",
2017-01-30 19:56:31 +02:00
"reduce-reducers": "^0.1.2",
2016-10-20 04:14:26 +03:00
"redux": "^3.6.0",
2016-12-14 00:09:04 +02:00
"redux-actions": "^1.2.0",
2016-12-12 12:56:48 +02:00
"redux-batched-actions": "^0.1.5",
2017-01-17 13:30:57 +02:00
"redux-form": "^6.4.3",
2016-12-05 22:03:19 +02:00
"redux-logger": "^2.7.4",
"redux-promise-middleware": "^4.2.0",
2016-10-24 18:31:05 +03:00
"redux-thunk": "^2.1.0",
"require-hacker": "^2.1.4",
"reselect": "^2.5.4",
2017-01-30 19:56:31 +02:00
"style-loader": "^0.13.1",
2017-01-16 21:53:05 +02:00
"styled-components": "^1.3.0",
2017-01-23 17:05:51 +02:00
"svg-react-loader": "^0.3.7",
2016-12-30 23:46:33 +02:00
"understood": "^1.0.1",
2016-12-12 18:27:33 +02:00
"url-loader": "^0.5.7"
2016-10-20 04:14:26 +03:00
},
"devDependencies": {
2016-12-05 22:03:19 +02:00
"ava": "^0.17.0",
"babel-cli": "^6.18.0",
2016-12-19 14:23:27 +02:00
"babel-core": "^6.21.0",
2016-12-05 22:03:19 +02:00
"babel-eslint": "^7.1.1",
2016-12-19 14:23:27 +02:00
"babel-loader": "^6.2.10",
2016-10-21 16:46:20 +03:00
"babel-plugin-syntax-async-functions": "^6.13.0",
2016-10-20 04:14:26 +03:00
"babel-plugin-transform-async-to-generator": "^6.16.0",
2016-12-05 22:03:19 +02:00
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
2016-12-12 12:56:48 +02:00
"babel-plugin-transform-object-rest-spread": "^6.20.2",
2016-10-20 04:14:26 +03:00
"babel-plugin-transform-runtime": "^6.15.0",
2016-12-14 00:09:04 +02:00
"babel-plugin-webpack-alias": "^2.1.2",
2016-10-24 14:23:05 +03:00
"babel-plugin-webpack-loaders": "^0.8.0",
2017-01-16 21:53:05 +02:00
"babel-preset-env": "^1.1.8",
2016-10-21 16:46:20 +03:00
"babel-preset-react": "^6.16.0",
2016-12-05 22:03:19 +02:00
"babel-register": "^6.18.0",
2016-12-22 13:36:41 +02:00
"enzyme": "^2.7.0",
2017-01-16 21:53:05 +02:00
"eslint": "^3.13.1",
2016-10-20 04:14:26 +03:00
"eslint-config-semistandard": "^7.0.0",
2016-12-05 22:03:19 +02:00
"eslint-config-standard": "^6.2.1",
"eslint-plugin-babel": "^4.0.0",
2016-12-19 14:23:27 +02:00
"eslint-plugin-jsx-a11y": "^3.0.2",
2016-12-05 22:03:19 +02:00
"eslint-plugin-promise": "^3.4.0",
2017-01-16 21:53:05 +02:00
"eslint-plugin-react": "^6.9.0",
2016-10-20 04:14:26 +03:00
"eslint-plugin-standard": "^2.0.1",
2017-01-03 01:34:23 +02:00
"fast-async": "^6.2.0",
2017-01-18 13:47:32 +02:00
"file-loader": "^0.9.0",
2016-12-20 13:29:54 +02:00
"jsdom": "^9.9.1",
2016-10-21 16:46:20 +03:00
"json-loader": "^0.5.4",
"ncp": "^2.0.0",
2016-12-14 00:09:04 +02:00
"node-hook": "^0.4.0",
2016-12-05 22:03:19 +02:00
"nyc": "^10.0.0",
2016-12-14 00:09:04 +02:00
"pre-commit": "^1.2.2",
2017-01-16 21:53:05 +02:00
"react-addons-test-utils": "^15.4.2",
2016-12-20 13:29:54 +02:00
"redux-ava": "^2.2.0",
"simple-mock": "^0.7.3",
2017-01-04 21:09:49 +02:00
"tap-xunit": "^1.5.1",
2016-10-21 16:46:20 +03:00
"thenify": "^3.2.1",
"webpack": "^2.1.0-beta.25",
2016-10-20 22:42:39 +03:00
"webpack-dev-server": "^1.16.2",
2016-12-14 00:09:04 +02:00
"webpack-shell-plugin": "^0.5.0"
2016-10-20 04:14:26 +03:00
},
"ava": {
"failFast": true,
"cache": false,
"require": [
2016-12-14 00:09:04 +02:00
"./test/_hook.js"
2016-10-20 04:14:26 +03:00
],
"babel": "inherit"
},
"pre-commit": [
"lint",
"test",
"coverage"
]
}