Files
next-learn/package.json
Stephanie Dietz 162d59256e Learn run through 💅🏼 (#230)
* remove auth sign out form side anv

* remove unused clsx

* comment out code

* comment out code that throws error when trying to deploy to vercel

* Remove vercel emails

* comment out more code so it will deploy to vercel

* Include AUTH_URL

* add notes to commented out code

* Add bcrypt

* Use .env instead of .env.local

* Update types

* Move skeletons

* Update import

* Delete search functionality

* More fixes

* Misc fixes

* Update login-form.tsx

* Update table.tsx

* Update eslint

* eslint fix

* formatting

---------

Co-authored-by: Delba de Oliveira <delbabrown@gmail.com>
2023-10-26 16:38:00 -06:00

26 lines
648 B
JSON

{
"private": true,
"scripts": {
"lint": "eslint . --ext .cjs,.js,.jsx,.mjs,.ts,.tsx",
"prettier": "prettier --write --ignore-unknown .",
"prettier:check": "prettier --check --ignore-unknown .",
"start": "next start",
"test": "npm run lint && npm run prettier:check"
},
"dependencies": {
"next": "^14.0.0"
},
"devDependencies": {
"@vercel/style-guide": "^5.0.1",
"eslint": "8.52.0",
"eslint-config-next": "14.0.0",
"eslint-config-prettier": "9.0.0",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.4"
},
"packageManager": "pnpm@8.7.0",
"engines": {
"node": ">=18"
}
}