Files
wehub-resource-sync 2e0fafcb4e
CI / Build (22.x) (push) Failing after 1s
CI / Lint (22.x) (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:24:51 +08:00

63 lines
2.1 KiB
JSON

{
"name": "supersplat",
"version": "2.29.0",
"author": "PlayCanvas<support@playcanvas.com>",
"homepage": "https://playcanvas.com/supersplat/editor",
"description": "3D Gaussian Splat Editor",
"keywords": [
"playcanvas",
"ply",
"gaussian",
"splat",
"editor"
],
"license": "MIT",
"main": "index.js",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w",
"serve": "serve dist -C",
"develop": "cross-env BUILD_TYPE=debug concurrently --kill-others \"npm run watch\" \"npm run serve\"",
"develop:auto-launch": "concurrently --kill-others \"xdg-open 'http://localhost:3000/'\" \"npm run watch\" \"npm run serve\"",
"lint": "eslint src",
"lint:locales": "node scripts/check-locales.mjs"
},
"engines": {
"node": ">=20.19.0"
},
"devDependencies": {
"@playcanvas/eslint-config": "2.1.0",
"@playcanvas/splat-transform": "2.7.1",
"@playcanvas/pcui": "6.1.4",
"@rollup/plugin-alias": "6.0.0",
"@rollup/plugin-image": "3.0.3",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "16.0.3",
"@rollup/plugin-strip": "3.0.4",
"@rollup/plugin-terser": "1.0.0",
"@rollup/plugin-typescript": "12.3.0",
"@types/wicg-file-system-access": "2023.10.7",
"@typescript-eslint/eslint-plugin": "8.63.0",
"@typescript-eslint/parser": "8.63.0",
"autoprefixer": "10.5.2",
"concurrently": "9.2.3",
"cors": "2.8.6",
"cross-env": "10.1.0",
"eslint": "10.6.0",
"eslint-import-resolver-typescript": "4.4.5",
"globals": "17.7.0",
"i18next": "26.3.5",
"i18next-browser-languagedetector": "8.2.1",
"i18next-http-backend": "3.0.6",
"mediabunny": "1.50.7",
"playcanvas": "2.20.6",
"postcss": "8.5.16",
"rollup": "4.62.2",
"rollup-plugin-scss": "4.0.1",
"sass": "1.101.0",
"serve": "14.2.6",
"tslib": "2.8.1",
"typescript": "6.0.3"
}
}