mirror of
https://github.com/tiennm99/llmapikey.git
synced 2026-07-16 14:17:08 +00:00
30 lines
590 B
JSON
30 lines
590 B
JSON
{
|
|
"name": "llmapikey",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"test": "node --test \"tests/*.test.js\""
|
|
},
|
|
"dependencies": {
|
|
"arctic": "^3.7.0",
|
|
"jose": "^6.2.3",
|
|
"next": "^15.1.6",
|
|
"postgres": "^3.4.5",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"server-only": "^0.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^9.18.0",
|
|
"eslint-config-next": "^15.1.6"
|
|
},
|
|
"overrides": {
|
|
"postcss": "8.5.10"
|
|
}
|
|
}
|