Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4242 Rev 4243
Línea 13... Línea 13...
13
  "author": "",
13
  "author": "",
14
  "license": "ISC",
14
  "license": "ISC",
15
  "dependencies": {
15
  "dependencies": {
16
    "@material-ui/core": "^4.11.4",
16
    "@material-ui/core": "^4.11.4",
17
    "@material-ui/data-grid": "^4.0.0-alpha.28",
17
    "@material-ui/data-grid": "^4.0.0-alpha.28",
18
    "@emotion/react": "^11.10.5",
18
    "@emotion/react": "11.10.5",
19
    "@emotion/styled": "^11.10.5",
19
    "@emotion/styled": "11.10.5",
20
    "@mui/icons-material": "^5.11.0",
20
    "@mui/icons-material": "5.11.0",
21
    "@mui/material": "^5.11.3",
21
    "@mui/material": "5.11.3",
22
    "axios": "^0.21.1",
22
    "axios": "^0.21.1",
23
    "chart.js": "^3.9.1",
23
    "chart.js": "^3.9.1",
24
    "ckeditor4": "^4.20.1",
24
    "ckeditor4": "^4.20.1",
25
    "ckeditor4-react": "^2.1.0",
25
    "ckeditor4-react": "^2.1.0",
26
    "crypto-js": "^4.1.1",
26
    "crypto-js": "^4.1.1",
Línea 77... Línea 77...
77
    "webpack-cli": "^4.10.0"
77
    "webpack-cli": "^4.10.0"
78
  },
78
  },
79
  "eslintConfig": {
79
  "eslintConfig": {
80
    "extends": "./node_modules/standard/eslintrc.json"
80
    "extends": "./node_modules/standard/eslintrc.json"
81
  }
81
  }
82
}
-
 
83
82
}
-
 
83