# eda-frontend-deps

> A dependency repo of frontend libraries used in EDA's exercies and apps

Latest version **0.4.5** (published 2020-08-02) · ISC license · 0 weekly downloads

## Install

```sh
npm install eda-frontend-deps
pnpm add eda-frontend-deps
yarn add eda-frontend-deps
bun add eda-frontend-deps
```

Provides the commands `test-frontend`, `build-frontend`, `watch-frontend-build`, `watch-frontend-tests`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.4.5 |
| Published | 2020-08-02 |
| First published | 2020-07-04 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 25 |
| Unpacked size | 3.3 KB |
| Known vulnerabilities | 0 (+25 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | EDA |
| Maintainers | locksmithdon |
| Keywords | frontend |

## Links

- npm: https://www.npmjs.com/package/eda-frontend-deps
- Repository: https://github.com/enspiral-dev-academy/eda-frontend-deps
- Homepage: https://github.com/enspiral-dev-academy/eda-frontend-deps#readme
- Issues: https://github.com/enspiral-dev-academy/eda-frontend-deps/issues
- npm.io page: https://npm.io/package/eda-frontend-deps

## Dependencies (25)

- [jest](https://npm.io/package/jest.md) ^26.1.0
- [axios](https://npm.io/package/axios.md) ^0.19.2
- [react](https://npm.io/package/react.md) ^16.13.1
- [redux](https://npm.io/package/redux.md) ^4.0.5
- [core-js](https://npm.io/package/core-js.md) ^3.6.5
- [webpack](https://npm.io/package/webpack.md) ^4.43.0
- [react-dom](https://npm.io/package/react-dom.md) ^16.13.1
- [@babel/core](https://npm.io/package/@babel/core.md) ^7.10.4
- [npm-run-all](https://npm.io/package/npm-run-all.md) ^4.1.5
- [react-redux](https://npm.io/package/react-redux.md) ^7.2.0
- [redux-thunk](https://npm.io/package/redux-thunk.md) ^2.3.0
- [webpack-cli](https://npm.io/package/webpack-cli.md) ^3.3.12
- [babel-loader](https://npm.io/package/babel-loader.md) ^8.1.0
- [@babel/runtime](https://npm.io/package/@babel/runtime.md) ^7.10.4
- [@babel/polyfill](https://npm.io/package/@babel/polyfill.md) ^7.10.4
- [react-router-dom](https://npm.io/package/react-router-dom.md) ^5.2.0
- [@babel/preset-env](https://npm.io/package/@babel/preset-env.md) ^7.10.4
- [@babel/preset-react](https://npm.io/package/@babel/preset-react.md) ^7.10.4
- [regenerator-runtime](https://npm.io/package/regenerator-runtime.md) ^0.13.5
- [@testing-library/react](https://npm.io/package/@testing-library/react.md) ^10.4.3
- [@testing-library/jest-dom](https://npm.io/package/@testing-library/jest-dom.md) ^5.11.0
- [@babel/plugin-transform-runtime](https://npm.io/package/@babel/plugin-transform-runtime.md) ^7.10.4
- [@babel/plugin-transform-regenerator](https://npm.io/package/@babel/plugin-transform-regenerator.md) ^7.10.4
- [@babel/plugin-proposal-class-properties](https://npm.io/package/@babel/plugin-proposal-class-properties.md) ^7.10.4
- [@babel/plugin-proposal-object-rest-spread](https://npm.io/package/@babel/plugin-proposal-object-rest-spread.md) ^7.10.4

## Recent versions

- 0.4.5 (latest) — 2020-08-02
- 0.4.4 — 2020-08-02
- 0.4.3 — 2020-08-02
- 0.4.2 — 2020-08-02
- 0.4.1 — 2020-08-01
- 0.4.0 — 2020-08-01
- 0.3.1 — 2020-07-07
- 0.3.0 — 2020-07-07
- 0.2.9 — 2020-07-05
- 0.2.8 — 2020-07-05
- 0.2.7 — 2020-07-05
- 0.2.6 — 2020-07-05
- 0.2.5 — 2020-07-05
- 0.2.4 — 2020-07-05
- 0.2.3 — 2020-07-05
- … 4 more at https://npm.io/package/eda-frontend-deps/versions

## README

# EDA Frontend Dependencies

To apply these dependencies:

    npm install eda-frontend-deps

Available commands

* `lint-frontend`
* `test-frontend`
* `watch-frontend-tests`
* `build-frontend`
* `watch-frontend-build`

In your `package.json`, add

```js
"scripts": {
  "client-lint": "lint-frontend",
  "client-test": "test-frontend",
  "client-test:watch": "watch-frontend-tests",
  "client-build": "built-frontend",
  "client-build:watch": "watch-frontend-build"
},
```

The `bundle.js` that results from a frontend build will go to `/server/public`.
The linter runs on `/client`.

Requirements

The entry point for your frontend code must be `/client/index.js`.

---
_Source: https://npm.io/package/eda-frontend-deps · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
