blob: 63c268866a56539be366a349f08c5c77aea65940 [file] [log] [blame]
{
"name": "ranger",
"version": "1.0.0",
"description": "Ranger Admin UI",
"main": "index.jsx",
"scripts": {
"start": "webpack serve --config ./config/webpack.dev.config.js",
"build": "webpack --config ./config/webpack.prod.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:apache/ranger.git"
},
"author": "",
"license": "ISC",
"homepage": "https://github.com/apache/ranger/tree/master/security-admin/src/main/webapp/react-webapp#readme",
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"axios": "^0.21.4",
"babel-loader": "^8.2.2",
"bootstrap": "^5.3.2",
"bootstrap-switch-button-react": "^1.2.0",
"classnames": "^2.3.1",
"clipboard-polyfill": "^4.0.1",
"create-react-class": "^15.7.0",
"css-loader": "^5.2.4",
"dateformat": "^5.0.2",
"esprima": "^4.0.1",
"file-loader": "^6.2.0",
"final-form": "^4.20.2",
"final-form-arrays": "^3.0.2",
"font-awesome": "^4.7.0",
"fuzzy": "^0.1.3",
"html-webpack-plugin": "^5.3.1",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^1.5.1",
"moment-timezone": "^0.5.34",
"prop-types": "^15.8.1",
"qs": "^6.9.6",
"react": "^18.2.0",
"react-bootstrap": "^2.10.0",
"react-datetime": "^3.2.0",
"react-dom": "^18.2.0",
"react-final-form": "^6.5.9",
"react-final-form-arrays": "^3.1.4",
"react-idle-timer": "^5.4.2",
"react-infinite-scroll-component": "^6.1.0",
"react-onclickoutside": "^6.12.2",
"react-paginate": "^8.2.0",
"react-router-dom": "^6.3.0",
"react-select": "^5.7.0",
"react-table": "^7.8.0",
"react-toastify": "^8.1.0",
"style-loader": "^2.0.0",
"tether": "^2.0.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.0",
"webpack-merge": "^5.8.0"
}
}