We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3546a commit 2316257Copy full SHA for 2316257
package.json
@@ -5,6 +5,12 @@
5
"author": "Rodrigo Kamada <[email protected]> (https://github.com/rodrigokamada)",
6
"license": "MIT",
7
"private": true,
8
+ "scripts": {
9
+ "start": "react-scripts start",
10
+ "build": "react-scripts build",
11
+ "test": "react-scripts test --watchAll=false",
12
+ "eject": "react-scripts eject"
13
+ },
14
"dependencies": {
15
"@auth0/auth0-react": "^1.9.0",
16
"@testing-library/jest-dom": "^5.16.2",
@@ -15,11 +21,8 @@
21
"react-scripts": "5.0.0",
22
"web-vitals": "^2.1.4"
17
23
},
18
- "scripts": {
19
- "start": "react-scripts start",
20
- "build": "react-scripts build",
- "test": "react-scripts test",
- "eject": "react-scripts eject"
24
+ "devDependencies": {
25
+ "@types/date-fns": "^2.6.0"
26
27
"eslintConfig": {
28
"extends": [
0 commit comments