-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "news-search-ui",
"version": "1.0.0",
"author": "Garazi Gartzia Gartzia",
"description": "Aplicación React para visualizar las últimas noticias compartidas en Twitter",
"homepage": "https://news-search-ui.herokuapp.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/ggartzia/news-search-ui.git"
},
"engines": {
"node": "12.22.7"
},
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start"
},
"keywords": [],
"license": "ISC",
"dependencies": {
"12": "^1.0.2",
"@emotion/cache": "11.4.0",
"@emotion/react": "11.4.1",
"@emotion/styled": "11.3.0",
"@material-ui/core": "^4.12.3",
"@mui/icons-material": "5.2.0",
"@mui/material": "5.3.0",
"@mui/styled-engine": "5.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-infinite-scroll-component": "^6.1.0",
"react-infinite-scroller": "^1.2.4",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.3",
"react-waypoint": "9.0.2",
"recharts": "^2.1.9",
"uuid": "^8.3.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}