summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-03-05 14:22:49 +0100
committerYuval Adam <_@yuv.al>2025-03-05 14:22:49 +0100
commit366c98d4a5a6d81f33c18f98957b9692cc3edaee (patch)
treebbb096e0c46f7ce5889df331362b8717f3ed8815
parentb29cbf41667ed860cd5e9c7ab696702052d32a5b (diff)
Move cw
-rw-r--r--package-lock.json3
-rw-r--r--package.json4
2 files changed, 4 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index c7079ca..a30a4d8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,7 +8,6 @@
"name": "morsehero",
"version": "0.0.0",
"dependencies": {
- "cw": "^0.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.2.0"
@@ -18,6 +17,7 @@
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
+ "cw": "^0.3.0",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
@@ -1880,6 +1880,7 @@
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/cw/-/cw-0.3.0.tgz",
"integrity": "sha512-fI5FLB6UdeG1log8Gq7IhJl7JJ0ni4OCSHymJAXRdYLprYHnRLtT9JMPtap4liRZ/fQ54a+w/uwXZS+89C6Ybg==",
+ "dev": true,
"license": "ISC"
},
"node_modules/debug": {
diff --git a/package.json b/package.json
index 4967122..76b1610 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,6 @@
"preview": "vite preview"
},
"dependencies": {
- "cw": "^0.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.2.0"
@@ -20,6 +19,7 @@
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
+ "cw": "^0.3.0",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
@@ -28,4 +28,4 @@
"typescript-eslint": "^8.24.1",
"vite": "^6.2.0"
}
-}
+} \ No newline at end of file