This repository has been archived on 2019-10-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tecnologiabanana/package.json
T

34 lines
732 B
JSON
Raw Normal View History

2018-11-08 17:54:37 +01:00
{
"name": "hazetv-alfatube-1",
"version": "0.1.0",
"private": true,
"dependencies": {
2018-11-08 18:08:07 +01:00
"axios": "^0.18.0",
"bootstrap": "^4.1.3",
"express": "^4.16.4",
2018-11-08 17:54:37 +01:00
"react": "^16.6.1",
2018-11-08 18:08:07 +01:00
"react-app-polyfill": "^0.1.3",
"react-bootstrap": "^1.0.0-beta.2",
2018-11-08 17:54:37 +01:00
"react-dom": "^16.6.1",
2018-11-08 18:08:07 +01:00
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"react-youtube": "^7.8.0",
"wikijs": "^4.8.1"
2018-11-08 17:54:37 +01:00
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}