-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.12 KB
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
{
"name": "register-react",
"version": "1.0.0",
"description": "APP WEB con React y backend con Firebase para el registro y almacenamiento de usuarios",
"author": {
"name": "Edixon Alberto",
"email": "edixonalbertto@gmail.com"
},
"homepage": "https://edixonalberto.github.io/register-react",
"license": "MIT",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "gh-pages -o github -d ./build"
},
"repository": {
"type": "git",
"url": "https://github.com/EdixonAlberto/register-react.git"
},
"dependencies": {
"bootstrap": "^4.3.1",
"firebase": "^6.6.2",
"jquery": "^3.4.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-redux": "^7.1.1",
"react-router-dom": "^5.0.1",
"react-scripts": "3.1.1",
"redux": "^4.0.4"
},
"devDependencies": {
"dotenv": "^8.1.0",
"redux-devtools": "^3.5.0"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}