Files
goTorrent/goTorrentWebUI/node_modules/react-toastify/package.json

116 lines
3.1 KiB
JSON

{
"_from": "react-toastify",
"_id": "react-toastify@3.3.4",
"_inBundle": false,
"_integrity": "sha512-A1ATg7SqfoDT/D++DfSg5JNlLNNfSI++7R+37qppEcVw471zNCyNy6DIshoPNiRdcMQVwvPKc4KQynNfgWZ7mA==",
"_location": "/react-toastify",
"_phantomChildren": {
"prop-types": "15.6.1"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "react-toastify",
"name": "react-toastify",
"escapedName": "react-toastify",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-3.3.4.tgz",
"_shasum": "29f882653a41d8958a0da3ea8f07115a775eda6e",
"_spec": "react-toastify",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "Fadi Khadra",
"email": "fdkhadra@gmail.com",
"url": "https://fkhadra.github.io"
},
"bugs": {
"url": "https://github.com/fkhadra/react-toastify/issues"
},
"bundleDependencies": false,
"dependencies": {
"glamor": "^2.20.40",
"prop-types": "^15.6.0",
"react-transition-group": "^2.2.1"
},
"deprecated": false,
"description": "React notification made easy",
"devDependencies": {
"@types/react": "^16.0.18",
"@types/react-transition-group": "^2.0.6",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-jest": "^21.2.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react-app": "^3.0.3",
"coveralls": "^3.0.0",
"enzyme": "^3.0.0",
"enzyme-adapter-react-16": "^1.0.0",
"enzyme-to-json": "^3.2.2",
"eslint": "^4.7.2",
"eslint-config-react-app": "^2.0.1",
"eslint-plugin-flowtype": "^2.37.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.4.0",
"jest": "^21.2.1",
"jest-cli": "^21.2.1",
"jest-glamor-react": "^3.2.2",
"prettier": "^1.9.2",
"raf": "^3.3.2",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-test-renderer": "^16.0.0",
"webpack": "^3.6.0"
},
"homepage": "https://github.com/fkhadra/react-toastify#readme",
"jest": {
"verbose": true,
"setupFiles": [
"raf/polyfill",
"<rootDir>/setupTests.js"
],
"snapshotSerializers": [
"jest-glamor-react"
]
},
"keywords": [
"react",
"notification",
"toast",
"react-component",
"react-toastify",
"push",
"alert"
],
"license": "MIT",
"main": "lib/index.js",
"name": "react-toastify",
"peerDependencies": {
"react": ">=15.0.0",
"react-dom": ">=15.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fkhadra/react-toastify.git"
},
"scripts": {
"build": "NODE_ENV=production ./scripts/build.sh",
"lint": "eslint src/",
"lint:fix": "eslint --fix src/",
"prebuild": "npm run test",
"prettier-all": "prettier --single-quote --write 'src/**/*.js'",
"test": "jest",
"test:coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls"
},
"typings": "./index.d.ts",
"version": "3.3.4"
}