Skip to content

Commit 0264190

Browse files
update template.json
1 parent acae6b6 commit 0264190

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

template.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
"@types/node": "^16.11.37",
1515
"@types/react": "^18.0.10",
1616
"@types/react-dom": "^18.0.5",
17-
"autoprefixer": "^10.4.7",
18-
"postcss": "^8.4.14",
19-
"postcss-cli": "^9.1.0",
20-
"postcss-preset-env": "^7.7.0",
17+
"axios": "^0.27.2",
2118
"react": "^18.1.0",
2219
"react-dom": "^18.1.0",
20+
"react-query": "^3.39.1",
21+
"react-router": "^6.3.0",
22+
"react-router-dom": "^6.3.0",
2323
"react-scripts": "5.0.1",
24-
"tailwindcss": "^3.0.24",
2524
"typescript": "^4.7.2",
2625
"web-vitals": "^2.1.4"
2726
},
2827
"devDependencies": {
28+
"autoprefixer": "^10.4.7",
2929
"@typescript-eslint/eslint-plugin": "^5.27.0",
3030
"@typescript-eslint/parser": "^5.27.0",
3131
"eslint": "^8.16.0",
@@ -37,7 +37,9 @@
3737
"eslint-plugin-promise": "^6.0.0",
3838
"eslint-plugin-react": "^7.30.0",
3939
"husky": "^8.0.1",
40-
"prettier": "^2.6.2"
40+
"postcss": "^8.4.14",
41+
"prettier": "^2.6.2",
42+
"tailwindcss": "^3.0.24"
4143
},
4244
"eslintConfig": {
4345
"extends": ["react-app"]

0 commit comments

Comments
 (0)