🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

liberte

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liberte

Liberté is a react type script project has built with CRA and run with webpack dev server, so you can add your custom webpack config without "react-script eject".

latest
Source
npmnpm
Version
1.1.3
Version published
Weekly downloads
9
-55%
Maintainers
1
Weekly downloads
 
Created
Source

Liberté

Liberté is a react type script project built with CRA and runs with webpack dev server, so you can add your custom webpack config without "react-script eject".

I named this package Liberte to express my protest against the prevailing conditions in Iran. Long live "Woman Life Freedom"


https://en.wikipedia.org/wiki/Mahsa_Amini_protests

npm License node License webpack License typscript License

Installation

1.Install the latest version of the package from npm:

npm i liberte

2.Update the existing calls to react-scripts in the scripts section of your package.json to use the liberte CLI:

"scripts": {
-  "start": "react-scripts start"
+  "start": "liberte-start"
-  "build": "react-scripts build"
+  "build": "liberte-build"
+  "liberte": "liberte-config"
}

3.Add this line to tsconfig.json

  "compilerOptions":
  {...
    "outDir": "./dist/",
    ...}

5.Run this command in terminal

   npm run liberte

6.If you have babelrc and webpack config from before, liberte keep your config as a comment, so you can uncomment yours and add them again

🚀 About Me

I'm a front end developer...

linkedin

Keywords

react

FAQs

Package last updated on 01 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts