@shaai/react
Advanced tools
Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "@shaai/react", | ||
"version": "1.1.5", | ||
"description": "React wrapper for Shaai", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "./node_modules/.bin/babel index.js --out-file dist/index.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/shaaijs/react.git" | ||
}, | ||
"keywords": [ | ||
"shaaijs", | ||
"shaai", | ||
"blog" | ||
], | ||
"author": "Shaai", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/shaaijs/react/issues" | ||
}, | ||
"homepage": "https://github.com/shaaijs/react#readme", | ||
"dependencies": { | ||
"@shaai/shaai": "^0.1.1", | ||
"html-element-to-react": "^0.4.1" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.6", | ||
"prop-types": "^15.7.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.4.4", | ||
"@babel/core": "^7.4.5", | ||
"@babel/preset-env": "^7.4.5", | ||
"@babel/preset-react": "^7.0.0" | ||
} | ||
"name": "@shaai/react", | ||
"version": "1.1.6", | ||
"description": "React wrapper for Shaai", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "./node_modules/.bin/babel index.js --out-file dist/index.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/shaaijs/react.git" | ||
}, | ||
"keywords": [ | ||
"shaaijs", | ||
"shaai", | ||
"blog" | ||
], | ||
"author": "Shaai", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/shaaijs/react/issues" | ||
}, | ||
"homepage": "https://github.com/shaaijs/react#readme", | ||
"dependencies": { | ||
"@shaai/shaai": "^0.1.1", | ||
"html-element-to-react": "^0.4.3" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.6", | ||
"prop-types": "^15.7.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.4.4", | ||
"@babel/core": "^7.4.5", | ||
"@babel/preset-env": "^7.4.5", | ||
"@babel/preset-react": "^7.0.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8422
Updatedhtml-element-to-react@^0.4.3