mirror of
https://github.com/mathuo/dockview
synced 2025-08-12 04:06:02 +00:00
61 lines
2.1 KiB
JSON
61 lines
2.1 KiB
JSON
{
|
|
"name": "dockview-monorepo-root",
|
|
"private": true,
|
|
"description": "Monorepo for https://github.com/mathuo/dockview",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"lint": "eslint packages/**/src/** --ext .ts,.tsx,.js,.jsx",
|
|
"package": "node scripts/package.js",
|
|
"package-all": "npm run build-demo && npm run docs && node scripts/package.js",
|
|
"build": "lerna run build --ignore splitview-demo",
|
|
"build-demo": "lerna run build --scope splitview-demo",
|
|
"docs": "lerna run docs --scope dockview",
|
|
"clean": "lerna run clean",
|
|
"bootstrap": "lerna bootstrap --hoist",
|
|
"bootstrap-no-hoist": "lerna bootstrap",
|
|
"test:cov": "jest --coverage",
|
|
"codecov-publish": "codecov",
|
|
"version-beta-build": "lerna version prerelease --preid beta",
|
|
"publish-app": "lerna publish"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mathuo/dockview.git"
|
|
},
|
|
"author": "https://github.com/mathuo",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mathuo/dockview/issues"
|
|
},
|
|
"homepage": "https://github.com/mathuo/dockview#readme",
|
|
"devDependencies": {
|
|
"@testing-library/dom": "^7.30.0",
|
|
"@types/jest": "^26.0.20",
|
|
"@typescript-eslint/eslint-plugin": "^4.16.1",
|
|
"@typescript-eslint/parser": "^4.16.1",
|
|
"codecov": "^3.8.1",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^3.6.0",
|
|
"eslint": "^7.21.0",
|
|
"fs-extra": "^9.1.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-dart-sass": "^1.0.2",
|
|
"jest": "^26.6.3",
|
|
"jsdom": "^16.4.0",
|
|
"lerna": "^4.0.0",
|
|
"merge2": "^1.4.1",
|
|
"rimraf": "^3.0.2",
|
|
"sass": "^1.32.8",
|
|
"sass-loader": "^8.0.2",
|
|
"style-loader": "^1.3.0",
|
|
"ts-jest": "^26.5.3",
|
|
"ts-loader": "^7.0.5",
|
|
"tslib": "^2.1.0",
|
|
"typescript": "^4.2.3",
|
|
"webpack": "^5.24.3",
|
|
"webpack-cli": "^4.5.0",
|
|
"webpack-dev-server": "^3.11.2"
|
|
}
|
|
}
|