Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5066 Rev 5072
Línea 18... Línea 18...
18
  },
18
  },
19
  "keywords": [],
19
  "keywords": [],
20
  "author": "",
20
  "author": "",
21
  "license": "ISC",
21
  "license": "ISC",
22
  "dependencies": {
22
  "dependencies": {
23
    "@material-ui/core": "^4.11.4",
-
 
24
    "@material-ui/data-grid": "^4.0.0-alpha.28",
-
 
25
    "@emotion/react": "11.10.5",
23
    "@emotion/react": "11.10.5",
26
    "@emotion/styled": "11.10.5",
24
    "@emotion/styled": "11.10.5",
-
 
25
    "@material-ui/core": "^4.11.4",
-
 
26
    "@material-ui/data-grid": "^4.0.0-alpha.28",
27
    "@mui/icons-material": "5.11.0",
27
    "@mui/icons-material": "5.11.0",
28
    "@mui/material": "5.11.3",
28
    "@mui/material": "5.11.3",
29
    "axios": "^0.21.1",
29
    "axios": "^0.21.1",
30
    "chart.js": "^3.9.1",
30
    "chart.js": "^3.9.1",
31
    "ckeditor4": "^4.20.1",
31
    "ckeditor4": "^4.20.1",
Línea 64... Línea 64...
64
    "babel-loader": "^8.3.0",
64
    "babel-loader": "^8.3.0",
65
    "babel-plugin-add-module-exports": "^1.0.4",
65
    "babel-plugin-add-module-exports": "^1.0.4",
66
    "babel-plugin-transform-runtime": "^6.23.0",
66
    "babel-plugin-transform-runtime": "^6.23.0",
67
    "compression-webpack-plugin": "^10.0.0",
67
    "compression-webpack-plugin": "^10.0.0",
68
    "css-loader": "^5.0.2",
68
    "css-loader": "^5.0.2",
69
    "eslint": "^8.30.0",
69
    "eslint": "^8.35.0",
-
 
70
    "eslint-config-standard": "^17.0.0",
-
 
71
    "eslint-plugin-import": "^2.27.5",
-
 
72
    "eslint-plugin-n": "^15.6.1",
-
 
73
    "eslint-plugin-promise": "^6.1.1",
70
    "eslint-plugin-react": "^7.31.11",
74
    "eslint-plugin-react": "^7.32.2",
71
    "mini-css-extract-plugin": "^1.3.7",
75
    "mini-css-extract-plugin": "^1.3.7",
72
    "node-sass": "^7.0.3",
76
    "node-sass": "^7.0.3",
73
    "postcss": "^8.4.20",
77
    "postcss": "^8.4.20",
74
    "postcss-js": "^3.0.3",
78
    "postcss-js": "^3.0.3",
75
    "postcss-loader": "^5.0.0",
79
    "postcss-loader": "^5.0.0",
Línea 81... Línea 85...
81
    "terser-webpack-plugin": "^5.3.6",
85
    "terser-webpack-plugin": "^5.3.6",
82
    "webpack": "^5.75.0",
86
    "webpack": "^5.75.0",
83
    "webpack-bundle-analyzer": "^4.7.0",
87
    "webpack-bundle-analyzer": "^4.7.0",
84
    "webpack-cli": "^4.10.0"
88
    "webpack-cli": "^4.10.0"
85
  }
89
  }
86
}
-
 
87
90
}
-
 
91