Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16650 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16650 Rev 16781
Línea 16... Línea 16...
16
  "dependencies": {
16
  "dependencies": {
17
    "@emotion/react": "11.10.5",
17
    "@emotion/react": "11.10.5",
18
    "@emotion/styled": "11.10.5",
18
    "@emotion/styled": "11.10.5",
19
    "@material-ui/core": "^4.11.4",
19
    "@material-ui/core": "^4.11.4",
20
    "@material-ui/data-grid": "^4.0.0-alpha.28",
20
    "@material-ui/data-grid": "^4.0.0-alpha.28",
-
 
21
    "@mui/icons-material": "5.11.0",
-
 
22
    "@mui/material": "5.11.3",
21
    "axios": "^0.21.4",
23
    "axios": "^0.21.4",
22
    "chart.js": "^3.8.0",
24
    "chart.js": "^3.8.0",
23
    "ckeditor4": "^4.19.0",
25
    "ckeditor4": "^4.19.0",
24
    "ckeditor4-react": "^2.1.0",
26
    "ckeditor4-react": "^2.1.0",
25
    "crypto-js": "^4.1.1",
27
    "crypto-js": "^4.1.1",
Línea 78... Línea 80...
78
    "webpack-cli": "^4.5.0"
80
    "webpack-cli": "^4.5.0"
79
  },
81
  },
80
  "eslintConfig": {
82
  "eslintConfig": {
81
    "extends": "./node_modules/standard/eslintrc.json"
83
    "extends": "./node_modules/standard/eslintrc.json"
82
  }
84
  }
83
}
85
}
84
86