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

62 lines
1.8 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",
2018-11-30 18:19:24 +03:00
"test": "jest --watch --coverage",
2018-12-10 18:16:52 +03:00
"lint": "./node_modules/eslint/bin/eslint.js src/**/*.js src/**/*.jsx",
"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",
2018-12-10 18:16:52 +03:00
"@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",
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.7.0",
"enzyme-adapter-react-16": "^1.6.0",
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",
"jest": "^23.6.0",
2018-10-11 18:31:37 +03:00
"node-sass": "^4.9.3",
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-next": "^1.0.84",
"@patternfly/react-core": "^1.43.5",
"@patternfly/react-icons": "^2.9.1",
"@patternfly/react-styles": "^2.3.0",
"@patternfly/react-tokens": "^1.9.0",
2018-09-25 17:39:21 +03:00
"axios": "^0.18.0",
"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
}
}