summaryrefslogtreecommitdiff
path: root/morsehero/package.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-03-05 12:21:25 +0100
committerYuval Adam <_@yuv.al>2025-03-05 12:21:25 +0100
commit5bf781f3ac381744fbec035f938d69a201f75fa4 (patch)
tree2ec82a90ce2cd1c279d77bdd6ca83b256ac4856a /morsehero/package.json
parentc6612a8b6dde5a5a9776d424ed33f5ca685699c6 (diff)
Replace all impl with vite
Diffstat (limited to 'morsehero/package.json')
-rw-r--r--morsehero/package.json31
1 files changed, 0 insertions, 31 deletions
diff --git a/morsehero/package.json b/morsehero/package.json
deleted file mode 100644
index 4967122..0000000
--- a/morsehero/package.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "name": "morsehero",
- "private": true,
- "version": "0.0.0",
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "tsc -b && vite build",
- "lint": "eslint .",
- "preview": "vite preview"
- },
- "dependencies": {
- "cw": "^0.3.0",
- "react": "^19.0.0",
- "react-dom": "^19.0.0",
- "react-router": "^7.2.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"
- }
-}