55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
|
|
{
|
||
|
|
"name": "@glitch-components/diophantine-sphere",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Diophantine Sphere glitch component for Glitch University",
|
||
|
|
"type": "module",
|
||
|
|
"main": "./dist/diophantine-sphere.js",
|
||
|
|
"module": "./dist/diophantine-sphere.js",
|
||
|
|
"types": "./src/types.ts",
|
||
|
|
"exports": {
|
||
|
|
".": {
|
||
|
|
"import": "./dist/diophantine-sphere.js",
|
||
|
|
"types": "./src/types.ts"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"dist",
|
||
|
|
"src/types.ts",
|
||
|
|
"glitch.manifest.json"
|
||
|
|
],
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "tsc --noEmit && vite build",
|
||
|
|
"preview": "vite preview",
|
||
|
|
"typecheck": "tsc --noEmit"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"react": "^18.0.0 || ^19.0.0",
|
||
|
|
"react-dom": "^18.0.0 || ^19.0.0"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"three": "^0.181.2"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/react": "^19.2.0",
|
||
|
|
"@types/react-dom": "^19.2.0",
|
||
|
|
"@types/three": "^0.181.0",
|
||
|
|
"@vitejs/plugin-react": "^4.7.0",
|
||
|
|
"leva": "^0.10.1",
|
||
|
|
"react": "^19.2.0",
|
||
|
|
"react-dom": "^19.2.0",
|
||
|
|
"typescript": "^5.9.3",
|
||
|
|
"vite": "^6.4.1",
|
||
|
|
"vite-plugin-css-injected-by-js": "^3.5.2"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"glitch",
|
||
|
|
"diophantine",
|
||
|
|
"sphere",
|
||
|
|
"integer",
|
||
|
|
"visualization"
|
||
|
|
],
|
||
|
|
"author": "Glitch.university",
|
||
|
|
"license": "MIT"
|
||
|
|
}
|