Gathering detailed insights and metrics for cra-template-dunice-ts-redux-saga
Gathering detailed insights and metrics for cra-template-dunice-ts-redux-saga
Gathering detailed insights and metrics for cra-template-dunice-ts-redux-saga
Gathering detailed insights and metrics for cra-template-dunice-ts-redux-saga
Template for Create React App supporting TypeScript and SCSS files. Included with Redux, Saga, Axios, Prettier, Stylelint and ESlint config recommended by Airbnb and Husky with pre-commit hook.
npm install cra-template-dunice-ts-redux-saga
Typescript
Module System
Node Version
NPM Version
TypeScript (76.16%)
HTML (11.06%)
JavaScript (6.44%)
SCSS (6.35%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
6 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Jan 29, 2021
Latest Version
0.1.4
Package Id
cra-template-dunice-ts-redux-saga@0.1.4
Unpacked Size
65.02 kB
Size
33.88 kB
File Count
32
NPM Version
6.14.9
Node Version
12.14.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
No dependencies detected.
Template for Create React App supporting TypeScript and SCSS files.
Included with:
Creating a React project using a custom template.
npx create-react-app app-name --template dunice-ts-redux-saga
The CRA Custom Template does not yet have support for devDependencies
, so I recommend edit your package.json
to like this:
{
"name": "project-name",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./src"
},
"dependencies": {
"@reduxjs/toolkit": "^1.4.0",
"axios": "^0.20.0",
"qs": "^6.9.4",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.1",
"react-scripts": "4.0.1",
"redux-saga": "^1.1.3",
"typescript": "<=4.1.0"
"node-sass": "^4.14.1",
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.3",
"@testing-library/user-event": "^12.6.2",
"@types/jest": "^26.0.0",
"@types/node": "^14.14.0",
"@types/qs": "^6.9.5",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-redux": "^7.1.9",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-import-helpers": "^1.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.1.2",
"husky": ">=4",
"lint-staged": ">=10",
"prettier": "^2.1.2",
"stylelint": "^13.7.2",
"stylelint-config-standard": "^20.0.0"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
"prettier --write",
"eslint --ext '.js,.jsx,.ts,.tsx' --fix"
],
"*.scss": "stylelint --syntax=scss"
}
}
CRA will fail with husky pre-commit
setup, so you need to install it manually after initiating.
yarn add -D husky
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 0/6 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More