Browse Source

fixes

drawing-pad
Stephanie Gredell 1 month ago
parent
commit
b324014b31
  1. 1709
      package-lock.json
  2. 12
      package.json

1709
package-lock.json generated

File diff suppressed because it is too large Load Diff

12
package.json

@ -20,7 +20,16 @@
"dotenv": "^16.3.1", "dotenv": "^16.3.1",
"axios": "^1.6.0", "axios": "^1.6.0",
"zod": "^3.22.4", "zod": "^3.22.4",
"express-rate-limit": "^7.1.5" "express-rate-limit": "^7.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.1",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.8"
}, },
"devDependencies": { "devDependencies": {
"concurrently": "^8.2.2", "concurrently": "^8.2.2",
@ -34,4 +43,3 @@
"tsx": "^4.7.0" "tsx": "^4.7.0"
} }
} }

Loading…
Cancel
Save