dbcc476c26
* refactor: update ci and semantic release
84 lines
2.2 KiB
JSON
84 lines
2.2 KiB
JSON
{
|
|
"name": "next-app-boilerplate",
|
|
"version": "0.0.0-development",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"template",
|
|
"tailwindcss",
|
|
"tsx",
|
|
"jsx",
|
|
"plopjs",
|
|
"fontsource",
|
|
"next-translate",
|
|
"nextjs",
|
|
"react",
|
|
"semantic-release",
|
|
"husky"
|
|
],
|
|
"author": {
|
|
"name": "Walid",
|
|
"url": "https://walidkorchi.com"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"check-types": "tsc --noemit",
|
|
"lint:next": "next lint",
|
|
"lint:editorconfig": "editorconfig-checker",
|
|
"lint:prettier": "prettier \".\" --check",
|
|
"lint:commit": "commitlint",
|
|
"lint:staged": "lint-staged",
|
|
"release": "semantic-release --branches main",
|
|
"generate": "plop"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/open-sans": "^4.5.11",
|
|
"classnames": "^2.3.1",
|
|
"js-cookie": "^3.0.1",
|
|
"next": "^12.2.5",
|
|
"next-translate": "^1.5.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.0.3",
|
|
"@commitlint/config-conventional": "^17.0.3",
|
|
"@types/js-cookie": "^3.0.2",
|
|
"@types/node": "18.7.2",
|
|
"@types/react": "18.0.17",
|
|
"@typescript-eslint/eslint-plugin": "^5.33.0",
|
|
"@typescript-eslint/parser": "^5.33.0",
|
|
"autoprefixer": "^10.4.8",
|
|
"editorconfig-checker": "^4.0.2",
|
|
"eslint": "^8.21.0",
|
|
"eslint-config-next": "12.2.5",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-config-standard-with-typescript": "^22.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-n": "^15.2.4",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
"eslint-plugin-simple-import-sort": "^7.0.0",
|
|
"eslint-plugin-unicorn": "^43.0.2",
|
|
"husky": "^8.0.1",
|
|
"lint-staged": "^13.0.3",
|
|
"plop": "^3.1.1",
|
|
"postcss": "^8.4.16",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-tailwindcss": "^0.1.13",
|
|
"react-icons": "^4.4.0",
|
|
"semantic-release": "^19.0.3",
|
|
"tailwindcss": "^3.1.8",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Walidoux/next-app-boilerplate"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Walidoux/next-app-boilerplate/issues"
|
|
},
|
|
"homepage": "https://next-app-boilerplate.vercel.app"
|
|
}
|