3d-loader
Version:
vueJS + threeJS 3d viewer component.
46 lines • 1.2 kB
JSON
{
"name": "3d-loader",
"private": false,
"version": "2.2.0",
"main": "dist/3d-loader.cjs.js",
"module": "dist/3d-loader.esm.js",
"types": "dist/types/index.d.ts",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && npm run build:types",
"build:types": "node scripts/build-types.js",
"build:example": "vue-tsc --noEmit && vite build --mode examples",
"build:docker": "vue-tsc --noEmit && vite build --mode docker",
"preview": "vite preview"
},
"dependencies": {
"@types/three": "^0.143.0",
"three": "^0.143.0",
"vue": "^3.2.28"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"ts-morph": "^15.1.0",
"typescript": "^4.7.4",
"vite": "^2.9.9",
"vite-plugin-eslint": "^1.6.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-tsc": "^0.38.5"
},
"repository": {
"type": "git",
"url": "https://github.com/zoushao2008/3d-loader.git"
},
"bugs": {
"url": "https://github.com/zoushao2008/3d-loader/issues"
},
"homepage": "https://github.com/zoushao2008/3d-loader",
"keywords": [
"vue",
"3d",
"threeJS",
"3d viewer",
"vue 3d"
],
"license": "MIT"
}