-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.16 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
{
"name": "loginsadmin",
"version": "1.0.0",
"description": "Administrador de credenciales simple y dinámico hecho con ❤ por Jonatandb.",
"homepage": "https://github.com/Jonatandb/LoginsAdmin/blob/master/README.md",
"main": "src/index.js",
"keywords": [
"react",
"material-ui",
"es6",
"javascript"
],
"bugs": {
"url": "https://github.com/Jonatandb/LoginsAdmin/issues"
},
"author": {
"name": "Jonatandb",
"email": "Jonatandb@gmail.com",
"url": "https://github.com/Jonatandb"
},
"contributors": [],
"repository": {
"type": "git",
"url": "git+https://github.com/Jonatandb/LoginsAdmin.git"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"dependencies": {
"@material-ui/core": "3.7.1",
"@material-ui/icons": "3.0.1",
"axios": "0.18.1",
"export-from-json": "1.1.1",
"react": "16.5.2",
"react-dom": "16.5.2",
"react-scripts": "2.1.3"
},
"devDependencies": {},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}