Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Apr 5, 2022
1 parent c4cd242 commit 310a417
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"resolutions": {
"draft-js": "0.10.5"
},
"name": "freshwater-frontend",
"description": "Freshwater: Volto Frontend",
"license": "MIT",
Expand All @@ -13,6 +10,9 @@
"customizationPaths": [
"src/customizations"
],
"resolutions": {
"draft-js": "0.10.5"
},
"addons": [
"@eeacms/volto-eea-kitkat",
"@eeacms/volto-block-image-cards",
Expand All @@ -37,23 +37,18 @@
"@plone/scripts": "*",
"@plone/volto": "plone/volto#slots_quanta_split_form_undo_prefix_path",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-component-queries": "^2.3.0",
"react-image-gallery": "^0.9.1",
"react-infinite-scroll-component": "^5.0.4",
"react-lazy-load-image-component": "^1.4.0",
"react-loadable": "5.5.0",
"react-select": "*",
"react-sizeme": "2.6.12",
"react-slick": "^0.24.0",
"react-stickynode": "^2.1.1",
"react-visibility-sensor": "5.1.1",
"slick-carousel": "^1.8.1",
"webpack-bundle-analyzer": "^3.6.1"
},
"devDependencies": {
"eslint-plugin-prettier": "3.1.3",
"hard-source-webpack-plugin": "0.13.1",
"mrs-developer": "*",
"jest-junit": "8.0.0",
"postcss": "8.3.11",
"prettier": "2.0.5",
"stylelint": "13.3.3",
"stylelint-config-idiomatic-order": "8.1.0",
Expand Down Expand Up @@ -182,9 +177,6 @@
},
"ignoreFiles": "theme/themes/default/**/*.overrides"
},
"engines": {
"node": "^10 || ^12 || ^14"
},
"browserslist": [
">0.2%",
"not dead",
Expand All @@ -203,5 +195,8 @@
"maxSize": "680kB"
}
]
},
"engines": {
"node": "^12 || ^14 || ^16"
}
}

0 comments on commit 310a417

Please sign in to comment.