react-widget-plugins
Version:
The simplest way to integrate wiki and knowledge base for growing teams. Beautiful, feature rich, and components..
75 lines (74 loc) • 2.06 kB
JSON
{
"name": "react-widget-plugins",
"version": "1.0.6",
"description": "The simplest way to integrate wiki and knowledge base for growing teams. Beautiful, feature rich, and components..",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Due-Work/react-widget-plugins.git"
},
"keywords": [
"Wikis",
"KnowledgeBase",
"HelpDesk",
"ReadMe",
"Onboarding",
"Feedback",
"CustomerFeedback",
"Due.Work",
"DueWork",
"Docs",
"react",
"javascript"
],
"author": "Robins Gupta",
"license": "ISC",
"bugs": {
"url": "https://github.com/Due-Work/react-widget-plugins/issues"
},
"homepage": "https://github.com/Due-Work/react-widget-plugins#readme",
"scripts": {
"build": "mkdirp dist && babel src/UseCase.js --out-file dist/UseCase.js",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "node_modules/.bin/eslint ./src",
"precommit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx}": [
"node_modules/.bin/eslint ./src --fix --max-warnings 0 --no-ignore",
"git add"
]
},
"dependencies": {
"prop-types": "^15.5.8"
},
"peerDependencies": {
"react": "^16.0.0"
},
"devDependencies": {
"babel-plugin-transform-runtime": "^6.23.0",
"babel-cli": "^6.6.5",
"babel-core": "^6.26.3",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.13.0",
"eslint": "^4.10.0",
"eslint-config-last": "^0.0.3",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-react": "^7.4.0",
"husky": "^0.14.3",
"jsdom": "^10.0.0",
"lint-staged": "^4.3.0",
"mkdirp": "^0.5.1",
"prettier": "^1.7.4",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"webpack": "^2.5.1"
}
}