Gazebo_simulation-Frontend/node_modules/react-confirm-alert/package.json
2020-12-22 09:59:14 -05:00

111 lines
3.3 KiB
JSON

{
"_args": [
[
"react-confirm-alert@2.4.1",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "react-confirm-alert@2.4.1",
"_id": "react-confirm-alert@2.4.1",
"_inBundle": false,
"_integrity": "sha512-Sc2N1paCTCS5HWEAhik2IQa9/vwSQLAoCT5uccjPH/VyTaBAkRPZPx9sUqFTy3q5VnnGwCPsoz7fnw54x79d/w==",
"_location": "/react-confirm-alert",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-confirm-alert@2.4.1",
"name": "react-confirm-alert",
"escapedName": "react-confirm-alert",
"rawSpec": "2.4.1",
"saveSpec": null,
"fetchSpec": "2.4.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-confirm-alert/-/react-confirm-alert-2.4.1.tgz",
"_spec": "2.4.1",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"author": {
"name": "Thawatchai Kuansombat",
"url": "thawatchai.deartk@gmail.com"
},
"bugs": {
"url": "https://github.com/GA-MO/react-confirm-alert/issues"
},
"description": "react component confirm dialog.",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chai": "^4.1.2",
"cross-env": "^5.2.0",
"css-loader": "^0.28.7",
"eslint": "^4.5.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-react": "^5.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.3.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^3.5.0",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-hot-loader": "^4.3.3",
"rimraf": "^2.6.1",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
},
"files": [
"lib",
"src/react-confirm-alert.css",
"index.d.ts"
],
"homepage": "https://github.com/GA-MO/react-confirm-alert",
"keywords": [
"react alert example",
"redux confirm dialog",
"confirm alert react js",
"react-confirm-alert",
"react-confirm",
"confirm-dialog",
"confirm",
"dialog",
"react"
],
"license": "MIT",
"main": "lib/index.js",
"name": "react-confirm-alert",
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GA-MO/react-confirm-alert.git"
},
"scripts": {
"build": "npm run clean && cross-env NODE_ENV=production babel src --out-dir lib && npm run build:demo",
"build:demo": "cross-env NODE_ENV=production webpack --config webpack.config.production.js",
"clean": "rimraf lib",
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot --inline",
"lint": "eslint ./src",
"prepublish": "npm run build",
"test": "npm run lint && mocha ./test/**/*.test.js --compilers js:babel-register",
"test:watch": "mocha ./test/**/*.test.js --compilers js:babel-register --watch"
},
"typings": "./index.d.ts",
"version": "2.4.1"
}