Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create tech stack docs (techstack.yml and techstack.md) #57

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
215 changes: 215 additions & 0 deletions techstack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,215 @@
<!--
&lt;--- Readme.md Snippet without images Start ---&gt;
## Tech Stack
koremp/FanCheer is built on the following main stack:

- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) – Languages
- [React](https://reactjs.org/) – Javascript UI Libraries
- [React Router](https://github.com/rackt/react-router) – JavaScript Framework Components
- [Redux](https://redux.js.org/) – State Management Library
- [redux-thunk](https://github.com/gaearon/redux-thunk) – State Management Library
- [Babel](http://babeljs.io/) – JavaScript Compilers
- [CodeceptJS](https://codecept.io/) – Javascript Testing Framework
- [ESLint](http://eslint.org/) – Code Review
- [GitHub Actions](https://github.com/features/actions) – Continuous Integration
- [Jest](http://facebook.github.io/jest/) – Javascript Testing Framework
- [Puppeteer](https://github.com/GoogleChrome/puppeteer) – Headless Browsers
- [Webpack](http://webpack.js.org) – JS Build Tools / JS Task Runners

Full tech stack [here](/techstack.md)

&lt;--- Readme.md Snippet without images End ---&gt;

&lt;--- Readme.md Snippet with images Start ---&gt;
## Tech Stack
koremp/FanCheer is built on the following main stack:

- <img width='25' height='25' src='https://img.stackshare.io/service/1209/javascript.jpeg' alt='JavaScript'/> [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) – Languages
- <img width='25' height='25' src='https://img.stackshare.io/service/1020/OYIaJ1KK.png' alt='React'/> [React](https://reactjs.org/) – Javascript UI Libraries
- <img width='25' height='25' src='https://img.stackshare.io/service/3350/8261421.png' alt='React Router'/> [React Router](https://github.com/rackt/react-router) – JavaScript Framework Components
- <img width='25' height='25' src='https://img.stackshare.io/service/4074/13142323.png' alt='Redux'/> [Redux](https://redux.js.org/) – State Management Library
- <img width='25' height='25' src='https://img.stackshare.io/service/5448/13142323.png' alt='redux-thunk'/> [redux-thunk](https://github.com/gaearon/redux-thunk) – State Management Library
- <img width='25' height='25' src='https://img.stackshare.io/service/2739/-1wfGjNw.png' alt='Babel'/> [Babel](http://babeljs.io/) – JavaScript Compilers
- <img width='25' height='25' src='https://img.stackshare.io/service/9206/fvURKfvJ_400x400.png' alt='CodeceptJS'/> [CodeceptJS](https://codecept.io/) – Javascript Testing Framework
- <img width='25' height='25' src='https://img.stackshare.io/service/3337/Q4L7Jncy.jpg' alt='ESLint'/> [ESLint](http://eslint.org/) – Code Review
- <img width='25' height='25' src='https://img.stackshare.io/service/11563/actions.png' alt='GitHub Actions'/> [GitHub Actions](https://github.com/features/actions) – Continuous Integration
- <img width='25' height='25' src='https://img.stackshare.io/service/830/jest.png' alt='Jest'/> [Jest](http://facebook.github.io/jest/) – Javascript Testing Framework
- <img width='25' height='25' src='https://img.stackshare.io/service/7553/puppeteer.png' alt='Puppeteer'/> [Puppeteer](https://github.com/GoogleChrome/puppeteer) – Headless Browsers
- <img width='25' height='25' src='https://img.stackshare.io/service/1682/IMG_4636.PNG' alt='Webpack'/> [Webpack](http://webpack.js.org) – JS Build Tools / JS Task Runners

Full tech stack [here](/techstack.md)

&lt;--- Readme.md Snippet with images End ---&gt;
-->
<div align="center">

# Tech Stack File
![](https://img.stackshare.io/repo.svg "repo") [koremp/FanCheer](https://github.com/koremp/FanCheer)![](https://img.stackshare.io/public_badge.svg "public")
<br/><br/>
|36<br/>Tools used|02/20/24 <br/>Report generated|
|------|------|
</div>

## <img src='https://img.stackshare.io/languages.svg'/> Languages (1)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1209/javascript.jpeg' alt='JavaScript'>
<br>
<sub><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript">JavaScript</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>

## <img src='https://img.stackshare.io/frameworks.svg'/> Frameworks (4)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1020/OYIaJ1KK.png' alt='React'>
<br>
<sub><a href="https://reactjs.org/">React</a></sub>
<br>
<sub>v16.14.0</sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/3350/8261421.png' alt='React Router'>
<br>
<sub><a href="https://github.com/rackt/react-router">React Router</a></sub>
<br>
<sub>v5.2.0</sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/4074/13142323.png' alt='Redux'>
<br>
<sub><a href="https://redux.js.org/">Redux</a></sub>
<br>
<sub>v4.0.5</sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/5448/13142323.png' alt='redux-thunk'>
<br>
<sub><a href="https://github.com/gaearon/redux-thunk">redux-thunk</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>

## <img src='https://img.stackshare.io/devops.svg'/> DevOps (9)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/2739/-1wfGjNw.png' alt='Babel'>
<br>
<sub><a href="http://babeljs.io/">Babel</a></sub>
<br>
<sub>v7.12.10</sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/9206/fvURKfvJ_400x400.png' alt='CodeceptJS'>
<br>
<sub><a href="https://codecept.io/">CodeceptJS</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/3337/Q4L7Jncy.jpg' alt='ESLint'>
<br>
<sub><a href="http://eslint.org/">ESLint</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1046/git.png' alt='Git'>
<br>
<sub><a href="http://git-scm.com/">Git</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/11563/actions.png' alt='GitHub Actions'>
<br>
<sub><a href="https://github.com/features/actions">GitHub Actions</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/830/jest.png' alt='Jest'>
<br>
<sub><a href="http://facebook.github.io/jest/">Jest</a></sub>
<br>
<sub>v26.6.3</sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/7553/puppeteer.png' alt='Puppeteer'>
<br>
<sub><a href="https://github.com/GoogleChrome/puppeteer">Puppeteer</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1682/IMG_4636.PNG' alt='Webpack'>
<br>
<sub><a href="http://webpack.js.org">Webpack</a></sub>
<br>
<sub>v4.44.2</sub>
</td>

</tr>
<tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1120/lejvzrnlpb308aftn31u.png' alt='npm'>
<br>
<sub><a href="https://www.npmjs.com/">npm</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>


## <img src='https://img.stackshare.io/group.svg' /> Open source packages (22)</h2>

## <img width='24' height='24' src='https://img.stackshare.io/service/1120/lejvzrnlpb308aftn31u.png'/> npm (22)

|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES|
|:------|:------|:------|:------|:------|:------|
|[@babel/core](https://www.npmjs.com/@babel/core)|v7.12.10|12/19/20|Dokyun Lim |MIT|N/A|
|[@babel/preset-env](https://www.npmjs.com/@babel/preset-env)|v7.12.11|12/19/20|Dokyun Lim |MIT|N/A|
|[@babel/preset-react](https://www.npmjs.com/@babel/preset-react)|v7.12.10|12/25/20|Dokyun Lim |MIT|N/A|
|[@emotion/styled](https://www.npmjs.com/@emotion/styled)|v11.0.0|12/25/20|Dokyun Lim |MIT|N/A|
|[@testing-library/jest-dom](https://www.npmjs.com/@testing-library/jest-dom)|v5.11.6|12/29/20|Dokyun Lim |MIT|N/A|
|[@testing-library/react](https://www.npmjs.com/@testing-library/react)|v10.4.9|12/29/20|Dokyun Lim |MIT|N/A|
|[@types/jest](https://www.npmjs.com/@types/jest)|v25.2.3|12/19/20|Dokyun Lim |MIT|N/A|
|[babel-jest](https://www.npmjs.com/babel-jest)|v26.6.3|12/19/20|Dokyun Lim |MIT|N/A|
|[babel-loader](https://www.npmjs.com/babel-loader)|v8.2.2|12/25/20|Dokyun Lim |MIT|N/A|
|[eslint-config-airbnb](https://www.npmjs.com/eslint-config-airbnb)|v18.2.1|06/14/21|Dokyun Lim |MIT|N/A|
|[eslint-plugin-import](https://www.npmjs.com/eslint-plugin-import)|v2.22.1|06/14/21|Dokyun Lim |MIT|N/A|
|[eslint-plugin-jsx-a11y](https://www.npmjs.com/eslint-plugin-jsx-a11y)|v6.4.1|06/14/21|Dokyun Lim |MIT|N/A|
|[eslint-plugin-react](https://www.npmjs.com/eslint-plugin-react)|v7.21.5|06/14/21|Dokyun Lim |MIT|N/A|
|[eslint-plugin-react-hooks](https://www.npmjs.com/eslint-plugin-react-hooks)|v2.5.1|06/14/21|Dokyun Lim |MIT|N/A|
|[file-loader](https://www.npmjs.com/file-loader)|v6.2.0|12/25/20|Dokyun Lim |MIT|N/A|
|[html-webpack-plugin](https://www.npmjs.com/html-webpack-plugin)|v4.5.0|06/14/21|Dokyun Lim |MIT|N/A|
|[react-dom](https://www.npmjs.com/react-dom)|v16.14.0|12/25/20|Dokyun Lim |MIT|N/A|
|[react-redux](https://www.npmjs.com/react-redux)|v7.2.2|12/25/20|Dokyun Lim |MIT|N/A|
|[react-router-dom](https://www.npmjs.com/react-router-dom)|v5.2.0|12/25/20|Dokyun Lim |MIT|N/A|
|[redux-mock-store](https://www.npmjs.com/redux-mock-store)|v1.5.4|12/30/20|Dokyun Lim |MIT|N/A|
|[webpack-cli](https://www.npmjs.com/webpack-cli)|v3.3.12|06/14/21|Dokyun Lim |MIT|N/A|
|[webpack-dev-server](https://www.npmjs.com/webpack-dev-server)|v3.11.0|06/14/21|Dokyun Lim |MIT|N/A|

<br/>
<div align='center'>

Generated via [Stack File](https://github.com/marketplace/stack-file)
Loading
Loading