-
-
- Docs{" "}
-
- ->
-
-
-
- Find in-depth information about Next.js features and API.
-
-
-
-
-
- Learn{" "}
-
- ->
-
-
-
- Learn about Next.js in an interactive course with quizzes!
-
-
-
-
-
- Templates{" "}
-
- ->
-
-
-
- Explore starter templates for Next.js.
-
-
-
-
-
- Deploy{" "}
-
- ->
-
-
-
- Instantly deploy your Next.js site to a shareable URL with Vercel.
-
-
+
+
+
+ Coming Soon: NUANSA 2025
+
+
);
-}
+}
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index 193db1a..1fccb19 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7,8 +7,9 @@
"": {
"name": "nuansa-web",
"version": "0.1.0",
+ "license": "ISC",
"dependencies": {
- "next": "14.2.5",
+ "next": "^14.2.5",
"react": "^18",
"react-dom": "^18"
},
@@ -3166,6 +3167,7 @@
"version": "14.2.5",
"resolved": "https://registry.npmjs.org/next/-/next-14.2.5.tgz",
"integrity": "sha512-0f8aRfBVL+mpzfBjYfQuLWh2WyAwtJXCRfkPF4UJ5qd2YwrHczsrSzXU4tRMV0OAxR8ZJZWPFn6uhSC56UTsLA==",
+ "license": "MIT",
"dependencies": {
"@next/env": "14.2.5",
"@swc/helpers": "0.5.5",
diff --git a/package.json b/package.json
index 119c7c5..2d3ee28 100644
--- a/package.json
+++ b/package.json
@@ -9,18 +9,23 @@
"lint": "next lint"
},
"dependencies": {
+ "next": "^14.2.5",
"react": "^18",
- "react-dom": "^18",
- "next": "14.2.5"
+ "react-dom": "^18"
},
"devDependencies": {
- "typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
+ "eslint": "^8",
+ "eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
- "eslint": "^8",
- "eslint-config-next": "14.2.5"
- }
+ "typescript": "^5"
+ },
+ "description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
+ "main": "index.js",
+ "keywords": [],
+ "author": "",
+ "license": "ISC"
}