initial
This commit is contained in:
27
package.json
Normal file
27
package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "wastpol",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"export": "next build && next export",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@supercharge/request-ip": "^1.1.2",
|
||||
"child_process": "^1.0.2",
|
||||
"next": "12.0.7",
|
||||
"next-auth": "^4.2.1",
|
||||
"nodemailer": "^6.7.2",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.0",
|
||||
"eslint": "8.4.1",
|
||||
"eslint-config-next": "12.0.7",
|
||||
"postcss": "^8.4.5",
|
||||
"tailwindcss": "^3.0.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user