joyent-portal/frontend/package.json

134 lines
4.2 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",
"lint-fix": "make lint-fix",
"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",
"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",
"moment": "^2.17.1",
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",
"react-intl": "^2.2.3",
2017-02-24 15:31:13 +02:00
"react-intl-redux": "^0.4.1",
"react-redux": "^5.0.3",
2017-03-08 15:02:26 +02:00
"react-router": "4.0.0-beta.6",
"react-router-dom": "4.0.0-beta.6",
"react-select": "^1.0.0-rc.3",
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",
"redux-actions": "^1.2.2",
2016-12-12 12:56:48 +02:00
"redux-batched-actions": "^0.1.5",
"redux-form": "^6.5.0",
"redux-logger": "^2.8.1",
2016-12-05 22:03:19 +02:00
"redux-promise-middleware": "^4.2.0",
"redux-thunk": "^2.2.0",
"reselect": "^2.5.4",
"simple-statistics": "^2.5.0",
"styled-components": "^1.4.4",
"understood": "^1.0.1"
2016-10-20 04:14:26 +03:00
},
"devDependencies": {
2017-02-20 18:15:36 +02:00
"ava": "^0.18.2",
2017-02-16 14:21:08 +02:00
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
2016-12-05 22:03:19 +02:00
"babel-eslint": "^7.1.1",
2017-02-16 14:21:08 +02:00
"babel-loader": "^6.3.2",
"babel-plugin-inline-react-svg": "^0.2.0",
"babel-plugin-styled-components": "^1.0.0",
2017-02-16 14:21:08 +02:00
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
"babel-plugin-transform-es2015-parameters": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-constant-elements": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.23.0",
"babel-plugin-transform-react-jsx-self": "^6.22.0",
"babel-plugin-transform-react-jsx-source": "^6.22.0",
2017-02-16 14:21:08 +02:00
"babel-plugin-transform-runtime": "^6.23.0",
2016-12-14 00:09:04 +02:00
"babel-plugin-webpack-alias": "^2.1.2",
"babel-plugin-webpack-loaders": "^0.9.0",
"babel-preset-env": "^1.1.10",
2017-02-16 14:21:08 +02:00
"babel-preset-react": "^6.23.0",
"babel-register": "^6.23.0",
"case-sensitive-paths-webpack-plugin": "^1.1.4",
"css-loader": "^0.26.2",
"enzyme": "^2.7.1",
"eslint": "^3.16.1",
2016-10-20 04:14:26 +03:00
"eslint-config-semistandard": "^7.0.0",
"eslint-config-standard": "^7.0.0",
"eslint-plugin-babel": "^4.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-promise": "^3.5.0",
2017-02-16 14:21:08 +02:00
"eslint-plugin-react": "^6.10.0",
2016-10-20 04:14:26 +03:00
"eslint-plugin-standard": "^2.0.1",
"file-loader": "^0.10.1",
2017-02-16 14:21:08 +02:00
"jsdom": "^9.11.0",
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",
"nyc": "^10.1.2",
2016-12-14 00:09:04 +02:00
"pre-commit": "^1.2.2",
"react-addons-perf": "^15.4.2",
2017-01-16 21:53:05 +02:00
"react-addons-test-utils": "^15.4.2",
"react-dev-utils": "^0.5.1",
"react-perf": "^1.0.1",
2016-12-20 13:29:54 +02:00
"redux-ava": "^2.2.0",
"redux-perf-middleware": "^1.2.2",
"require-hacker": "^2.1.4",
2016-12-20 13:29:54 +02:00
"simple-mock": "^0.7.3",
2017-03-03 17:05:34 +02:00
"style-loader": "^0.13.2",
2017-02-20 18:15:36 +02:00
"stylelint": "^7.9.0",
2017-02-06 18:11:14 +02:00
"stylelint-config-standard": "^16.0.0",
"stylelint-processor-styled-components": "^0.0.4",
"tap-xunit": "^1.7.0",
2016-10-21 16:46:20 +03:00
"thenify": "^3.2.1",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
2017-02-20 18:15:36 +02:00
"webpack-dev-server": "^2.4.1",
"webpack-manifest-plugin": "^1.1.0",
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"
]
}