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-12-05 22:03:19 +02:00
|
|
|
"color": "^1.0.1",
|
|
|
|
"invariant": "^2.2.2",
|
2016-10-28 02:37:31 +03:00
|
|
|
"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-12-05 22:03:19 +02:00
|
|
|
"react": "^15.4.1",
|
2016-10-28 17:14:35 +03:00
|
|
|
"react-a11y": "^0.3.3",
|
2016-11-23 17:00:10 +02:00
|
|
|
"react-icons": "^2.2.1",
|
2016-10-28 17:14:35 +03:00
|
|
|
"reduce-css-calc": "^1.3.0",
|
|
|
|
"traverse": "^0.6.6"
|
2016-10-23 07:27:18 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-12-05 22:03:19 +02:00
|
|
|
"ava": "^0.17.0",
|
|
|
|
"babel-core": "^6.18.2",
|
|
|
|
"babel-eslint": "^7.1.1",
|
|
|
|
"babel-loader": "^6.2.8",
|
2016-10-23 07:27:18 +03:00
|
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
|
|
"babel-plugin-syntax-async-functions": "^6.13.0",
|
2016-12-05 22:03:19 +02:00
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.19.0",
|
|
|
|
"babel-preset-es2015": "^6.18.0",
|
2016-10-23 07:27:18 +03:00
|
|
|
"babel-preset-react": "^6.16.0",
|
2016-12-05 22:03:19 +02:00
|
|
|
"babel-register": "^6.18.0",
|
|
|
|
"css-loader": "^0.26.1",
|
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-12-05 22:03:19 +02:00
|
|
|
"enzyme": "^2.6.0",
|
|
|
|
"eslint": "^3.11.1",
|
2016-10-23 07:27:18 +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",
|
|
|
|
"eslint-plugin-jsx-a11y": "^3.0.1",
|
|
|
|
"eslint-plugin-promise": "^3.4.0",
|
|
|
|
"eslint-plugin-react": "^6.8.0",
|
2016-10-23 07:27:18 +03:00
|
|
|
"eslint-plugin-standard": "^2.0.1",
|
|
|
|
"extract-text-webpack-plugin": "^2.0.0-beta.4",
|
2016-12-05 22:03:19 +02:00
|
|
|
"graceful-fs": "^4.1.11",
|
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-11-02 19:34:08 +02:00
|
|
|
"memory-fs": "^0.3.0",
|
2016-12-05 22:03:19 +02:00
|
|
|
"nyc": "^10.0.0",
|
2016-10-25 16:01:42 +03:00
|
|
|
"param-case": "^2.1.0",
|
2016-12-05 22:03:19 +02:00
|
|
|
"postcss-at-rules-variables": "0.0.26",
|
2016-10-28 17:14:35 +03:00
|
|
|
"postcss-constants": "^0.2.0",
|
2016-12-05 22:03:19 +02:00
|
|
|
"postcss-cssnext": "^2.9.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-12-05 22:03:19 +02:00
|
|
|
"postcss-import": "9.0.0",
|
|
|
|
"postcss-loader": "^1.2.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-12-05 22:03:19 +02:00
|
|
|
"react-addons-test-utils": "^15.4.1",
|
|
|
|
"react-dom": "^15.4.1",
|
2016-10-23 07:27:18 +03:00
|
|
|
"react-hot-loader": "^3.0.0-beta.6",
|
|
|
|
"react-router": "^4.0.0-alpha.4",
|
2016-11-01 17:30:28 +02:00
|
|
|
"st": "^1.2.0",
|
2016-10-23 07:27:18 +03:00
|
|
|
"style-loader": "^0.13.1",
|
2016-12-05 22:03:19 +02:00
|
|
|
"stylelint": "^7.6.0",
|
|
|
|
"stylelint-config-standard": "^15.0.0",
|
2016-11-02 19:34:08 +02:00
|
|
|
"stylelint-webpack-plugin": "^0.4.0",
|
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",
|
2016-12-05 22:03:19 +02:00
|
|
|
"webpack-shell-plugin": "^0.4.6"
|
2016-10-23 07:27:18 +03:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|