UNPKG

next-flow-interface

Version:

Interface package for NEXT FlOW. You can use this package to build your own plugin that can control anything.

91 lines 2.65 kB
{ "name": "next-flow-interface", "version": "0.16.7", "description": "Interface package for NEXT FlOW. You can use this package to build your own plugin that can control anything.", "type": "module", "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "watch": "tsup src/index.ts --dts --format esm --sourcemap --watch", "test": "echo All tests passed.", "build": "tsup src/index.ts --dts --format esm --minify terser --clean", "type:check": "tsc --noEmit", "lint": "eslint --fix .", "lint:check": "eslint .", "format": "prettier --write .", "format:check": "prettier --check ." }, "author": "NEXT FLOW", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/n-flow/next-flow-interface.git" }, "bugs": { "url": "https://github.com/n-flow/next-flow-interface/issues" }, "homepage": "https://github.com/n-flow/next-flow-interface#readme", "keywords": [ "NEXT FLOW", "3D Showcase", "Education", "Visualization", "Simulation", "Collaboration", "Interface" ], "files": [ "dist/", "README.md", "LICENSE" ], "devDependencies": { "@babylonjs/core": "7.41.1", "@eslint/compat": "^1.2.9", "@eslint/css": "^0.8.1", "@eslint/js": "^9.28.0", "@eslint/json": "^0.12.0", "@eslint/markdown": "^6.4.0", "@types/bun": "^1.2.15", "@types/node": "^22.15.30", "@types/react": "^18", "@types/react-dom": "^18", "@typescript-eslint/project-service": "^8.33.1", "antd": "5.24.1", "brotli-wasm": "^3.0.1", "clsx": "2.1.1", "eslint": "^9.28.0", "eslint-config-prettier": "^10.1.5", "eslint-import-resolver-typescript": "^4.4.2", "eslint-plugin-import-x": "^4.15.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-unused-imports": "^4.1.4", "file-type": "^20.4.1", "globals": "^16.2.0", "jiti": "^2.4.2", "mime": "^4.0.7", "prettier": "^3.5.3", "react": "19.1.0-canary-ff628334-20250205", "react-dom": "19.1.0-canary-ff628334-20250205", "rhine-var": "0.10.5", "terser": "^5.43.1", "tsup": "^8.5.0", "typescript": "^5.8.3", "typescript-eslint": "^8.33.1", "valtio": "2.1.3" }, "peerDependencies": { "@babylonjs/core": "7.41.1", "antd": "5.24.1", "brotli-wasm": "^3.0.1", "clsx": "2.1.1", "file-type": "^20.4.1", "mime": "^4.0.7", "react": "19.1.0-canary-ff628334-20250205", "react-dom": "19.1.0-canary-ff628334-20250205", "rhine-var": "0.9.9", "valtio": "2.1.3" }, "dependencies": {} }