Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1 Rev 4585
Línea 12... Línea 12...
12
  "license": "ISC",
12
  "license": "ISC",
13
  "dependencies": {
13
  "dependencies": {
14
    "@material-ui/core": "^4.11.4",
14
    "@material-ui/core": "^4.11.4",
15
    "@material-ui/data-grid": "^4.0.0-alpha.28",
15
    "@material-ui/data-grid": "^4.0.0-alpha.28",
16
    "axios": "^0.21.1",
16
    "axios": "^0.21.1",
-
 
17
    "chart.js": "^3.8.0",
-
 
18
    "ckeditor4": "^4.19.0",
17
    "ckeditor4-react": "^1.4.0",
19
    "ckeditor4-react": "^2.1.0",
-
 
20
    "crypto-js": "^4.1.1",
18
    "html-react-parser": "^1.2.4",
21
    "html-react-parser": "^1.4.14",
19
    "moment": "^2.29.1",
22
    "moment": "^2.29.1",
20
    "moment-timezone": "^0.5.33",
23
    "moment-timezone": "^0.5.33",
21
    "react": "^17.0.1",
24
    "react": "^17.0.1",
22
    "react-bootstrap": "^1.5.0",
25
    "react-bootstrap": "^1.6.5",
-
 
26
    "react-chartjs-2": "^3.0.4",
23
    "react-datetime": "^3.0.4",
27
    "react-datetime": "^3.0.4",
24
    "react-dom": "^17.0.1",
28
    "react-dom": "^17.0.1",
25
    "react-dropzone": "^11.3.1",
29
    "react-dropzone": "^11.3.1",
26
    "react-hook-form": "^6.15.1",
30
    "react-hook-form": "^6.15.1",
27
    "react-phone-input-2": "^2.13.9",
31
    "react-phone-input-2": "^2.13.9",
28
    "react-recaptcha": "^2.3.10",
32
    "react-recaptcha": "^2.3.10",
29
    "react-redux": "^7.2.2",
33
    "react-redux": "^7.2.2",
30
    "react-router-dom": "^5.2.0",
34
    "react-router-dom": "^5.3.3",
-
 
35
    "react-slick": "^0.28.1",
31
    "redux": "^4.0.5",
36
    "redux": "^4.0.5",
32
    "redux-thunk": "^2.3.0",
37
    "redux-thunk": "^2.3.0",
33
    "styled-components": "^5.2.1",
38
    "styled-components": "^5.2.1",
34
    "uuid": "^8.3.2"
39
    "uuid": "^8.3.2"
35
  },
40
  },
Línea 56... Línea 61...
56
    "style-loader": "^2.0.0",
61
    "style-loader": "^2.0.0",
57
    "terser-webpack-plugin": "^5.1.1",
62
    "terser-webpack-plugin": "^5.1.1",
58
    "webpack": "^5.22.0",
63
    "webpack": "^5.22.0",
59
    "webpack-cli": "^4.5.0"
64
    "webpack-cli": "^4.5.0"
60
  }
65
  }
61
}
66
}
62
67