mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
f5f67627db
* Remove @patternfly/react-styles dependency
61 lines
1.8 KiB
JSON
61 lines
1.8 KiB
JSON
{
|
|
"name": "awx-react",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.jsx",
|
|
"scripts": {
|
|
"start": "webpack-dev-server --config ./webpack.config.js --mode development",
|
|
"test": "jest --watch --coverage",
|
|
"lint": "eslint --ext .js --ext .jsx .",
|
|
"add-locale": "lingui add-locale",
|
|
"extract-strings": "lingui extract",
|
|
"compile-strings": "lingui compile"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "Apache",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.2.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.1.0",
|
|
"@babel/polyfill": "^7.0.0",
|
|
"@babel/preset-env": "^7.1.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@lingui/cli": "^2.7.2",
|
|
"@lingui/macro": "^2.7.2",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-jest": "^23.6.0",
|
|
"babel-loader": "^8.0.4",
|
|
"babel-plugin-macros": "^2.4.2",
|
|
"css-loader": "^1.0.0",
|
|
"enzyme": "^3.7.0",
|
|
"enzyme-adapter-react-16": "^1.6.0",
|
|
"eslint": "^5.6.0",
|
|
"eslint-config-airbnb": "^17.1.0",
|
|
"eslint-plugin-import": "^2.14.0",
|
|
"eslint-plugin-jsx-a11y": "^6.1.1",
|
|
"eslint-plugin-react": "^7.11.1",
|
|
"file-loader": "^2.0.0",
|
|
"jest": "^23.6.0",
|
|
"node-sass": "^4.9.3",
|
|
"react-hot-loader": "^4.3.3",
|
|
"sass-loader": "^7.1.0",
|
|
"style-loader": "^0.23.0",
|
|
"webpack": "^4.23.1",
|
|
"webpack-cli": "^3.0.8",
|
|
"webpack-dev-server": "^3.1.14"
|
|
},
|
|
"dependencies": {
|
|
"@lingui/react": "^2.7.2",
|
|
"@patternfly/patternfly": "^1.0.189",
|
|
"@patternfly/react-core": "^2.1.8",
|
|
"@patternfly/react-icons": "^3.0.1",
|
|
"@patternfly/react-tokens": "^2.0.2",
|
|
"axios": "^0.18.0",
|
|
"prop-types": "^15.6.2",
|
|
"react": "^16.4.1",
|
|
"react-dom": "^16.4.1",
|
|
"react-router-dom": "^4.3.1"
|
|
}
|
|
}
|