diff options
| author | Yuval Adam <_@yuv.al> | 2025-03-05 09:22:48 +0100 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-03-05 09:22:48 +0100 |
| commit | 0f187f792c264ba3d9e7de62b577fbfea0d86386 (patch) | |
| tree | 0ec1d49062e0b562fe1d60f2c123d2d3927e60ff /morsehero/package.json | |
| parent | 0f19e2f80ac7ac2f45310eab35e2af5e55f23de2 (diff) | |
Initial vite project
Diffstat (limited to 'morsehero/package.json')
| -rw-r--r-- | morsehero/package.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/morsehero/package.json b/morsehero/package.json new file mode 100644 index 0000000..9d0d20c --- /dev/null +++ b/morsehero/package.json @@ -0,0 +1,29 @@ +{ + "name": "morsehero", + "private": true, + "version": "0.0.0", + "type": "module", + "scripts": { + "dev": "vite", + "build": "tsc -b && vite build", + "lint": "eslint .", + "preview": "vite preview" + }, + "dependencies": { + "react": "^19.0.0", + "react-dom": "^19.0.0" + }, + "devDependencies": { + "@eslint/js": "^9.21.0", + "@types/react": "^19.0.10", + "@types/react-dom": "^19.0.4", + "@vitejs/plugin-react": "^4.3.4", + "eslint": "^9.21.0", + "eslint-plugin-react-hooks": "^5.1.0", + "eslint-plugin-react-refresh": "^0.4.19", + "globals": "^15.15.0", + "typescript": "~5.7.2", + "typescript-eslint": "^8.24.1", + "vite": "^6.2.0" + } +} |
