next-app-boilerplate/package.json
dependabot[bot] c020b94b89
build(deps-dev): bump eslint-config-conventions from 1.1.2 to 2.0.0
Bumps [eslint-config-conventions](https://github.com/Divlo/eslint-config-conventions) from 1.1.2 to 2.0.0.
- [Release notes](https://github.com/Divlo/eslint-config-conventions/releases)
- [Changelog](https://github.com/Divlo/eslint-config-conventions/blob/develop/.releaserc.json)
- [Commits](https://github.com/Divlo/eslint-config-conventions/compare/v1.1.2...v2.0.0)

---
updated-dependencies:
- dependency-name: eslint-config-conventions
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 13:51:41 +00:00

43 lines
1.2 KiB
JSON

{
"name": "next-app",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint:next": "next lint",
"lint:scss": "stylelint \"**/*.scss\"",
"lint:prettier": "prettier \".\" --check"
},
"dependencies": {
"@fontsource/open-sans": "^4.5.8",
"next": "^12.1.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"sass": "^1.50.0"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "18.0.1",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-conventions": "^2.0.0",
"eslint-config-next": "12.1.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-unicorn": "^42.0.0",
"prettier": "^2.6.2",
"stylelint": "^14.6.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-prettier-scss": "^0.0.1",
"stylelint-config-standard": "^25.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-scss": "^4.2.0",
"typed-scss-modules": "^6.2.0",
"typescript": "^4.6.3"
}
}