diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2024-10-09 09:34:28 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2024-10-09 09:34:28 +0700 |
| commit | 30c5eb5776fcc60f023ad6aa51153cb375c87930 (patch) | |
| tree | 3be9a5b23e1d617981e7e929b586d545d4e8ba85 /package.json | |
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..c264c49 --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "indo-delivery", + "version": "0.1.0", + "private": true, + "scripts": { + "dev": "next dev", + "build": "next build", + "start": "next start", + "lint": "next lint" + }, + "dependencies": { + "react": "^18", + "react-dom": "^18", + "next": "14.2.15" + }, + "devDependencies": { + "typescript": "^5", + "@types/node": "^20", + "@types/react": "^18", + "@types/react-dom": "^18", + "postcss": "^8", + "tailwindcss": "^3.4.1", + "eslint": "^8", + "eslint-config-next": "14.2.15" + } +} |
