dockview-react
Advanced tools
Comparing version 0.0.0-experimental-fc84942-20240523 to 1.14.0
117
package.json
{ | ||
"name": "dockview-react", | ||
"version": "0.0.0-experimental-fc84942-20240523", | ||
"description": "Zero dependency layout manager supporting tabs, grids and splitviews", | ||
"keywords": [ | ||
"splitview", | ||
"split-view", | ||
"gridview", | ||
"grid-view", | ||
"dockview", | ||
"dock-view", | ||
"grid", | ||
"tabs", | ||
"layout", | ||
"layout manager", | ||
"dock layout", | ||
"dock", | ||
"docking", | ||
"splitter", | ||
"drag-and-drop", | ||
"drag", | ||
"drop", | ||
"react", | ||
"react-component" | ||
], | ||
"homepage": "https://github.com/mathuo/dockview", | ||
"bugs": { | ||
"url": "https://github.com/mathuo/dockview/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mathuo/dockview.git" | ||
}, | ||
"license": "MIT", | ||
"author": "https://github.com/mathuo", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/cjs/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"README.md" | ||
], | ||
"scripts": { | ||
"build": "npm run build:package && npm run build:bundles", | ||
"build:bundles": "rollup -c", | ||
"build:cjs": "cross-env ../../node_modules/.bin/tsc --build ./tsconfig.json --verbose --extendedDiagnostics", | ||
"build:css": "node scripts/copy-css.js", | ||
"build:esm": "cross-env ../../node_modules/.bin/tsc --build ./tsconfig.esm.json --verbose --extendedDiagnostics", | ||
"build:package": "npm run build:cjs && npm run build:esm && npm run build:css", | ||
"clean": "rimraf dist/ .build/ .rollup.cache/", | ||
"prepublishOnly": "npm run rebuild && npm run test", | ||
"rebuild": "npm run clean && npm run build", | ||
"test": "cross-env ../../node_modules/.bin/jest --selectProjects dockview-react", | ||
"test:cov": "cross-env ../../node_modules/.bin/jest --selectProjects dockview-react --coverage" | ||
}, | ||
"dependencies": { | ||
"dockview": "^1.13.1", | ||
"dockview-core": "0.0.0-experimental-fc84942-20240523" | ||
} | ||
} | ||
"name": "dockview-react", | ||
"version": "1.14.0", | ||
"description": "Zero dependency layout manager supporting tabs, grids and splitviews", | ||
"keywords": [ | ||
"splitview", | ||
"split-view", | ||
"gridview", | ||
"grid-view", | ||
"dockview", | ||
"dock-view", | ||
"grid", | ||
"tabs", | ||
"layout", | ||
"layout manager", | ||
"dock layout", | ||
"dock", | ||
"docking", | ||
"splitter", | ||
"drag-and-drop", | ||
"drag", | ||
"drop", | ||
"react", | ||
"react-component" | ||
], | ||
"homepage": "https://github.com/mathuo/dockview", | ||
"bugs": { | ||
"url": "https://github.com/mathuo/dockview/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mathuo/dockview.git" | ||
}, | ||
"license": "MIT", | ||
"author": "https://github.com/mathuo", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/cjs/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"README.md" | ||
], | ||
"scripts": { | ||
"build": "npm run build:package && npm run build:bundles", | ||
"build:bundles": "rollup -c", | ||
"build:cjs": "cross-env ../../node_modules/.bin/tsc --build ./tsconfig.json --verbose --extendedDiagnostics", | ||
"build:css": "node scripts/copy-css.js", | ||
"build:esm": "cross-env ../../node_modules/.bin/tsc --build ./tsconfig.esm.json --verbose --extendedDiagnostics", | ||
"build:package": "npm run build:cjs && npm run build:esm && npm run build:css", | ||
"clean": "rimraf dist/ .build/ .rollup.cache/", | ||
"prepublishOnly": "npm run rebuild && npm run test", | ||
"rebuild": "npm run clean && npm run build", | ||
"test": "cross-env ../../node_modules/.bin/jest --selectProjects dockview-react", | ||
"test:cov": "cross-env ../../node_modules/.bin/jest --selectProjects dockview-react --coverage" | ||
}, | ||
"dependencies": { | ||
"dockview": "^1.14.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
2
11453243
- Removeddockview-core@0.0.0-experimental-fc84942-20240523(transitive)
Updateddockview@^1.14.0