|
9 | 9 | "yarn": "^1.3.2" |
10 | 10 | }, |
11 | 11 | "dependencies": { |
| 12 | + "@plone/volto": "^10.7.0", |
12 | 13 | "ace-builds": "1.2.6", |
13 | 14 | "backbone": "1.1.2", |
14 | 15 | "backbone.paginator": "1.0.0", |
|
39 | 40 | "patternslib": "https://github.com/Patternslib/Patterns.git#c718baa7057cd218d1704d5c66ace8ded0a43e44", |
40 | 41 | "pickadate": "3.6.4", |
41 | 42 | "prettier": "^2.1.2", |
| 43 | + "react-dates": "21.5.1", |
42 | 44 | "select2": "https://github.com/ivaynberg/select2.git#3.5.4", |
43 | 45 | "sortablejs": "^1.12.0", |
44 | 46 | "tinymce-builded": "https://github.com/artursmirnov/tinymce_builded.git#4.7.13" |
|
47 | 49 | "@11ty/eleventy": "^0.11.1", |
48 | 50 | "@11ty/eleventy-navigation": "^0.1.6", |
49 | 51 | "@11ty/eleventy-plugin-syntaxhighlight": "^3.0.4", |
| 52 | + "@babel/plugin-proposal-class-properties": "^7.12.1", |
| 53 | + "@babel/plugin-proposal-export-default-from": "^7.12.1", |
50 | 54 | "@babel/plugin-proposal-optional-chaining": "^7.11.0", |
| 55 | + "@babel/plugin-proposal-throw-expressions": "^7.12.1", |
| 56 | + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", |
51 | 57 | "@babel/preset-env": "^7.9.6", |
| 58 | + "@babel/preset-react": "^7.12.10", |
52 | 59 | "@testing-library/jest-dom": "^5.5.0", |
53 | 60 | "babel-eslint": "^10.1.0", |
54 | 61 | "babel-loader": "^8.1.0", |
|
59 | 66 | "core-js": "3", |
60 | 67 | "css-loader": "^3.5.3", |
61 | 68 | "duplicate-package-checker-webpack-plugin": "^3.0.0", |
| 69 | + "es-abstract": "^1.17.7", |
62 | 70 | "eslint": "^7.10.0", |
63 | 71 | "eslint-config-prettier": "^6.12.0", |
64 | 72 | "expose-loader": "^0.7.5", |
|
96 | 104 | "jqtree": "1.4.10", |
97 | 105 | "jquery": "3.5.1", |
98 | 106 | "datatables.net": "1.10.23", |
99 | | - "datatables.net-bs": "1.10.23" |
| 107 | + "datatables.net-bs": "1.10.23", |
| 108 | + "react-dates": "21.5.1", |
| 109 | + "@sentry/utils": "5.27.3", |
| 110 | + "@sentry/types": "5.27.3", |
| 111 | + "core-js": "3.8.2", |
| 112 | + "dom-helpers": "5.2.0", |
| 113 | + "es-abstract": "1.17.7", |
| 114 | + "hoist-non-react-statics": "3.3.2", |
| 115 | + "inherits": "2.0.4", |
| 116 | + "isarray": "1.0.0", |
| 117 | + "react-redux": "7.2.2", |
| 118 | + "react-transition-group": "4.4.1", |
| 119 | + "safe-buffer": "5.2.1", |
| 120 | + "tslib": "2.1.0" |
100 | 121 | }, |
101 | 122 | "scripts": { |
102 | 123 | "clean": "rimraf docs/_site", |
|
0 commit comments