Skip to content

Commit c7f1780

Browse files
final commit
1 parent 78cbf25 commit c7f1780

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

package.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "swifttrack",
2+
"name": "nextn",
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
@@ -9,9 +9,13 @@
99
"build": "next build",
1010
"start": "next start",
1111
"lint": "next lint",
12-
"typecheck": "tsc --noEmit"
12+
"typecheck": "tsc --noEmit",
13+
"test": "jest",
14+
"test:watch": "jest --watch"
1315
},
1416
"dependencies": {
17+
"@genkit-ai/googleai": "^1.8.0",
18+
"@genkit-ai/next": "^1.8.0",
1519
"@hookform/resolvers": "^4.1.3",
1620
"@radix-ui/react-accordion": "^1.2.3",
1721
"@radix-ui/react-alert-dialog": "^1.1.6",
@@ -33,7 +37,8 @@
3337
"@radix-ui/react-tabs": "^1.1.3",
3438
"@radix-ui/react-toast": "^1.2.6",
3539
"@radix-ui/react-tooltip": "^1.1.8",
36-
"@supabase/supabase-js": "^2.49.8",
40+
"@supabase/ssr": "^0.4.0",
41+
"@supabase/supabase-js": "^2.44.4",
3742
"@tanstack-query-firebase/react": "^1.0.5",
3843
"@tanstack/react-query": "^5.66.0",
3944
"class-variance-authority": "^0.7.1",
@@ -61,13 +66,20 @@
6166
"zod": "^3.24.2"
6267
},
6368
"devDependencies": {
69+
"@testing-library/jest-dom": "^6.4.8",
70+
"@testing-library/react": "^16.0.0",
71+
"@types/jest": "^29.5.12",
6472
"@types/leaflet": "^1.9.12",
6573
"@types/node": "^20",
6674
"@types/react": "^18",
6775
"@types/react-dom": "^18",
6876
"genkit-cli": "^1.8.0",
77+
"jest": "^29.7.0",
78+
"jest-environment-jsdom": "^29.7.0",
79+
"jest-html-reporter": "^4.1.0",
6980
"postcss": "^8",
7081
"tailwindcss": "^3.4.1",
82+
"ts-node": "^10.9.2",
7183
"typescript": "^5"
7284
}
7385
}

0 commit comments

Comments
 (0)