32 lines
808 B
JSON
32 lines
808 B
JSON
{
|
|
"name": "@manycore/aholo-viewer-website",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
".dev": "astro dev --host",
|
|
".build": "astro build",
|
|
".preview": "astro preview --host 127.0.0.1",
|
|
".check": "astro check",
|
|
".clean": "node scripts/clean.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/markdown-satteri": "^0.3.3",
|
|
"@manycore/aholo-viewer": "workspace:*",
|
|
"@tweakpane/plugin-essentials": "^0.2.1",
|
|
"astro": "^7.0.6",
|
|
"lz-string": "^1.5.0",
|
|
"monaco-editor": "^0.55.1",
|
|
"tslib": "^2.8.1",
|
|
"tweakpane": "^4.0.5",
|
|
"yaml": "^2.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.9",
|
|
"@tweakpane/core": "^2.0.5",
|
|
"@types/node": "^22.20.0",
|
|
"typescript": "^6.0.3",
|
|
"vite-plugin-checker": "^0.14.4"
|
|
}
|
|
}
|