diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2023-03-28 19:26:30 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2023-03-28 19:26:30 +0200 |
| commit | c3c90d575182d64b0e679e8da81a6d4f3559cf1f (patch) | |
| tree | e1ad938d658e6c80c1392bca86d0755f47064882 /package.json | |
| download | next-list-app-c3c90d575182d64b0e679e8da81a6d4f3559cf1f.tar.gz next-list-app-c3c90d575182d64b0e679e8da81a6d4f3559cf1f.tar.zst next-list-app-c3c90d575182d64b0e679e8da81a6d4f3559cf1f.zip | |
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..9681f94 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "18-lesson-next", + "private": true, + "scripts": { + "dev": "next dev", + "build": "next build", + "start": "next start", + "lint": "next lint" + }, + "dependencies": { + "next": "12.0.10", + "react": "17.0.2", + "react-dom": "17.0.2" + }, + "devDependencies": { + "eslint": "8.8.0", + "eslint-config-next": "12.0.10" + } +} |
