diff options
| author | mihailo.vojinovic <mihailonvojinovic@gmail.com> | 2026-02-04 13:57:50 +0100 |
|---|---|---|
| committer | mihailo.vojinovic <mihailonvojinovic@gmail.com> | 2026-02-04 13:57:50 +0100 |
| commit | a7ba174c05e9743c03cdcdb26a5c196699939fc5 (patch) | |
| tree | dacdb80c3649643266e9341829dd45b2b68a9a83 /package.json | |
| download | invoice-a7ba174c05e9743c03cdcdb26a5c196699939fc5.tar.gz invoice-a7ba174c05e9743c03cdcdb26a5c196699939fc5.zip | |
Initial commit from Create Next App
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..50146a8 --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "invoices", + "version": "0.1.0", + "private": true, + "scripts": { + "dev": "next dev", + "build": "next build", + "start": "next start", + "lint": "eslint" + }, + "dependencies": { + "next": "16.1.6", + "react": "19.2.3", + "react-dom": "19.2.3" + }, + "devDependencies": { + "@tailwindcss/postcss": "^4", + "@types/node": "^20", + "@types/react": "^19", + "@types/react-dom": "^19", + "eslint": "^9", + "eslint-config-next": "16.1.6", + "tailwindcss": "^4", + "typescript": "^5" + } +} |
