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

18 lines
281 B
JSON

{
"name": "the-matrix",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"three": "0.171.0"
},
"devDependencies": {
"vite": "^5.4.0"
}
}