mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 14:09:53 +01:00
f01e24aaf4
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.18.6 to 7.18.9. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.18.9/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
40 lines
1.1 KiB
JSON
40 lines
1.1 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",
|
|
"@melloware/coloris": "^0.15.0",
|
|
"@rails/ujs": "^6.1.6",
|
|
"bootstrap": "^4.6.2",
|
|
"cheet.js": "^0.3.3",
|
|
"core-js": "^3.24.0",
|
|
"croppr": "^2.3.1",
|
|
"font-awesome": "4.7.0",
|
|
"i18n-js": "^3.9.2",
|
|
"jquery": "^3.5.1",
|
|
"js-cookie": "2.2.1",
|
|
"lato-font": "^3.0.0",
|
|
"popper.js": "^1.16.1",
|
|
"rails_admin": "3.0.0",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"sweetalert": "1.1.3",
|
|
"toastify-js": "^1.12.0",
|
|
"turbolinks": "^5.2.0",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.18.9",
|
|
"@babel/preset-env": "^7.18.9",
|
|
"@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.7.3"
|
|
}
|
|
}
|