moving
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"lint": "eslint .",
|
||||
"test": "node --disable-warning=DEP0040 ../../node_modules/vitest/vitest.mjs run",
|
||||
"test:watch": "vitest"
|
||||
},
|
||||
@@ -15,20 +15,21 @@
|
||||
"@clerk/nextjs": "^7.3.0",
|
||||
"@clerk/themes": "^2.4.57",
|
||||
"lucide-react": "^0.577.0",
|
||||
"next": "^15.1.0",
|
||||
"next-intl": "^3.26.0",
|
||||
"next": "16.3.0",
|
||||
"next-intl": "^4.13.4",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"react-markdown": "^9.0.1",
|
||||
"remark-gfm": "^4.0.0",
|
||||
"sharp": "0.35.3",
|
||||
"stripe": "^21.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.10.0",
|
||||
"@types/react": "^19.1.8",
|
||||
"@types/react-dom": "^19.1.6",
|
||||
"@vitejs/plugin-react": "^6.0.1",
|
||||
"eslint-config-next": "^15.1.0",
|
||||
"@vitejs/plugin-react": "5.1.1",
|
||||
"eslint-config-next": "^16.3.0",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user