Project

General

Profile

Download (4.48 KB) Statistics
| Branch: | Tag: | Revision:
{
"name": "TheForemanDevDeps",
"version": "1.19.0",
"license": "GPL-3.0",
"description": "Foreman isn't really a node module, these are just dependencies needed to build the webpack bundle. 'dependencies' are the asset libraries in use and 'devDependencies' are used for the build process.",
"private": true,
"devDependencies": {
"@storybook/addon-actions": "^3.2.12",
"@storybook/addon-knobs": "^3.4.3",
"@storybook/react": "^3.2.12",
"@storybook/storybook-deployer": "^2.0.0",
"axios-mock-adapter": "^1.10.0",
"babel-cli": "^6.10.1",
"babel-core": "^6.26.0",
"babel-eslint": "^6.1.2",
"babel-jest": "^15.0.0",
"babel-loader": "^7.1.1",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.5.0",
"babel-register": "^6.9.0",
"compression-webpack-plugin": "~0.3.1",
"coveralls": "^3.0.0",
"css-loader": "^0.23.1",
"dotenv": "^5.0.0",
"enzyme": "^3.1.1",
"enzyme-adapter-react-16": "^1.0.4",
"enzyme-to-json": "^3.2.1",
"eslint": "^4.10.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.4.0",
"expose-loader": "~0.6.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.9.0",
"identity-obj-proxy": "^3.0.0",
"jest-cli": "^20.0.0",
"jsdom": "^9.5.0",
"lodash-webpack-plugin": "^0.11.4",
"node-sass": "^4.5.0",
"raf": "^3.4.0",
"react-test-renderer": "^16.2.0",
"redux-mock-store": "^1.2.2",
"sass-loader": "~6.0.6",
"style-loader": "^0.13.1",
"stylelint": "^7.13.0",
"stylelint-config-standard": "^16.0.0",
"uglifyjs-webpack-plugin": "^1.2.2",
"url-loader": "^0.5.7",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.5.1",
"webpack-stats-plugin": "^0.1.5"
},
"optionalDependencies": {
"phantomjs-prebuilt": "^2.1.0"
},
"dependencies": {
"axios": "^0.17.1",
"babel-polyfill": "^6.26.0",
"brace": "^0.10.0",
"datatables.net": "~1.10.12",
"datatables.net-bs": "~1.10.12",
"diff": "~3.0.0",
"ipaddr.js": "~1.2.0",
"isomorphic-fetch": "^2.2.1",
"jquery": "~2.2.4",
"jquery-flot": "~0.8.3",
"jquery-ujs": "~1.2.0",
"jquery.cookie": "~1.4.1",
"jstz": "~1.0.7",
"lodash": "^4.15.0",
"multiselect": "~0.9.12",
"patternfly": "^3.42.0",
"patternfly-react": "2.5.1",
"prop-types": "^15.6.0",
"react": "^16.3.1",
"react-bootstrap": "^0.32.1",
"react-debounce-input": "^3.2.0",
"react-dom": "^16.3.1",
"react-ellipsis-with-tooltip": "^1.0.8",
"react-numeric-input": "^2.0.7",
"react-onclickoutside": "^6.6.2",
"react-password-strength": "^2.1.0",
"react-redux": "^5.0.6",
"redux": "^3.6.0",
"redux-form": "7.2.0",
"redux-form-validators": "^2.1.2",
"redux-logger": "^2.8.1",
"redux-thunk": "^2.2.0",
"seamless-immutable": "^7.1.2",
"select2": "~3.5.2-browserify",
"urijs": "^1.18.10",
"uuid": "^3.0.1"
},
"scripts": {
"lint": "./node_modules/.bin/eslint -c .eslintrc webpack/ script/ || exit 0",
"postlint": "node ./script/npm_lint_plugins.js",
"test": "node node_modules/.bin/jest",
"test:watch": "node node_modules/.bin/jest --watchAll",
"test:current": "node node_modules/.bin/jest --watch",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"deploy-storybook": "storybook-to-ghpages",
"postinstall": "node ./script/npm_install_plugins.js"
},
"jest": {
"automock": true,
"verbose": true,
"testMatch": [
"**/*.test.js"
],
"collectCoverage": true,
"collectCoverageFrom": [
"webpack/**/*.js",
"!webpack/**/bundle*",
"!webpack/stories/**",
"!webpack/**/*stories.js"
],
"coverageReporters": [
"lcov"
],
"unmockedModulePathPatterns": [
"react",
"node_modules/"
],
"moduleNameMapper": {
"^.+\\.(png|gif|css|scss)$": "identity-obj-proxy"
},
"globals": {
"__testing__": true
},
"transform": {
"^.+\\.js$": "babel-jest"
},
"moduleDirectories": [
"node_modules",
"webpack",
"script"
],
"setupFiles": [
"raf/polyfill",
"./webpack/test_setup.js"
]
}
}
(22-22/22)