{ "engines": { "node": "18.12", "npm": "9.x", "yarn": "1.22.x" }, "lint-staged": { "app/**/*.{html,md,js,css,jsx,json,yml}": [ "prettier --write", "eslint --cache --fix" ], "cypress-tests/**/*.{html,md,js,css,jsx,json,yml}": [ "prettier --write", "eslint --cache --fix" ], "{package.json,.eslintrc.js,.prettierrc.js}": [ "prettier --write", "eslint --cache --fix" ], ".eslint-rules/**/*": ["prettier --write", "eslint --cache --fix"], "./**/*.rb": ["bundle exec rubocop -a --force-exclusion"], "{Gemfile,Rakefile,config.ru}": [ "bundle exec rubocop -a --force-exclusion" ], "app/views/**/*.html.erb": [ "bundle exec erblint --lint-all --format compact -a" ] }, "devDependencies": { "@babel/eslint-parser": "7.17.0", "@bigbinary/eslint-plugin-neeto": "1.0.46", "eslint": "8.14.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-cypress": "2.12.1", "eslint-plugin-import": "2.26.0", "eslint-plugin-jam3": "0.2.3", "eslint-plugin-json": "3.1.0", "eslint-plugin-prettier": "4.0.0", "eslint-plugin-promise": "6.0.0", "eslint-plugin-react": "7.29.4", "eslint-plugin-react-hooks": "4.5.0", "eslint-plugin-unused-imports": "2.0.0", "husky": "7.0.4", "lint-staged": "12.4.1", "prettier": "2.6.2", "prettier-plugin-tailwindcss": "0.1.10", "webpack-dev-server": "^4.11.0" }, "dependencies": { "@babel/core": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.1", "@babel/preset-env": "7.17.10", "@babel/preset-react": "7.16.7", "@bigbinary/babel-preset-neeto": "^1.0.3", "@babel/preset-typescript": "^7.18.6", "@babel/runtime": "^7.19.0", "@bigbinary/neeto-editor": "1.26.12", "@bigbinary/neeto-filters-frontend": "2.11.5", "@bigbinary/neeto-icons": "1.11.0", "@bigbinary/neeto-commons-frontend": "2.0.73", "@bigbinary/neeto-molecules": "1.0.30", "@bigbinary/neeto-tags-frontend": "1.1.5", "@honeybadger-io/react": "2.0.1", "@bigbinary/neetoui": "4.4.27", "antd": "4.24.3", "autoprefixer": "^10.4.5", "axios": "0.27.2", "babel-loader": "^8.2.5", "babel-plugin-istanbul": "^6.1.1", "babel-plugin-js-logger": "1.0.17", "babel-plugin-transform-react-remove-prop-types": "0.4.24", "babel-preset-react": "6.24.1", "babel-preset-typescript": "^7.0.0-alpha.19", "buffer": "^6.0.3", "classnames": "2.3.1", "compression-webpack-plugin": "^10.0.0", "crypto-browserify": "^3.12.0", "css-loader": "^6.7.1", "dayjs": "1.11.1", "dotenv-webpack": "^8.0.1", "formik": "2.2.9", "i18next": "21.7.0", "js-logger": "1.6.1", "mini-css-extract-plugin": "^2.6.1", "path-browserify": "^1.0.1", "postcss": "^8.4.17", "postcss-import": "^15.0.0", "postcss-loader": "^7.0.1", "postcss-preset-env": "7.8.2", "process": "^0.11.10", "prop-types": "15.8.1", "ramda": "0.28.0", "react": "17.0.2", "react-dom": "17.0.2", "react-i18next": "11.16.8", "react-query": "3.39.2", "react-router-dom": "5.3.1", "react-svg-loader": "3.0.3", "react-toastify": "8.0.2", "react_ujs": "2.6.2", "sass": "^1.54.9", "sass-loader": "^13.0.2", "shakapacker": "6.5.2", "source-map-loader": "4.0.1", "stream-browserify": "^3.0.0", "style-loader": "^3.3.1", "terser-webpack-plugin": "^5.3.6", "url": "^0.11.0", "util": "^0.12.5", "webpack": "^5.76.0", "webpack-assets-manifest": "^5.1.0", "webpack-cli": "^4.10.0", "webpack-merge": "^5.8.0", "webpack-sources": "^3.2.3", "yup": "0.32.11", "react-helmet": "^6.1.0", "zustand": "4.3.2" } }