chore: update package.json files

This commit is contained in:
mathuo 2021-03-23 17:35:50 +00:00
parent 50e252e840
commit abbc5479bc
5 changed files with 3717 additions and 38 deletions

40
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "splitview-root",
"name": "dockview-monorepo-root",
"requires": true,
"lockfileVersion": 1,
"dependencies": {
@ -4604,17 +4604,6 @@
}
}
},
"fsevents": {
"version": "1.2.13",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz",
"integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==",
"dev": true,
"optional": true,
"requires": {
"bindings": "^1.5.0",
"nan": "^2.12.1"
}
},
"glob-parent": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
@ -7433,11 +7422,15 @@
"dev": true
},
"fsevents": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.2.1.tgz",
"integrity": "sha512-bTLYHSeC0UH/EFXS9KqWnXuOl/wHK5Z/d+ghd5AsFMYN7wIGkUCOJyzy88+wJKkZPGON8u4Z9f6U4FdgURE9qA==",
"version": "1.2.13",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz",
"integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==",
"dev": true,
"optional": true
"optional": true,
"requires": {
"bindings": "^1.5.0",
"nan": "^2.12.1"
}
},
"function-bind": {
"version": "1.1.1",
@ -9718,6 +9711,15 @@
"micromatch": "^4.0.2",
"sane": "^4.0.3",
"walker": "^1.0.7"
},
"dependencies": {
"fsevents": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
"dev": true,
"optional": true
}
}
},
"jest-jasmine2": {
@ -11182,9 +11184,9 @@
"dev": true
},
"nan": {
"version": "2.14.1",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.1.tgz",
"integrity": "sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw==",
"version": "2.14.2",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.2.tgz",
"integrity": "sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==",
"dev": true,
"optional": true
},

View File

@ -1,8 +1,7 @@
{
"name": "splitview-root",
"name": "dockview-monorepo-root",
"private": true,
"description": "",
"main": "index.js",
"description": "Monorepo for https://github.com/mathuo/dockview",
"scripts": {
"test": "jest",
"lint": "eslint packages/**/src/** --ext .ts,.tsx,.js,.jsx",
@ -23,8 +22,8 @@
"type": "git",
"url": "git+https://github.com/mathuo/dockview.git"
},
"author": "",
"license": "ISC",
"author": "https://github.com/mathuo",
"license": "MIT",
"bugs": {
"url": "https://github.com/mathuo/dockview/issues"
},
@ -57,6 +56,5 @@
"webpack": "^5.24.3",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {}
}
}

File diff suppressed because it is too large Load Diff

View File

@ -2,8 +2,7 @@
"name": "splitview-demo",
"private": true,
"version": "0.0.12",
"description": "",
"main": "index.js",
"description": "Demo project for https://github.com/mathuo/dockview",
"scripts": {
"build": "npm run build-webpack && npm run build-storybook",
"build-webpack": "cross-env ../../node_modules/.bin/webpack --config webpack.config.js",
@ -12,8 +11,8 @@
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"author": "",
"license": "ISC",
"author": "https://github.com/mathuo",
"license": "MIT",
"dependencies": {
"dockview": "^0.0.12",
"react": "^17.0.1",

View File

@ -2,9 +2,9 @@
"name": "dockview",
"version": "0.0.12",
"description": "Zero dependency layout manager supporting tabs, grids and splitviews with ReactJS support",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"module": "dist/esm/index.js",
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",
"module": "./dist/esm/index.js",
"repository": {
"type": "git",
"url": "https://github.com/mathuo/dockview.git"
@ -26,7 +26,6 @@
"rebuild": "npm run clean && npm run build",
"test": "cross-env ../../node_modules/.bin/jest --selectProjects dockview",
"test-cov": "cross-env ../../node_modules/.bin/jest --selectProjects dockview --coverage"
},
"files": [
"dist",
@ -48,8 +47,8 @@
"react-component",
"grid"
],
"author": "",
"license": "ISC",
"author": "https://github.com/mathuo",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-typescript": "^8.2.0",
"@testing-library/react": "^11.2.5",