29 lines
601 B
JSON
29 lines
601 B
JSON
{
|
|
"name": "forgetmenot",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@auth0/nextjs-auth0": "^1.8.0",
|
|
"ajv": "^8.11.0",
|
|
"ajv-formats": "^2.1.1",
|
|
"aws-sdk": "^2.1131.0",
|
|
"next": "12.1.6",
|
|
"react": "18.1.0",
|
|
"react-dom": "18.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.8",
|
|
"eslint": "8.15.0",
|
|
"eslint-config-next": "12.1.6",
|
|
"postcss": "^8.4.16",
|
|
"prettier": "^2.6.2",
|
|
"tailwindcss": "^3.1.8"
|
|
}
|
|
}
|