30 lines
665 B
JSON
30 lines
665 B
JSON
{
|
|
"name": "sophia_controller",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "script.js",
|
|
"dependencies": {
|
|
"esbuild": "^0.25.12",
|
|
"fdir": "^6.5.0",
|
|
"nanoid": "^3.3.11",
|
|
"picocolors": "^1.1.1",
|
|
"picomatch": "^4.0.3",
|
|
"postcss": "^8.5.6",
|
|
"rollup": "^4.52.5",
|
|
"source-map-js": "^1.2.1",
|
|
"three": "^0.181.0",
|
|
"tinyglobby": "^0.2.15",
|
|
"vite": "^7.2.2"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://git.realrobots.net/realrobotshk/sophia_controller.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|