fixed initial npm file error
This commit is contained in:
parent
d33127d1c9
commit
367c1e8f69
1 changed files with 8 additions and 16 deletions
|
|
@ -1,30 +1,22 @@
|
||||||
{
|
{
|
||||||
"name": "stripe_to_invoice",
|
|
||||||
"version": "0.1.0",
|
|
||||||
"private": true,
|
|
||||||
"scripts": {
|
|
||||||
"dev": "next dev",
|
|
||||||
"build": "next build",
|
|
||||||
"start": "next start",
|
|
||||||
"lint": "eslint"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-ses": "^3.958.0",
|
"@tailwindcss/postcss": "^4",
|
||||||
"drizzle-orm": "^0.45.1",
|
"tailwindcss": "^4",
|
||||||
|
"typescript": "^5.5.0",
|
||||||
|
|
||||||
"next": "16.0.10",
|
"next": "16.0.10",
|
||||||
"pg": "^8.16.3",
|
|
||||||
"react": "19.2.1",
|
"react": "19.2.1",
|
||||||
"react-dom": "19.2.1",
|
"react-dom": "19.2.1",
|
||||||
"typescript": "^5.0.0"
|
"pg": "^8.16.3",
|
||||||
|
"drizzle-orm": "^0.45.1",
|
||||||
|
"@aws-sdk/client-ses": "^3.958.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tailwindcss/postcss": "^4",
|
|
||||||
"@types/node": "^20",
|
"@types/node": "^20",
|
||||||
"@types/react": "^19",
|
"@types/react": "^19",
|
||||||
"@types/react-dom": "^19",
|
"@types/react-dom": "^19",
|
||||||
"drizzle-kit": "^0.31.8",
|
"drizzle-kit": "^0.31.8",
|
||||||
"eslint": "^9",
|
"eslint": "^9",
|
||||||
"eslint-config-next": "16.0.10",
|
"eslint-config-next": "16.0.10"
|
||||||
"tailwindcss": "^4"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue