Skip to content

Commit c5e3e4e

Browse files
committed
👌 IMPROVE: package.json updated for CRA 5
1 parent 2ecc4c1 commit c5e3e4e

File tree

2 files changed

+29
-27
lines changed

2 files changed

+29
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cra-template-typescript-firebase",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"license": "MIT",
55
"author": "Hussain Pettiwala",
66
"engines": {

template.json

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,31 @@
11
{
2-
"dependencies": {
3-
"@emotion/react": "^11.7.1",
4-
"@emotion/styled": "^11.6.0",
5-
"@mui/icons-material": "^5.2.5",
6-
"@mui/material": "^5.2.6",
7-
"@testing-library/jest-dom": "^5.16.1",
8-
"@testing-library/react": "^12.1.2",
9-
"@testing-library/user-event": "^13.5.0",
10-
"@types/jest": "^27.0.3",
11-
"@types/node": "^16.11.17",
12-
"@types/react": "^17.0.38",
13-
"@types/react-dom": "^17.0.11",
14-
"firebase": "^9.6.1",
15-
"react": "^17.0.2",
16-
"react-dom": "^17.0.2",
17-
"react-firebase-hooks": "^4.0.1",
18-
"react-router-dom": "^6.2.1",
19-
"react-scripts": "5.0.0",
20-
"typescript": "^4.5.4",
21-
"web-vitals": "^2.1.2"
22-
},
23-
"scripts": {
24-
"start": "react-scripts start",
25-
"build": "react-scripts build",
26-
"test": "react-scripts test",
27-
"eject": "react-scripts eject"
2+
"package": {
3+
"dependencies": {
4+
"@emotion/react": "^11.7.1",
5+
"@emotion/styled": "^11.6.0",
6+
"@mui/icons-material": "^5.2.5",
7+
"@mui/material": "^5.2.6",
8+
"@testing-library/jest-dom": "^5.16.1",
9+
"@testing-library/react": "^12.1.2",
10+
"@testing-library/user-event": "^13.5.0",
11+
"@types/jest": "^27.0.3",
12+
"@types/node": "^16.11.17",
13+
"@types/react": "^17.0.38",
14+
"@types/react-dom": "^17.0.11",
15+
"firebase": "^9.6.1",
16+
"react": "^17.0.2",
17+
"react-dom": "^17.0.2",
18+
"react-firebase-hooks": "^4.0.1",
19+
"react-router-dom": "^6.2.1",
20+
"react-scripts": "5.0.0",
21+
"typescript": "^4.5.4",
22+
"web-vitals": "^2.1.2"
23+
},
24+
"scripts": {
25+
"start": "react-scripts start",
26+
"build": "react-scripts build",
27+
"test": "react-scripts test",
28+
"eject": "react-scripts eject"
29+
}
2830
}
2931
}

0 commit comments

Comments
 (0)