react like bro view

This commit is contained in:
Primakov Alexandr Alexandrovich
2024-10-17 20:09:08 +03:00
parent 7eb2fb7326
commit cf269ff227
13 changed files with 2705 additions and 56 deletions
+12
View File
@@ -11,7 +11,19 @@
"license": "ISC",
"description": "",
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"babel-loader": "^9.2.1",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.25.7",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.6.3"
}
}