This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
token-gated-economy/the-matrix/package.json
alexpaynex 6590f0fc92 Update Vite version to ensure all installations are secure
Adjust the minimum Vite version in package.json to a patched release to prevent future installations of vulnerable versions.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 90273644-97c2-4c11-b04c-7c482fb655b7
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 1c2c17ee-1560-426f-89f7-07e87e9acd1a
Replit-Helium-Checkpoint-Created: true
2026-03-19 22:24:15 +00:00

20 lines
351 B
JSON

{
"name": "the-matrix",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@xenova/transformers": "^2.17.2",
"nostr-tools": "^2.23.3",
"three": "0.171.0"
},
"devDependencies": {
"vite": "^5.4.15"
}
}