Initial project import

This commit is contained in:
drjones
2026-06-13 17:36:44 -07:00
commit ad2a18cc8d
18471 changed files with 4497570 additions and 0 deletions

38
node_modules/meshline/package.json generated vendored Normal file
View File

@@ -0,0 +1,38 @@
{
"name": "meshline",
"version": "3.3.1",
"author": "Jaume Sanchez <the.spite@gmail.com> (https://www.clicktorelease.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pmndrs/meshline/issues"
},
"homepage": "https://github.com/pmndrs/meshline#readme",
"files": [
"dist"
],
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"devDependencies": {
"@react-three/fiber": "^8.9.1",
"@react-three/postprocessing": "^2.7.0",
"@types/node": "^18.11.13",
"@types/three": "^0.146.0",
"@vitejs/plugin-react": "2",
"leva": "^0.9.34",
"maath": "^0.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.147.0",
"typescript": "^4.9.3",
"vite": "^3.2.5"
},
"peerDependencies": {
"three": ">=0.137"
},
"scripts": {
"dev": "vite demo",
"build": "vite build && tsc"
}
}