UNPKG

@trickle/lec3d

Version:

easier three.js encapsulated by lec

71 lines (70 loc) 1.82 kB
{ "name": "@trickle/lec3d", "version": "0.0.8", "description": "easier three.js encapsulated by lec", "main": "dist/index.js", "publishConfig": { "access": "public" }, "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rimraf dist && rollup -c", "build:dev": "rollup -c --watch", "scriptname": "cmd", "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs" }, "keywords": [ "three.js", "3d", "lec", "front-end", "fe", "JavaScript", "js" ], "author": [ "2779066456@qq.com" ], "repository": { "type": "git", "url": "https://github.com/lec-org/lec3d.git" }, "homepage": "https://github.com/lec-org/lec3d", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.0", "@rollup/plugin-alias": "^5.0.1", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^25.0.5", "@rollup/plugin-json": "^6.0.1", "@rollup/plugin-node-resolve": "^15.2.3", "@types/three": "^0.156.0", "@vuepress/client": "2.0.0-beta.61", "@vuepress/core": "^1.9.9", "@vuepress/plugin-docsearch": "2.0.0-beta.61", "@vuepress/utils": "2.0.0-alpha.1", "compare-func": "^2.0.0", "conventional-changelog": "^5.1.0", "conventional-changelog-cli": "^4.1.0", "conventional-changelog-custom-config": "^0.3.1", "esbuild": "^0.19.4", "highlight.js": "^11.9.0", "lint-staged": "^14.0.1", "rimraf": "^5.0.5", "rollup": "^4.0.2", "rollup-plugin-dts": "^6.1.0", "rollup-plugin-esbuild": "^6.1.0", "rollup-plugin-typescript2": "^0.36.0", "typescript": "^5.2.2", "vue": "^3.2.47", "vuepress": "2.0.0-beta.61" }, "peerDependencies": { "three": "^0.157.0" }, "files": [ "dist" ] }