🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

react-dependency-scripts

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dependency-scripts

Scripts of react libraries

1.0.6
latest
Source
npm
Version published
Weekly downloads
53
562.5%
Maintainers
1
Weekly downloads
 
Created
Source

React Dependency Scripts

npm version

Start the development application

Using webpack with reference to folder src/dev.

npm start
// OR
yarn start

Build the library

Using babel with reference to folder src/lib.

npm build
// OR
yarn build

Build the development application

Using webpack with reference to folder src/dev.

npm build:app
// OR
yarn build:app

Test the project

Using jest with reference to folder src/lib. Is possible edit the test config in package.json.

npm test
// OR
yarn test

NPM Statistics

Download stats for this NPM package

NPM

License

Create React Dependency is open source software licensed as MIT.

Keywords

react

FAQs

Package last updated on 02 Sep 2020

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