@v2x-three/core
Version:
V2X Three.js 核心库 - 开放式的Three.js工具集,支持React和Vue项目
61 lines (60 loc) • 1.61 kB
JSON
{
"name": "@v2x-three/core",
"version": "0.3.6",
"description": "V2X Three.js 核心库 - 开放式的Three.js工具集,支持React和Vue项目",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/v2xthree.git"
},
"author": "buwan",
"homepage": "https://github.com/yourusername/v2xthree#readme",
"bugs": {
"url": "https://github.com/yourusername/v2xthree/issues"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "vitest",
"lint": "eslint src --ext .ts,.tsx"
},
"dependencies": {
"camera-controls": "^2.10.1",
"gsap": "^3.12.2",
"proj4": "^2.17.0",
"three": "^0.177.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@types/jest": "^29.5.8",
"@types/proj4": "^2.5.6",
"@types/three": "^0.158.3",
"rollup": "^4.6.1",
"rollup-plugin-dts": "^6.1.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
"files": [
"dist"
],
"keywords": [
"threejs",
"webgl",
"3d",
"animation",
"v2x"
],
"license": "MIT"
}