1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
awx/package.json

65 lines
1.9 KiB
JSON
Raw Normal View History

2018-09-25 17:39:21 +03:00
{
"name": "awx-react",
"version": "1.0.0",
"description": "",
"main": "index.jsx",
2018-09-25 17:39:21 +03:00
"scripts": {
"start": "webpack-dev-server --config ./webpack.config.js --mode development",
"test": "jest --coverage",
"test-watch": "jest --watch",
2019-01-24 20:08:39 +03:00
"lint": "eslint --ext .js --ext .jsx .",
2018-12-10 18:16:52 +03:00
"add-locale": "lingui add-locale",
"extract-strings": "lingui extract",
"compile-strings": "lingui compile"
2018-09-25 17:39:21 +03:00
},
"keywords": [],
"author": "",
"license": "Apache",
"devDependencies": {
2018-12-10 18:16:52 +03:00
"@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",
2019-04-16 16:09:14 +03:00
"@lingui/cli": "^2.7.4",
2018-12-10 18:16:52 +03:00
"@lingui/macro": "^2.7.2",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
2019-04-16 16:09:14 +03:00
"babel-jest": "^24.7.1",
"babel-loader": "^8.0.4",
2018-12-10 18:16:52 +03:00
"babel-plugin-macros": "^2.4.2",
2018-10-11 18:31:37 +03:00
"css-loader": "^1.0.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"enzyme-to-json": "^3.3.5",
2018-09-27 03:56:58 +03:00
"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",
2018-10-11 18:31:37 +03:00
"file-loader": "^2.0.0",
"history": "^4.9.0",
2019-04-16 16:09:14 +03:00
"jest": "^24.7.1",
"node-sass": "^4.12.0",
2018-09-25 17:39:21 +03:00
"react-hot-loader": "^4.3.3",
2018-10-11 18:31:37 +03:00
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"webpack": "^4.23.1",
2018-09-25 17:39:21 +03:00
"webpack-cli": "^3.0.8",
2019-01-04 23:08:26 +03:00
"webpack-dev-server": "^3.1.14"
2018-09-25 17:39:21 +03:00
},
"dependencies": {
2018-12-10 18:16:52 +03:00
"@lingui/react": "^2.7.2",
"@patternfly/patternfly": "^2.6.5",
"@patternfly/react-core": "^3.2.6",
"@patternfly/react-icons": "^3.7.5",
"@patternfly/react-tokens": "^2.3.3",
2018-09-25 17:39:21 +03:00
"axios": "^0.18.0",
2019-03-27 17:42:06 +03:00
"formik": "^1.5.1",
"prop-types": "^15.6.2",
2018-09-25 17:39:21 +03:00
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-router-dom": "^4.3.1"
2018-09-25 17:39:21 +03:00
}
}