{"id":21037642,"url":"https://github.com/mapledevjs/react-typescript-eslint-webpack","last_synced_at":"2026-04-05T20:40:51.997Z","repository":{"id":39000152,"uuid":"374187190","full_name":"mapleDevJS/react-typescript-eslint-webpack","owner":"mapleDevJS","description":"React 17 + Typescript 5 + Webpack 5 boilerplate","archived":false,"fork":false,"pushed_at":"2025-06-05T07:10:03.000Z","size":1552,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-31T08:45:29.064Z","etag":null,"topics":["editorconfig","eslint","husky","pnpm","prettier","react","typescript","webpack5"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mapleDevJS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-05T18:35:11.000Z","updated_at":"2025-03-13T15:15:41.000Z","dependencies_parsed_at":"2024-05-21T04:22:33.160Z","dependency_job_id":"4768c93b-d6a4-4430-90fe-c6027a348e86","html_url":"https://github.com/mapleDevJS/react-typescript-eslint-webpack","commit_stats":null,"previous_names":[],"tags_count":2,"template":true,"template_full_name":null,"purl":"pkg:github/mapleDevJS/react-typescript-eslint-webpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapleDevJS%2Freact-typescript-eslint-webpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapleDevJS%2Freact-typescript-eslint-webpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapleDevJS%2Freact-typescript-eslint-webpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapleDevJS%2Freact-typescript-eslint-webpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mapleDevJS","download_url":"https://codeload.github.com/mapleDevJS/react-typescript-eslint-webpack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapleDevJS%2Freact-typescript-eslint-webpack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31449835,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T15:22:31.103Z","status":"ssl_error","status_checked_at":"2026-04-05T15:22:00.205Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["editorconfig","eslint","husky","pnpm","prettier","react","typescript","webpack5"],"created_at":"2024-11-19T13:27:20.431Z","updated_at":"2026-04-05T20:40:51.982Z","avatar_url":"https://github.com/mapleDevJS.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React-Typescript-Eslint-Webpack Template\n\nThis is a template for a React application built with TypeScript and Webpack.\n\n## Features\n\n- **TypeScript**: The project is written in TypeScript, which provides static type checking and improved developer experience.\n- **Webpack**: The project uses Webpack as the bundler, allowing for easy configuration and optimization.\n- **Linting and Formatting**: The project uses ESLint and Prettier to enforce code style and quality.\n- **Husky and Lint-Staged**: Git hooks are set up to run linting and formatting on staged files before committing.\n\n## Getting Started\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/your-username/my-app.git\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   cd my-app\n   npm install\n   ```\n\n3. Start the development server:\n\n   ```bash\n   npm start\n   ```\n\n   This will start the Webpack development server and open the application in your default browser.\n\n## Scripts\n\n- `npm start`: Starts the Webpack development server.\n- `npm build`: Builds the production-ready bundle.\n- `npm lint`: Runs ESLint on the `src` directory.\n- `npm lint:fix`: Runs ESLint with the `--fix` option to automatically fix linting issues.\n- `npm prettify`: Runs Prettier to format the code in the `src` directory.\n- `npm check`: Runs the TypeScript compiler to check for type errors.\n\n## Dependencies\n\n- `react`: ^17.0.1\n- `react-dom`: ^17.0.1\n\n## Development Dependencies\n\n- `@babel/core`: ^7.24.5\n- `@babel/plugin-transform-runtime`: ^7.24.3\n- `@babel/preset-env`: ^7.24.5\n- `@babel/preset-react`: ^7.24.1\n- `@babel/preset-typescript`: ^7.24.1\n- `@babel/runtime`: ^7.24.5\n- `@types/node`: ^20.12.12\n- `@types/react`: ^18.3.2\n- `@types/react-dom`: ^18.3.0\n- `@types/webpack`: ^5.28.5\n- `@typescript-eslint/eslint-plugin`: ^7.9.0\n- `@typescript-eslint/parser`: ^7.9.0\n- `babel-loader`: ^9.1.3\n- `clean-webpack-plugin`: ^4.0.0\n- `css-loader`: ^7.1.1\n- `eslint`: 8.57.0\n- `eslint-config-prettier`: ^9.1.0\n- `eslint-plugin-prettier`: ^5.1.3\n- `eslint-plugin-react`: ^7.34.1\n- `eslint-plugin-react-hooks`: ^4.6.2\n- `eslint-plugin-sonarjs`: ^1.0.3\n- `eslint-webpack-plugin`: ^4.1.0\n- `fork-ts-checker-webpack-plugin`: ^9.0.2\n- `html-webpack-plugin`: ^5.6.0\n- `husky`: ^9.0.11\n- `lint-staged`: ^15.2.2\n- `prettier`: ^3.2.5\n- `style-loader`: ^4.0.0\n- `ts-node`: ^10.9.2\n- `typescript`: ^5.4.5\n- `webpack`: ^5.91.0\n- `webpack-cli`: ^5.1.4\n- `webpack-dev-server`: ^5.0.4\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapledevjs%2Freact-typescript-eslint-webpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmapledevjs%2Freact-typescript-eslint-webpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapledevjs%2Freact-typescript-eslint-webpack/lists"}