cra-template-react-redux-toolkit
Advanced tools
Comparing version 0.4.0 to 0.5.0
{ | ||
"name": "cra-template-react-redux-toolkit", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"eslintConfig": { | ||
@@ -24,3 +24,5 @@ "extends": [ | ||
"main": "index.js", | ||
"devDependencies": {}, | ||
"devDependencies": { | ||
"prettier": "^3.0.3" | ||
}, | ||
"repository": { | ||
@@ -27,0 +29,0 @@ "type": "git", |
@@ -71,1 +71,12 @@ # Create React App with Redux-Toolkit and Material-UI (MUI) | ||
## Development(Contribute) | ||
simply anyone can clone the project then run the template and check first | ||
run inside the project | ||
`npx create-react-app my-app --template file:.` | ||
run in different location | ||
`npx create-react-app my-app --template file:../path/to/your/template/cra-template-[template-name]` |
@@ -28,7 +28,9 @@ { | ||
"devDependencies": { | ||
"json-server": "^0.17.1" | ||
"cross-env": "^7.0.3", | ||
"json-server": "^0.17.4", | ||
"prettier": "3.0.3" | ||
}, | ||
"scripts": { | ||
"start": "REACT_APP_VERSION=$npm_package_version react-scripts start", | ||
"build": "REACT_APP_VERSION=$npm_package_version react-scripts build", | ||
"start": "cross-env REACT_APP_VERSION=$npm_package_version react-scripts start", | ||
"build": "cross-env REACT_APP_VERSION=$npm_package_version react-scripts build", | ||
"test": "react-scripts test", | ||
@@ -35,0 +37,0 @@ "eject": "react-scripts eject", |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ window._env_ = { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
# https://www.robotstxt.org/robotstxt.html | ||
User-agent: * | ||
Disallow: |
@@ -75,1 +75,13 @@ # Create React App with Redux-Toolkit and Material-UI (MUI) | ||
## Development(Contribute) | ||
simply anyone can clone the project then run the template and check first | ||
run inside the project | ||
`npx create-react-app my-app --template file:.` | ||
run in different location | ||
`npx create-react-app my-app --template file:../path/to/your/template/cra-template-[template-name]` |
@@ -0,0 +0,0 @@ import {BaseQueryFn, FetchArgs, fetchBaseQuery, FetchBaseQueryError,} from '@reduxjs/toolkit/query' |
@@ -0,0 +0,0 @@ import {createApi} from '@reduxjs/toolkit/query/react'; |
@@ -0,0 +0,0 @@ import { createSlice, PayloadAction } from '@reduxjs/toolkit'; |
@@ -0,0 +0,0 @@ type AppConfig = { |
@@ -0,0 +0,0 @@ import AppConfig from './AppConfig'; |
@@ -0,0 +0,0 @@ import prodConfig from "./prodConfig"; |
@@ -0,0 +0,0 @@ import AppConfig from "./AppConfig"; |
@@ -0,0 +0,0 @@ // A mock function to mimic making an async request for data |
@@ -0,0 +0,0 @@ import counterReducer, { |
@@ -0,0 +0,0 @@ import { createAsyncThunk, createSlice, PayloadAction } from '@reduxjs/toolkit'; |
/// <reference types="react-scripts" /> |
@@ -0,0 +0,0 @@ import { ReportHandler } from 'web-vitals'; |
@@ -0,0 +0,0 @@ // jest-dom adds custom jest matchers for asserting on DOM nodes. |
@@ -0,0 +0,0 @@ import { TypedUseSelectorHook, useDispatch, useSelector } from 'react-redux'; |
@@ -0,0 +0,0 @@ import { configureStore, ThunkAction, Action } from '@reduxjs/toolkit'; |
@@ -0,0 +0,0 @@ import i18n from "i18next"; |
@@ -0,0 +0,0 @@ function scan(e: any) { |
@@ -0,0 +0,0 @@ interface ILogger { |
@@ -0,0 +0,0 @@ import Config from "../../config"; |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
81263
59
1437
81
0
1