mirror of
https://github.com/mathuo/dockview
synced 2025-09-02 15:36:42 +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 dockview-demo",
|
|
"build-demo": "lerna run build --scope dockview-demo",
|
|
"docs": "lerna run docs --scope dockview",
|
|
"clean": "lerna run clean",
|
|
"bootstrap": "lerna bootstrap",
|
|
"bootstrap-no-hoist": "lerna bootstrap",
|
|
"test:cov": "jest --coverage",
|
|
"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": "^8.11.3",
|
|
"@types/jest": "^27.4.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.12.1",
|
|
"@typescript-eslint/parser": "^5.12.1",
|
|
"codecov": "^3.8.3",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^6.6.0",
|
|
"eslint": "^8.9.0",
|
|
"fs-extra": "^10.0.1",
|
|
"gulp": "^4.0.2",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-dart-sass": "^1.0.2",
|
|
"jest": "^27.5.1",
|
|
"jest-sonar-reporter": "^2.0.0",
|
|
"jsdom": "^19.0.0",
|
|
"lerna": "^4.0.0",
|
|
"merge2": "^1.4.1",
|
|
"rimraf": "^3.0.2",
|
|
"sass": "^1.49.8",
|
|
"sass-loader": "^12.6.0",
|
|
"style-loader": "^3.3.1",
|
|
"ts-jest": "^27.1.3",
|
|
"ts-loader": "^9.2.6",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.5.5",
|
|
"webpack": "^5.69.1",
|
|
"webpack-cli": "^4.9.2",
|
|
"webpack-dev-server": "^4.7.4"
|
|
}
|
|
}
|