Skip to content

Commit 380240e

Browse files
committed
add lan and tags
1 parent b7926b4 commit 380240e

File tree

4 files changed

+79
-66
lines changed

4 files changed

+79
-66
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"dev": "next dev",
77
"build": "next build",
88
"start": "next start",
9-
"lint": "eslint"
9+
"lint": "eslint",
10+
"update-repos": "npx tsx scripts/update-repos.ts"
1011
},
1112
"dependencies": {
1213
"class-variance-authority": "^0.7.1",
@@ -24,10 +25,11 @@
2425
"@types/papaparse": "^5.5.0",
2526
"@types/react": "^19",
2627
"@types/react-dom": "^19",
28+
"dotenv": "^17.2.3",
2729
"eslint": "^9",
2830
"eslint-config-next": "16.0.3",
2931
"tailwindcss": "^4",
3032
"tw-animate-css": "^1.4.0",
3133
"typescript": "^5"
3234
}
33-
}
35+
}

pnpm-lock.yaml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)