|
1 | 1 | {
|
2 | 2 | "name": "dockview-monorepo-root",
|
3 | 3 | "private": true,
|
| 4 | + "description": "Monorepo for https://github.com/mathuo/dockview", |
| 5 | + "homepage": "https://github.com/mathuo/dockview#readme", |
| 6 | + "bugs": { |
| 7 | + "url": "https://github.com/mathuo/dockview/issues" |
| 8 | + }, |
| 9 | + "repository": { |
| 10 | + "type": "git", |
| 11 | + "url": "git+https://github.com/mathuo/dockview.git" |
| 12 | + }, |
| 13 | + "license": "MIT", |
| 14 | + "author": "https://github.com/mathuo", |
4 | 15 | "workspaces": [
|
5 | 16 | "packages/*"
|
6 | 17 | ],
|
7 |
| - "nohoist": [ |
8 |
| - "**/babel-jest", |
9 |
| - "**/babel-jest/**" |
10 |
| - ], |
11 |
| - "description": "Monorepo for https://github.com/mathuo/dockview", |
12 | 18 | "scripts": {
|
13 |
| - "test": "jest", |
14 |
| - "lint": "eslint packages/**/src/** --ext .ts,.tsx,.js,.jsx", |
15 |
| - "package": "node scripts/package.js", |
16 |
| - "package-all": "lerna run docs --scope '{dockview-core,dockview}' && node scripts/package.js", |
17 | 19 | "build": "lerna run build --scope '{dockview-core,dockview}'",
|
18 | 20 | "clean": "lerna run clean",
|
19 |
| - "bootstrap": "lerna bootstrap", |
20 |
| - "test:cov": "jest --coverage", |
21 |
| - "set-experimental-versions": "node scripts/set-experimental-versions", |
22 |
| - "version-beta-build": "lerna version prerelease --preid beta", |
23 |
| - "publish-app": "lerna publish", |
24 | 21 | "docs": "typedoc",
|
| 22 | + "generate-docs": "node scripts/docs.mjs", |
| 23 | + "lint": "eslint packages/**/src/** --ext .ts,.tsx,.js,.jsx", |
| 24 | + "package": "node scripts/package.js", |
25 | 25 | "package-docs": "node scripts/package-docs.js",
|
26 |
| - "generate-docs": "node scripts/docs.mjs" |
27 |
| - }, |
28 |
| - "repository": { |
29 |
| - "type": "git", |
30 |
| - "url": "git+https://github.com/mathuo/dockview.git" |
| 26 | + "set-experimental-versions": "node scripts/set-experimental-versions", |
| 27 | + "test": "jest", |
| 28 | + "test:cov": "jest --coverage", |
| 29 | + "version": "lerna version" |
31 | 30 | },
|
32 |
| - "author": "https://github.com/mathuo", |
33 |
| - "license": "MIT", |
34 |
| - "bugs": { |
35 |
| - "url": "https://github.com/mathuo/dockview/issues" |
| 31 | + "resolutions": { |
| 32 | + "@types/react": "^18.2.31", |
| 33 | + "@types/react-dom": "^18.2.14" |
36 | 34 | },
|
37 |
| - "homepage": "https://github.com/mathuo/dockview#readme", |
38 | 35 | "devDependencies": {
|
39 |
| - "@testing-library/dom": "^8.20.0", |
40 |
| - "@testing-library/jest-dom": "^5.16.5", |
| 36 | + "@rollup/plugin-node-resolve": "^15.2.3", |
| 37 | + "@rollup/plugin-terser": "^0.4.4", |
| 38 | + "@rollup/plugin-typescript": "^11.1.5", |
| 39 | + "@testing-library/dom": "^9.3.3", |
| 40 | + "@testing-library/jest-dom": "^6.1.4", |
| 41 | + "@testing-library/react": "^14.0.0", |
41 | 42 | "@total-typescript/shoehorn": "^0.1.1",
|
42 |
| - "@types/jest": "^29.4.0", |
43 |
| - "@typescript-eslint/eslint-plugin": "^5.52.0", |
44 |
| - "@typescript-eslint/parser": "^5.52.0", |
45 |
| - "codecov": "^3.8.3", |
| 43 | + "@types/jest": "^29.5.6", |
| 44 | + "@types/react": "^18.2.31", |
| 45 | + "@types/react-dom": "^18.2.14", |
| 46 | + "@typescript-eslint/eslint-plugin": "^6.8.0", |
| 47 | + "@typescript-eslint/parser": "^6.8.0", |
46 | 48 | "cross-env": "^7.0.3",
|
47 |
| - "css-loader": "^6.7.3", |
48 |
| - "eslint": "^8.34.0", |
49 |
| - "fs-extra": "^11.1.0", |
| 49 | + "eslint": "^8.52.0", |
| 50 | + "fs-extra": "^11.1.1", |
50 | 51 | "gulp": "^4.0.2",
|
51 | 52 | "gulp-concat": "^2.6.1",
|
52 |
| - "gulp-dart-sass": "^1.0.2", |
53 |
| - "jest": "^29.5.0", |
54 |
| - "jest-environment-jsdom": "^29.4.3", |
| 53 | + "gulp-dart-sass": "^1.1.0", |
| 54 | + "jest": "^29.7.0", |
| 55 | + "jest-environment-jsdom": "^29.7.0", |
55 | 56 | "jest-sonar-reporter": "^2.0.0",
|
56 |
| - "jsdom": "^21.1.0", |
57 |
| - "lerna": "^6.5.1", |
58 |
| - "merge2": "^1.4.1", |
59 |
| - "rimraf": "^4.1.2", |
60 |
| - "sass": "^1.58.1", |
61 |
| - "sass-loader": "^13.2.0", |
62 |
| - "style-loader": "^3.3.1", |
63 |
| - "ts-jest": "^29.0.5", |
64 |
| - "ts-loader": "^9.4.2", |
| 57 | + "jsdom": "^22.1.0", |
| 58 | + "lerna": "^7.4.1", |
| 59 | + "react": "^18.2.0", |
| 60 | + "react-dom": "^18.2.0", |
| 61 | + "rimraf": "^5.0.5", |
| 62 | + "rollup": "^4.1.4", |
| 63 | + "rollup-plugin-postcss": "^4.0.2", |
| 64 | + "ts-jest": "^29.1.1", |
| 65 | + "ts-loader": "^9.5.0", |
65 | 66 | "ts-node": "^10.9.1",
|
66 |
| - "tslib": "^2.5.0", |
67 |
| - "typedoc": "^0.24.7", |
68 |
| - "typescript": "^4.9.5", |
69 |
| - "webpack": "^5.75.0", |
70 |
| - "webpack-cli": "^5.0.1", |
71 |
| - "webpack-dev-server": "^4.11.1" |
72 |
| - }, |
73 |
| - "dependencies": { |
74 |
| - "@microsoft/tsdoc": "^0.14.2" |
| 67 | + "tslib": "^2.6.2", |
| 68 | + "typedoc": "^0.25.2", |
| 69 | + "typescript": "^5.2.2" |
75 | 70 | }
|
76 | 71 | }
|
0 commit comments