2018-09-25 17:39:21 +03:00
{
"name" : "awx-react" ,
"version" : "1.0.0" ,
"description" : "" ,
2018-10-25 04:55:59 +03:00
"main" : "index.jsx" ,
2018-09-25 17:39:21 +03:00
"scripts" : {
"start" : "webpack-dev-server --config ./webpack.config.js --mode development" ,
2019-04-17 18:54:22 +03:00
"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" ,
2018-12-12 19:27:22 +03:00
"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" ,
2018-10-31 00:25:29 +03:00
"@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" ,
2019-06-18 22:32:22 +03:00
"@nteract/mockument" : "^1.0.4" ,
2018-10-31 00:25:29 +03:00
"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" ,
2018-10-31 00:25:29 +03:00
"babel-loader" : "^8.0.4" ,
2018-12-10 18:16:52 +03:00
"babel-plugin-macros" : "^2.4.2" ,
2019-05-10 18:03:16 +03:00
"babel-plugin-styled-components" : "^1.10.0" ,
2018-10-11 18:31:37 +03:00
"css-loader" : "^1.0.0" ,
2019-04-18 17:03:06 +03:00
"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" ,
2019-04-08 17:05:22 +03:00
"history" : "^4.9.0" ,
2019-04-16 16:09:14 +03:00
"jest" : "^24.7.1" ,
2019-05-01 22:48:08 +03:00
"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" ,
2018-10-31 00:25:29 +03:00
"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" ,
2019-05-28 15:49:03 +03:00
"@patternfly/patternfly" : "^2.7.0" ,
"@patternfly/react-core" : "^3.16.14" ,
2019-04-30 15:19:19 +03:00
"@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-06-18 22:32:22 +03:00
"codemirror" : "^5.47.0" ,
2019-03-27 17:42:06 +03:00
"formik" : "^1.5.1" ,
2019-06-18 22:32:22 +03:00
"js-yaml" : "^3.13.1" ,
2018-12-17 19:44:11 +03:00
"prop-types" : "^15.6.2" ,
2018-09-25 17:39:21 +03:00
"react" : "^16.4.1" ,
2019-06-18 22:32:22 +03:00
"react-codemirror2" : "^6.0.0" ,
2018-09-25 17:39:21 +03:00
"react-dom" : "^16.4.1" ,
2019-05-10 18:03:16 +03:00
"react-router-dom" : "^4.3.1" ,
"styled-components" : "^4.2.0"
2018-09-25 17:39:21 +03:00
}
}