Skip to content

Instantly share code, notes, and snippets.

@fivepixels
Created June 14, 2023 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fivepixels/8f9096e1e3348757479dfc955a398496 to your computer and use it in GitHub Desktop.
Save fivepixels/8f9096e1e3348757479dfc955a398496 to your computer and use it in GitHub Desktop.
Initial package.json
{
"name": "",
"description": "",
"author": "Cattynip",
"version": "0.1.0",
"private": true,
"scripts": {
"format": "next lint && yarn eslint . --fix && yarn prettier --write . && npx prisma format"
},
"dependencies": {
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1"
},
"devDependencies": {
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"prettier": "^2.8.7"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment