Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15528 | Rev 15762 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15528 Rev 15761
Línea 10... Línea 10...
10
  },
10
  },
11
  "keywords": [],
11
  "keywords": [],
12
  "author": "",
12
  "author": "",
13
  "license": "ISC",
13
  "license": "ISC",
14
  "dependencies": {
14
  "dependencies": {
-
 
15
    "@emotion/react": "11.10.5",
-
 
16
    "@emotion/styled": "11.10.5",
15
    "@material-ui/core": "^4.11.4",
17
    "@material-ui/core": "^4.11.4",
16
    "@material-ui/data-grid": "^4.0.0-alpha.28",
18
    "@material-ui/data-grid": "^4.0.0-alpha.28",
-
 
19
    "@mui/icons-material": "5.11.0",
-
 
20
    "@mui/material": "5.11.3",
17
    "axios": "^0.21.1",
21
    "axios": "^0.21.1",
18
    "chart.js": "^3.8.0",
22
    "chart.js": "^3.8.0",
19
    "ckeditor4": "^4.19.0",
23
    "ckeditor4": "^4.19.0",
20
    "ckeditor4-react": "^2.1.0",
24
    "ckeditor4-react": "^2.1.0",
21
    "crypto-js": "^4.1.1",
25
    "crypto-js": "^4.1.1",
Línea 29... Línea 33...
29
    "react-dom": "^17.0.1",
33
    "react-dom": "^17.0.1",
30
    "react-dropzone": "^11.3.1",
34
    "react-dropzone": "^11.3.1",
31
    "react-hook-form": "^6.15.1",
35
    "react-hook-form": "^6.15.1",
32
    "react-phone-input-2": "^2.13.9",
36
    "react-phone-input-2": "^2.13.9",
33
    "react-recaptcha": "^2.3.10",
37
    "react-recaptcha": "^2.3.10",
-
 
38
    "react-icons": "^4.7.1",
34
    "react-redux": "^7.2.2",
39
    "react-redux": "^7.2.2",
35
    "react-router-dom": "^5.3.3",
40
    "react-router-dom": "^5.3.3",
36
    "react-slick": "^0.28.1",
41
    "react-slick": "^0.28.1",
37
    "redux": "^4.0.5",
42
    "redux": "^4.0.5",
38
    "redux-thunk": "^2.3.0",
43
    "redux-thunk": "^2.3.0",
Línea 66... Línea 71...
66
    "webpack-cli": "^4.5.0"
71
    "webpack-cli": "^4.5.0"
67
  },
72
  },
68
  "eslintConfig": {
73
  "eslintConfig": {
69
    "extends": "./node_modules/standard/eslintrc.json"
74
    "extends": "./node_modules/standard/eslintrc.json"
70
  }
75
  }
71
}
76
}
72
77