mirror of
https://github.com/logos-storage/metrics.git
synced 2026-01-02 13:33:09 +00:00
24 lines
452 B
JSON
24 lines
452 B
JSON
{
|
|
"name": "codexmetrics",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"next": "15.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.1.1",
|
|
"@eslint/eslintrc": "^3"
|
|
}
|
|
}
|