Skip to content

Commit 2316257

Browse files
committed
Improvements.
1 parent 4c3546a commit 2316257

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"author": "Rodrigo Kamada <[email protected]> (https://github.com/rodrigokamada)",
66
"license": "MIT",
77
"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+
},
814
"dependencies": {
915
"@auth0/auth0-react": "^1.9.0",
1016
"@testing-library/jest-dom": "^5.16.2",
@@ -15,11 +21,8 @@
1521
"react-scripts": "5.0.0",
1622
"web-vitals": "^2.1.4"
1723
},
18-
"scripts": {
19-
"start": "react-scripts start",
20-
"build": "react-scripts build",
21-
"test": "react-scripts test",
22-
"eject": "react-scripts eject"
24+
"devDependencies": {
25+
"@types/date-fns": "^2.6.0"
2326
},
2427
"eslintConfig": {
2528
"extends": [

0 commit comments

Comments
 (0)