feat: solution for 'Повторный экзамен #2: Сравнительный обзор 3 сущностей (Tavily)'
This commit is contained in:
+7
-25
@@ -1,33 +1,15 @@
|
||||
{
|
||||
"name": "comparison-table-app",
|
||||
"name": "tavily-comparison",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "React app that compares three entities using Tavily API",
|
||||
"description": "Comparison of three entities using the Tavily API",
|
||||
"main": "src/index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
"start": "node src/index.js",
|
||||
"test": "echo \"No tests defined\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@tavily/tavily-api": "^1.0.0",
|
||||
"axios": "^1.6.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-scripts": "5.0.1",
|
||||
"react-table": "^7.8.0"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
"tavily-sdk": "^1.0.0",
|
||||
"dotenv": "^16.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user