mirror of
https://github.com/astuto/astuto.git
synced 2025-12-14 18:57:51 +01:00
Bumps [webpack](https://github.com/webpack/webpack) from 5.82.1 to 5.94.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.82.1...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Riccardo Graziosi <31478034+riggraz@users.noreply.github.com>
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"name": "astuto",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build:css": "sass ./app/assets/stylesheets/application.sass.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules",
|
|
"build": "webpack --config ./config/webpack/webpack.config.js"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"@babel/preset-env",
|
|
"@babel/preset-react",
|
|
"@babel/preset-typescript"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "7.21.8",
|
|
"@babel/preset-env": "7.21.5",
|
|
"@babel/preset-react": "7.18.6",
|
|
"@babel/preset-typescript": "7.21.5",
|
|
"@stripe/react-stripe-js": "2.7.0",
|
|
"@stripe/stripe-js": "3.3.0",
|
|
"@types/react": "16.9.2",
|
|
"@types/react-dom": "16.9.0",
|
|
"babel-loader": "9.1.2",
|
|
"bootstrap": "4.6.2",
|
|
"i18n-js": "3.9.2",
|
|
"jquery": "3.5.1",
|
|
"popper.js": "1.16.1",
|
|
"rails-erb-loader": "5.5.2",
|
|
"react": "16.9.0",
|
|
"react-beautiful-dnd": "13.1.0",
|
|
"react-dom": "16.9.0",
|
|
"react-gravatar": "2.6.3",
|
|
"react-hook-form": "7.33.1",
|
|
"react-icons": "5.0.1",
|
|
"react-infinite-scroller": "1.2.4",
|
|
"react-joyride": "2.8.1",
|
|
"react-markdown": "5.0.3",
|
|
"react-redux": "7.1.1",
|
|
"react-sticky-box": "1.0.2",
|
|
"react_ujs": "2.6.0",
|
|
"redux": "4.0.4",
|
|
"redux-thunk": "2.3.0",
|
|
"sass": "1.62.1",
|
|
"turbolinks": "5.2.0",
|
|
"typescript": "4.3.2",
|
|
"webpack": "5.94.0",
|
|
"webpack-cli": "5.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react-redux": "7.1.3"
|
|
}
|
|
}
|