2016-10-23 07:27:18 +03:00
|
|
|
{
|
2016-10-27 12:26:52 +03:00
|
|
|
"name": "joyent-dashboard-ui",
|
2016-10-23 07:27:18 +03:00
|
|
|
"version": "1.0.0",
|
|
|
|
"private": true,
|
|
|
|
"license": "private",
|
|
|
|
"scripts": {
|
2016-10-27 12:26:28 +03:00
|
|
|
"start": "webpack-dev-server --config webpack/index.js",
|
2016-10-27 18:01:32 +03:00
|
|
|
"lint": "make lint",
|
|
|
|
"test": "make test",
|
2016-10-23 07:27:18 +03:00
|
|
|
"build": "NODE_ENV=production webpack --config webpack/index.js",
|
|
|
|
"clean-static": "sh scripts/clean-static.sh",
|
|
|
|
"build-docs-static": "sh scripts/build-docs-static.sh"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-10-24 19:38:16 +03:00
|
|
|
"classnames": "^2.2.5",
|
2016-10-28 17:14:35 +03:00
|
|
|
"color": "^0.11.3",
|
2016-10-28 02:37:31 +03:00
|
|
|
"invariant": "^2.2.1",
|
|
|
|
"lodash.find": "^4.6.0",
|
|
|
|
"lodash.first": "^3.0.0",
|
2016-10-24 23:58:09 +03:00
|
|
|
"lodash.flatten": "^4.4.0",
|
2016-10-28 02:37:31 +03:00
|
|
|
"lodash.get": "^4.4.2",
|
2016-10-28 17:14:35 +03:00
|
|
|
"lodash.isfunction": "^3.0.8",
|
2016-10-28 02:37:31 +03:00
|
|
|
"lodash.isundefined": "^3.0.1",
|
2016-10-26 19:31:15 +03:00
|
|
|
"param-case": "^2.1.0",
|
2016-10-25 22:36:05 +03:00
|
|
|
"react": "^15.3.2",
|
2016-10-28 17:14:35 +03:00
|
|
|
"react-a11y": "^0.3.3",
|
|
|
|
"reduce-css-calc": "^1.3.0",
|
|
|
|
"traverse": "^0.6.6"
|
2016-10-23 07:27:18 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"ava": "^0.16.0",
|
|
|
|
"babel-core": "^6.17.0",
|
|
|
|
"babel-eslint": "^7.0.0",
|
|
|
|
"babel-loader": "^6.2.5",
|
|
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
|
|
"babel-plugin-syntax-async-functions": "^6.13.0",
|
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.16.0",
|
|
|
|
"babel-preset-es2015": "^6.16.0",
|
|
|
|
"babel-preset-react": "^6.16.0",
|
|
|
|
"babel-register": "^6.16.3",
|
|
|
|
"css-loader": "^0.25.0",
|
2016-10-28 18:48:20 +03:00
|
|
|
"css-modules-require-hook": "^4.0.5",
|
2016-10-25 16:01:42 +03:00
|
|
|
"dangerously-set-inner-html": "2.0.0",
|
2016-10-23 07:27:18 +03:00
|
|
|
"enzyme": "^2.5.1",
|
|
|
|
"eslint": "^3.8.1",
|
|
|
|
"eslint-config-semistandard": "^7.0.0",
|
|
|
|
"eslint-config-standard": "^6.2.0",
|
|
|
|
"eslint-plugin-babel": "^3.3.0",
|
2016-10-25 22:15:33 +03:00
|
|
|
"eslint-plugin-jsx-a11y": "^2.2.3",
|
2016-10-23 07:27:18 +03:00
|
|
|
"eslint-plugin-promise": "^3.3.0",
|
|
|
|
"eslint-plugin-react": "^6.4.1",
|
|
|
|
"eslint-plugin-standard": "^2.0.1",
|
|
|
|
"extract-text-webpack-plugin": "^2.0.0-beta.4",
|
2016-10-31 15:28:44 +02:00
|
|
|
"http-server": "^0.9.0",
|
2016-10-23 07:27:18 +03:00
|
|
|
"json-loader": "^0.5.4",
|
2016-10-25 16:01:42 +03:00
|
|
|
"lodash.get": "^4.4.2",
|
2016-10-23 07:27:18 +03:00
|
|
|
"nyc": "^8.3.1",
|
2016-10-25 16:01:42 +03:00
|
|
|
"param-case": "^2.1.0",
|
2016-10-25 19:22:19 +03:00
|
|
|
"postcss-at-rules-variables": "0.0.25",
|
2016-10-28 17:14:35 +03:00
|
|
|
"postcss-constants": "^0.2.0",
|
2016-10-23 07:27:18 +03:00
|
|
|
"postcss-cssnext": "^2.8.0",
|
2016-10-25 18:43:34 +03:00
|
|
|
"postcss-for": "^2.1.1",
|
2016-10-27 18:06:40 +03:00
|
|
|
"postcss-functions": "^2.1.1",
|
2016-10-27 17:19:58 +03:00
|
|
|
"postcss-import": "8.0.2",
|
2016-10-23 07:27:18 +03:00
|
|
|
"postcss-loader": "^1.0.0",
|
2016-10-24 23:58:09 +03:00
|
|
|
"postcss-mixins": "^5.4.0",
|
2016-10-24 19:38:16 +03:00
|
|
|
"postcss-modules-values": "^1.2.2",
|
2016-10-23 07:27:18 +03:00
|
|
|
"pre-commit": "^1.1.3",
|
2016-10-24 16:37:12 +03:00
|
|
|
"raw-loader": "^0.5.1",
|
2016-10-23 07:27:18 +03:00
|
|
|
"react-addons-test-utils": "^15.3.2",
|
|
|
|
"react-dom": "^15.3.2",
|
|
|
|
"react-hot-loader": "^3.0.0-beta.6",
|
|
|
|
"react-router": "^4.0.0-alpha.4",
|
|
|
|
"style-loader": "^0.13.1",
|
2016-10-31 14:02:32 +02:00
|
|
|
"tap-xunit": "^1.4.0",
|
2016-10-25 16:01:42 +03:00
|
|
|
"title-case": "^2.1.0",
|
2016-10-23 07:27:18 +03:00
|
|
|
"webpack": "^2.1.0-beta.25",
|
|
|
|
"webpack-dev-server": "^1.16.2",
|
|
|
|
"webpack-shell-plugin": "^0.4.3"
|
|
|
|
},
|
|
|
|
"ava": {
|
|
|
|
"failFast": true,
|
|
|
|
"cache": false,
|
|
|
|
"require": [
|
2016-10-28 18:48:20 +03:00
|
|
|
"css-modules-require-hook/preset",
|
2016-10-23 07:27:18 +03:00
|
|
|
"babel-register"
|
|
|
|
],
|
|
|
|
"babel": "inherit"
|
|
|
|
},
|
|
|
|
"pre-commit": [
|
|
|
|
"lint",
|
|
|
|
"test",
|
|
|
|
"coverage"
|
|
|
|
]
|
|
|
|
}
|