mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
We are still using the old `ruby-sass` because it's a dependency from `rails-sass` which is a dependcy from `select2`. It looks like the master branch on the ofn fork get rid of the dependency, so we should upgrading.
70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
{
|
|
"name": "openfoodnetwork",
|
|
"version": "1.0.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openfoodfoundation/openfoodnetwork"
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"dependencies": {
|
|
"@floating-ui/dom": "*",
|
|
"@hotwired/stimulus": "*",
|
|
"@hotwired/turbo": "*",
|
|
"@rails/webpacker": "^6.0.0-rc.6",
|
|
"@stimulus-components/rails-nested-form": "*",
|
|
"cable_ready": "5.0.6",
|
|
"css-loader": "^7.1.2",
|
|
"css-minimizer-webpack-plugin": "^7.0.4",
|
|
"flatpickr": "*",
|
|
"foundation-sites": "5.5.3",
|
|
"hotkeys-js": "*",
|
|
"jquery-ui": "1.14.1",
|
|
"js-big-decimal": "*",
|
|
"leaflet": "1.9.4",
|
|
"leaflet-geosearch": "4.2.2",
|
|
"leaflet-providers": "3.0.0",
|
|
"mini-css-extract-plugin": "^2.9.4",
|
|
"moment": "*",
|
|
"mrujs": "*",
|
|
"postcss": "^8.5.6",
|
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
"postcss-import": "^16.1.1",
|
|
"postcss-loader": "^8.2.0",
|
|
"postcss-preset-env": "^10.5.0",
|
|
"sass-loader": "^16.0.6",
|
|
"select2": "*",
|
|
"shortcut-buttons-flatpickr": "*",
|
|
"stimulus": "*",
|
|
"stimulus-autocomplete": "*",
|
|
"stimulus-flatpickr": "*",
|
|
"stimulus_reflex": "3.5.5",
|
|
"style-loader": "^4.0.0",
|
|
"tom-select": "*",
|
|
"trix": "*",
|
|
"turbo_power": "*",
|
|
"webpack": "^5.53.0",
|
|
"webpack-cli": "^4.8.0"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"./node_modules/@rails/webpacker/package/babel/preset.js"
|
|
]
|
|
},
|
|
"browserslist": [
|
|
"defaults"
|
|
],
|
|
"devDependencies": {
|
|
"@testing-library/dom": "<11.0.0",
|
|
"@webpack-cli/serve": "^3.0.1",
|
|
"jasmine-core": "~5.12.1",
|
|
"jest": "*",
|
|
"jest-environment-jsdom": "*",
|
|
"karma": "~6.4.4",
|
|
"karma-chrome-launcher": "~3.2.0",
|
|
"karma-coffee-preprocessor": "~1.0.1",
|
|
"karma-jasmine": "~0.3.8",
|
|
"prettier": "*",
|
|
"webpack-dev-server": "^5.2.2"
|
|
}
|
|
}
|