mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 14:19:53 +01:00
749488da0d
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.27.0 to 3.27.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.27.1/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"scripts": {
|
|
"lint": "yarn run eslint --ext .ts app/javascript",
|
|
"lint:fix": "yarn run eslint --ext .ts app/javascript --fix"
|
|
},
|
|
"dependencies": {
|
|
"@babel/preset-typescript": "^7.18.6",
|
|
"@hotwired/stimulus": "^3.2.1",
|
|
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
|
|
"@fontsource/lexend": "^4.5.13",
|
|
"@hotwired/turbo-rails": "^7.2.4",
|
|
"@melloware/coloris": "^0.16.1",
|
|
"@rails/request.js": "^0.0.8",
|
|
"bootstrap": "^4.6.2",
|
|
"cheet.js": "^0.3.3",
|
|
"core-js": "^3.27.1",
|
|
"croppr": "^2.3.1",
|
|
"font-awesome": "4.7.0",
|
|
"i18n-js": "^4.0",
|
|
"jquery": "^3.6.3",
|
|
"js-cookie": "2.2.1",
|
|
"popper.js": "^1.16.1",
|
|
"rails_admin": "3.0.0",
|
|
"regenerator-runtime": "^0.13.11",
|
|
"sweetalert": "1.1.3",
|
|
"toastify-js": "^1.12.0",
|
|
"typescript": "^4.9.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.7",
|
|
"@babel/preset-env": "^7.20.2",
|
|
"@rails/webpacker": "5.4.3",
|
|
"@typescript-eslint/eslint-plugin": "^4.11.0",
|
|
"@typescript-eslint/parser": "^4.11.0",
|
|
"coffee-loader": "1.0.1",
|
|
"coffeescript": "^2.5.1",
|
|
"eslint": "^7.16.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"webpack": "^4",
|
|
"webpack-dev-server": "^4.11.1"
|
|
}
|
|
}
|