@react-wm/core
Advanced tools
Comparing version 0.1.0 to 1.0.0
{ | ||
"name": "@react-wm/core", | ||
"version": "0.1.0", | ||
"dependencies": { | ||
"classnames": "^2.2.6", | ||
"ramda": "^0.25.0", | ||
"react": "^16.5.2", | ||
"react-dom": "^16.5.2", | ||
"react-wm-portal": "^1.0.1" | ||
}, | ||
"version": "1.0.0", | ||
"description": "react-wm core", | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
"files": [ | ||
"css", | ||
"es", | ||
"lib", | ||
"umd" | ||
], | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject" | ||
"build": "nwb build-react-component", | ||
"clean": "nwb clean-module && nwb clean-demo", | ||
"prepublishOnly": "npm run build", | ||
"start": "nwb serve-react-demo", | ||
"test": "nwb test-react", | ||
"test:coverage": "nwb test-react --coverage", | ||
"test:watch": "nwb test-react --server" | ||
}, | ||
"eslintConfig": { | ||
"extends": "react-app" | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
"react": "16.x" | ||
}, | ||
"browserslist": [ | ||
">0.2%", | ||
"not dead", | ||
"not ie <= 11", | ||
"not op_mini all" | ||
], | ||
"devDependencies": { | ||
"flow": "^0.2.3", | ||
"babel-eslint": "^10.0.1", | ||
"eslint": "^5.7.0", | ||
"eslint-plugin-flowtype": "^3.0.0", | ||
"eslint-plugin-react": "^7.11.1", | ||
"flow-bin": "^0.83.0", | ||
"react-scripts": "2.0.4" | ||
} | ||
"nwb": "0.23.x", | ||
"react": "^16.5.2", | ||
"react-dom": "^16.5.2" | ||
}, | ||
"author": "", | ||
"homepage": "", | ||
"license": "MIT", | ||
"repository": "", | ||
"keywords": [ | ||
"react-component", | ||
"react-wm", | ||
"core", | ||
"portal", | ||
"window" | ||
] | ||
} |
# react-wm | ||
[![Travis][build-badge]][build] | ||
[![npm package][npm-badge]][npm] | ||
[![Coveralls][coveralls-badge]][coveralls] | ||
Describe react-wm here. | ||
[build-badge]: https://img.shields.io/travis/user/repo/master.png?style=flat-square | ||
[build]: https://travis-ci.org/user/repo | ||
[npm-badge]: https://img.shields.io/npm/v/npm-package.png?style=flat-square | ||
[npm]: https://www.npmjs.org/package/npm-package | ||
[coveralls-badge]: https://img.shields.io/coveralls/user/repo/master.png?style=flat-square | ||
[coveralls]: https://coveralls.io/github/user/repo |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1
0
1
17
4710
8
4
54
1
- Removedclassnames@^2.2.6
- Removedramda@^0.25.0
- Removedreact@^16.5.2
- Removedreact-dom@^16.5.2
- Removedreact-wm-portal@^1.0.1
- Removedclassnames@2.5.1(transitive)
- Removedramda@0.25.0(transitive)
- Removedreact-dom@16.14.0(transitive)
- Removedreact-wm-portal@1.0.1(transitive)
- Removedscheduler@0.19.1(transitive)