Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

monorepo-react-template

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monorepo-react-template - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

30

package.json

@@ -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": {

4

README_CN.md

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc