monorepo-react-template
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -5,3 +5,3 @@ { | ||
"name": "monorepo-react-template", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "This repository is a Monorepo sample based on Lerna that creates a modern build system for managing and publishing multiple packages.", | ||
@@ -26,6 +26,2 @@ "repository": { | ||
}, | ||
"dependencies": { | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
}, | ||
"scripts": { | ||
@@ -35,26 +31,4 @@ "cra:init": "node custom.webpack.config.js" | ||
"devDependencies": { | ||
"@babel/core": "^7.2.0", | ||
"@babel/plugin-proposal-class-properties": "^7.2.3", | ||
"@babel/plugin-transform-runtime": "^7.16.10", | ||
"@babel/polyfill": "^7.0.0", | ||
"@babel/preset-env": "^7.2.0", | ||
"@babel/preset-react": "^7.0.0", | ||
"@babel/preset-typescript": "^7.1.0", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^13.4.0", | ||
"@testing-library/user-event": "^13.5.0", | ||
"@types/jest": "^27.5.2", | ||
"@types/node": "^16.18.14", | ||
"@types/react": "^18.0.28", | ||
"@types/react-dom": "^18.0.11", | ||
"babel-loader": "^8.0.4", | ||
"html-webpack-plugin": "^5.5.0", | ||
"lerna": "^6.5.1", | ||
"nx": "15.7.2", | ||
"react-scripts": "5.0.1", | ||
"sass": "^1.58.3", | ||
"typescript": "^4.9.5", | ||
"web-vitals": "^2.1.4", | ||
"webpack": "^5.47.1", | ||
"webpack-cli": "^4.9.1" | ||
"nx": "15.7.2" | ||
}, | ||
@@ -61,0 +35,0 @@ "bugs": { |
@@ -51,4 +51,6 @@ # Monorepo React Template | ||
### 第2步:安装依赖 | ||
### 第2步:安装依赖(必须) | ||
它会将 `packages/` 目录里的所有资源的依赖都自动安装,并且不会重复。 | ||
```sh | ||
@@ -55,0 +57,0 @@ $ npm install |
@@ -51,4 +51,6 @@ # Monorepo React Template | ||
### Step 2: Install dependencies | ||
### Step 2: Install dependencies (Required) | ||
It will automatically install the dependencies of all resources in `packages/` without duplication. | ||
```sh | ||
@@ -55,0 +57,0 @@ $ npm install |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
2
190
1572741
- Removedreact@^18.2.0
- Removedreact-dom@^18.2.0
- Removedjs-tokens@4.0.0(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedreact@18.3.1(transitive)
- Removedreact-dom@18.3.1(transitive)
- Removedscheduler@0.23.2(transitive)