lesca-threejs-orbitcontrols
Version:
add set polar angle and azimuthal angle
63 lines (62 loc) • 1.9 kB
JSON
{
"name": "lesca-threejs-orbitcontrols",
"version": "1.1.2",
"description": "add set polar angle and azimuthal angle",
"main": "lib/index.js",
"scripts": {
"start": "webpack-dev-server --mode development",
"watch": "babel src/lib -w -d lib --copy-files",
"op": "babel src/lib -d lib --copy-files",
"dev": "concurrently \"npm run watch\" \"npm run start\"",
"rm": "rm -rf node_modules/ package-lock.json",
"deploy": "gh-pages -d dist",
"build": "NODE_ENV=production webpack"
},
"keywords": [
"lesca",
"衝康吉",
"jameshsu1125",
"threejs",
"OrbitControls"
],
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.1",
"@mui/material": "^5.6.1",
"autoprefixer": "^10.4.4",
"babel-loader": "^8.2.4",
"cannon-es": "^0.19.0",
"cannon-es-debugger": "^1.0.0",
"concurrently": "^7.1.0",
"css-loader": "^6.7.1",
"file-loader": "^6.2.0",
"gh-pages": "^3.2.3",
"html-react-parser": "^1.4.10",
"html-webpack-plugin": "^5.5.0",
"lesca-enterframe": "^1.1.2",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"less-vars-to-js": "^1.3.0",
"postcss": "^8.4.12",
"postcss-loader": "^6.2.1",
"prismjs": "^1.27.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"stats-js": "^1.0.1",
"style-loader": "^3.3.1",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1",
"three": "^0.139.2"
},
"author": "jamehsu1125 <jameshsu1125@gmail.com>"
}