Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

he-tree-react

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

he-tree-react - npm Package Compare versions

Comparing version 0.0.1-beta to 1.0.0

dist/index.cjs

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc