New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cra-template-amplify

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cra-template-amplify - npm Package Compare versions

Comparing version

to
1.1.1

2

package.json
{
"name": "cra-template-amplify",
"version": "1.1.0",
"version": "1.1.1",
"keywords": [

@@ -5,0 +5,0 @@ "react",

@@ -1,3 +0,4 @@

This is an AWS Amplify Create React App bootstrapped with my preferred setup of ESLint, Prettier, etc.
# Create React App Amplify Template
Run this command to use this template:
```

@@ -7,5 +8,9 @@ npx create-react-app your-project --template amplify

This is an AWS Amplify Create React App bootstrapped with my preferred setup of ESLint, Prettier, and a bunch of libraries common to most projects, such as lodash, date-fns, core-js, validator, etc.
It comes with a basic amplify.yml, cypress.json, and jsconfig.json that sets the src folder as the root url for React and Cypress.
You must have already gone through the process of installing the Amplify CLI on your computer.
# Setup
## Setup

@@ -12,0 +17,0 @@ After installing this template with CRA, do the following: