he-tree-react
Advanced tools
Comparing version 0.0.1-beta to 1.0.0
112
package.json
{ | ||
"name": "he-tree-react", | ||
"version": "0.0.1-beta", | ||
"description": "A draggable sortable nested react tree component.", | ||
"main": "dist/he-tree-react.cjs.js", | ||
"module": "dist/he-tree-react.esm.js", | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
"author": "phphe <phphe@outlook.com> (https://github.com/phphe)", | ||
"description": "React draggable sortable tree component.", | ||
"keywords": [ | ||
"draggable tree", | ||
"sortable tree", | ||
"React component" | ||
], | ||
"repository": "https://github.com/phphe/he-tree-react.git", | ||
"type": "module", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"jsdelivr": "dist/index.iife.js", | ||
"unpkg": "dist/index.iife.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"unpkg": "dist/he-tree-react.js", | ||
"author": "phphe <phphe@outlook.com> (https://github.com/phphe)", | ||
"homepage": "https://he-tree-react.phphe.com", | ||
"bugs": { | ||
"url": "https://github.com/phphe/he-tree-react/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/phphe/he-tree-react.git" | ||
}, | ||
"scripts": { | ||
"dev": "vue-cli-service serve", | ||
"build:web": "vue-cli-service build", | ||
"test:unit": "vue-cli-service test:unit", | ||
"build": "node scripts/build.js", | ||
"build:pro": "node scripts/build-pro.js" | ||
"dev": "vite", | ||
"build": "vite build --config vite.build.js && vite build --config vite.build.js -- --iife && rm -rf dist/src", | ||
"build:web": "tsc && vite build", | ||
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", | ||
"preview": "vite preview", | ||
"coverage": "vitest run --coverage", | ||
"test": "vitest", | ||
"test:ui": "vitest --ui", | ||
"docs:dev": "vitepress dev docs", | ||
"docs:build": "vitepress build docs", | ||
"docs:preview": "vitepress preview docs" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.7.7", | ||
"draggable-helper": "^4.0.0", | ||
"helper-js": "^1.4.26", | ||
"vue-functions": "^2.0.1", | ||
"vue-runtime-helpers": "^1.1.2" | ||
"helper-js": "^3.1.5", | ||
"react-base-virtual-list": "^1.0.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^18", | ||
"react-dom": "^18" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "^4.1.0", | ||
"@vue/cli-service": "^4.1.0", | ||
"bili": "^4.8.1", | ||
"minimist": "^1.2.0", | ||
"pug": "^2.0.4", | ||
"pug-plain-loader": "^1.0.0", | ||
"rollup-plugin-vue": "5.1.1", | ||
"sass": "^1.23.7", | ||
"sass-loader": "^8.0.0", | ||
"vue": "^2.6.10", | ||
"vue-template-compiler": "^2.6.10" | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"@types/react": "^18.2.43", | ||
"@types/react-dom": "^18.2.17", | ||
"@types/react-test-renderer": "^18.0.7", | ||
"@typescript-eslint/eslint-plugin": "^6.14.0", | ||
"@typescript-eslint/parser": "^6.14.0", | ||
"@unocss/reset": "^0.58.4", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"@vitest/coverage-v8": "^1.3.1", | ||
"@vitest/ui": "^1.3.1", | ||
"eslint": "^8.55.0", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-react-refresh": "^0.4.5", | ||
"immer": "^10.0.3", | ||
"jsdom": "^24.0.0", | ||
"react-router-dom": "^6.22.2", | ||
"react-test-renderer": "^18.2.0", | ||
"typedoc": "^0.25.9", | ||
"typedoc-plugin-inline-sources": "^1.0.2", | ||
"typescript": "^5.2.2", | ||
"unocss": "^0.58.4", | ||
"use-immer": "^0.9.0", | ||
"vite": "^5.0.8", | ||
"vite-plugin-dts": "^3.7.2", | ||
"vitepress": "1.0.0-rc.44", | ||
"vitest": "^1.3.1", | ||
"vue": "^3.4.21" | ||
}, | ||
"license": "MIT" | ||
"pnpm": { | ||
"peerDependencyRules": { | ||
"ignoreMissing": [ | ||
"@algolia/client-search", | ||
"search-insights" | ||
] | ||
} | ||
} | ||
} |
@@ -1,2 +0,9 @@ | ||
# he-tree-react | ||
A draggable sortable nested react tree component. | ||
# he-tree-react ![GitHub License](https://img.shields.io/github/license/phphe/he-tree-react) ![NPM Version](https://img.shields.io/npm/v/he-tree-react) | ||
React draggable sortable tree component. [Document](https://he-tree-react.phphe.com). | ||
React 可拖拽树组件. [文档](https://he-tree-react.phphe.com/zh). | ||
## Changelog | ||
https://github.com/phphe/he-tree-react/releases |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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 website
QualityPackage does not have a website.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
211853
4
10
933
10
Yes
28
1
2
1
2
+ Addedhelper-js@3.1.5(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedreact@18.3.1(transitive)
+ Addedreact-base-virtual-list@1.0.1(transitive)
+ Addedreact-dom@18.3.1(transitive)
+ Addedscheduler@0.23.2(transitive)
- Removed@babel/runtime@^7.7.7
- Removeddraggable-helper@^4.0.0
- Removedvue-functions@^2.0.1
- Removedvue-runtime-helpers@^1.1.2
- Removeddrag-event-service@1.1.10(transitive)
- Removeddraggable-helper@4.0.3(transitive)
- Removedhelper-js@1.4.382.0.7(transitive)
- Removedtslib@2.8.1(transitive)
- Removedvue-functions@2.0.6(transitive)
- Removedvue-runtime-helpers@1.1.2(transitive)
Updatedhelper-js@^3.1.5