react-complex-tree
Advanced tools
Comparing version 0.2.3 to 1.0.0-alpha.0
{ | ||
"name": "react-complex-tree", | ||
"version": "0.2.3", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"version": "1.0.0-alpha.0", | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/esm/index.js", | ||
"esnext": "lib/esnext/index.js", | ||
"typings": "lib/esm/index.d.ts", | ||
"style": "lib/style.css", | ||
"unpkg": "lib/bundle.js", | ||
"repository": { | ||
@@ -35,13 +39,22 @@ "type": "git", | ||
"jest": "^26.6.3", | ||
"loader-utils": "^2.0.0", | ||
"npm-run-all": "^4.1.5", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-test-renderer": "^17.0.2", | ||
"ts-loader": "^8.3.0", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.3.4" | ||
"typescript": "^4.3.4", | ||
"webpack-cli": "^4.7.2" | ||
}, | ||
"scripts": { | ||
"build": "tsc && cpy ./src/style.css ./lib && cpy ../../readme.md ./", | ||
"build": "run-p \"build:*\"", | ||
"build:cjs": "tsc -m commonjs --outDir lib/esm", | ||
"build:esm": "tsc -m es2015 --outDir lib/cjs", | ||
"build:esnext": "tsc -m esnext --outDir lib/esnext", | ||
"build:bundle": "webpack", | ||
"build:prepare": "cpy ./src/style.css ./lib && cpy ../../readme.md ./", | ||
"test": "../../node_modules/.bin/jest" | ||
}, | ||
"gitHead": "6c968357c991b44f1d7b21d2bf06860b64a6deb8" | ||
"gitHead": "723761ad55fde685accca1eb2f41bbf798f8cae9" | ||
} |
# React Complex Tree | ||
![](https://badgen.net/npm/v/react-complex-tree) | ||
![](https://badgen.net/npm/types/react-complex-tree) | ||
[![](https://badgen.net/bundlephobia/dependency-count/react-complex-tree)](https://bundlephobia.com/package/react-complex-tree) | ||
![Demo for React Complex Tree](http://i.imgur.com/KQ90KEs.gif) | ||
@@ -4,0 +8,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
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
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
890642
289
10583
85
27
1