|
1 | 1 | { |
| 2 | + "private": true, |
2 | 3 | "name": "react-devui", |
3 | 4 | "version": "0.0.0", |
4 | 5 | "license": "MIT", |
5 | 6 | "description": "React Component Library", |
6 | 7 | "homepage": "https://github.com/xiejay97/react-devui", |
7 | | - "private": true, |
8 | 8 | "engines": { |
9 | 9 | "node": "14.x || 16.x", |
10 | 10 | "yarn": ">=1.22.4 <2", |
11 | 11 | "npm": "Please use yarn instead of NPM to install dependencies" |
12 | 12 | }, |
13 | 13 | "scripts": { |
14 | 14 | "site:serve": "nx serve site", |
15 | | - "lint:affected": "nx affected --target=lint --parallel=2", |
| 15 | + "lint:affected": "nx affected --target=lint --parallel=5", |
16 | 16 | "lint:affected:fix": "yarn lint:affected --fix", |
17 | 17 | "lint:style": "stylelint **/*.{css,scss,html,md}", |
18 | 18 | "lint:style:fix": "yarn lint:style --fix", |
19 | | - "test:affected": "nx affected --target=test --parallel=2", |
20 | | - "build:affected": "nx affected --target=build --parallel=2", |
| 19 | + "test:affected": "nx affected --target=test --parallel=5", |
| 20 | + "build:affected": "nx affected --target=build --parallel=5", |
21 | 21 | "build:ui": "nx build ui", |
22 | 22 | "build:site": "nx build site", |
23 | 23 | "build:executors": "tsc --project tools/tsconfig.json", |
24 | 24 | "build:helper": "node ./tools/ui-helper.js", |
25 | 25 | "build:icons": "node ./tools/ui-icons.js", |
26 | | - "release": "standard-version", |
| 26 | + "check-update": "yarn upgrade-interactive --latest", |
27 | 27 | "prepare": "husky install && chmod ug+x .husky/*", |
28 | | - "prepublishOnly": "nx build ui", |
29 | | - "check-update": "yarn upgrade-interactive --latest" |
| 28 | + "prepublishOnly": "nx run-many --all --target=build --parallel=5 --exclude=site", |
| 29 | + "version": "npx prettier lerna.json --write" |
30 | 30 | }, |
31 | 31 | "dependencies": { |
32 | 32 | "@ant-design/icons-svg": "^4.2.1", |
33 | 33 | "core-js": "^3.24.1", |
34 | | - "dayjs": "^1.11.4", |
| 34 | + "dayjs": "^1.11.5", |
35 | 35 | "highlight.js": "^11.6.0", |
36 | | - "i18next": "^21.8.16", |
| 36 | + "i18next": "^21.9.0", |
37 | 37 | "immer": "^9.0.15", |
38 | 38 | "lodash": "^4.17.21", |
39 | 39 | "marked": "^4.0.18", |
|
50 | 50 | "devDependencies": { |
51 | 51 | "@commitlint/cli": "^17.0.3", |
52 | 52 | "@commitlint/config-conventional": "^17.0.3", |
53 | | - "@nrwl/cli": "13.8.8", |
54 | | - "@nrwl/eslint-plugin-nx": "13.8.8", |
55 | | - "@nrwl/jest": "13.8.8", |
56 | | - "@nrwl/linter": "13.8.8", |
57 | | - "@nrwl/nx-cloud": "13.1.6", |
58 | | - "@nrwl/react": "13.8.8", |
59 | | - "@nrwl/tao": "13.8.8", |
60 | | - "@nrwl/web": "13.8.8", |
61 | | - "@nrwl/workspace": "13.8.8", |
| 53 | + "@nrwl/cli": "14.5.6", |
| 54 | + "@nrwl/eslint-plugin-nx": "14.5.6", |
| 55 | + "@nrwl/jest": "14.5.6", |
| 56 | + "@nrwl/linter": "14.5.6", |
| 57 | + "@nrwl/nx-cloud": "14.3.0", |
| 58 | + "@nrwl/react": "14.5.6", |
| 59 | + "@nrwl/tao": "14.5.6", |
| 60 | + "@nrwl/web": "14.5.6", |
| 61 | + "@nrwl/workspace": "14.5.6", |
62 | 62 | "@testing-library/jest-dom": "^5.16.5", |
63 | 63 | "@testing-library/react": "13.3.0", |
64 | 64 | "@testing-library/react-hooks": "^8.0.1", |
65 | 65 | "@types/fs-extra": "^9.0.13", |
66 | 66 | "@types/jest": "^28.1.6", |
67 | 67 | "@types/lodash": "^4.14.182", |
68 | 68 | "@types/marked": "^4.0.3", |
69 | | - "@types/node": "^18.6.4", |
70 | | - "@types/react": "^18.0.16", |
| 69 | + "@types/node": "^18.7.3", |
| 70 | + "@types/react": "^18.0.17", |
71 | 71 | "@types/react-dom": "^18.0.6", |
72 | | - "@typescript-eslint/eslint-plugin": "^5.32.0", |
73 | | - "@typescript-eslint/parser": "^5.32.0", |
| 72 | + "@typescript-eslint/eslint-plugin": "^5.33.0", |
| 73 | + "@typescript-eslint/parser": "^5.33.0", |
74 | 74 | "babel-jest": "^28.1.3", |
75 | 75 | "dotenv": "^16.0.1", |
76 | | - "eslint": "^8.21.0", |
| 76 | + "eslint": "^8.22.0", |
77 | 77 | "eslint-config-prettier": "^8.5.0", |
78 | 78 | "eslint-plugin-import": "^2.26.0", |
79 | | - "eslint-plugin-jsdoc": "^39.3.4", |
| 79 | + "eslint-plugin-jsdoc": "^39.3.6", |
80 | 80 | "eslint-plugin-jsx-a11y": "^6.6.1", |
81 | 81 | "eslint-plugin-markdown": "^3.0.0", |
82 | 82 | "eslint-plugin-prettier": "^4.2.1", |
|
86 | 86 | "fs-extra": "^10.1.0", |
87 | 87 | "husky": "^8.0.1", |
88 | 88 | "jest": "^28.1.3", |
| 89 | + "lerna": "^5.4.2", |
89 | 90 | "postcss-html": "^1.5.0", |
90 | 91 | "postcss-markdown": "^1.2.0", |
91 | 92 | "prettier": "^2.7.1", |
92 | 93 | "react-test-renderer": "^18.2.0", |
93 | 94 | "rxjs-for-await": "^1.0.0", |
94 | | - "sass": "^1.54.3", |
95 | | - "standard-version": "^9.5.0", |
96 | | - "stylelint": "^14.9.1", |
| 95 | + "sass": "^1.54.4", |
| 96 | + "stylelint": "^14.10.0", |
97 | 97 | "stylelint-config-prettier": "^9.0.3", |
98 | 98 | "stylelint-config-recess-order": "^3.0.0", |
99 | 99 | "stylelint-config-recommended-scss": "^7.0.0", |
100 | | - "stylelint-config-standard": "^26.0.0", |
| 100 | + "stylelint-config-standard": "^27.0.0", |
101 | 101 | "stylelint-scss": "^4.3.0", |
102 | | - "ts-jest": "^28.0.7", |
| 102 | + "ts-jest": "^28.0.8", |
103 | 103 | "ts-node": "^10.9.1", |
104 | 104 | "typescript": "~4.7.4", |
105 | 105 | "yaml-front-matter": "^4.1.1" |
106 | | - } |
| 106 | + }, |
| 107 | + "workspaces": [ |
| 108 | + "packages/*" |
| 109 | + ] |
107 | 110 | } |
0 commit comments