react-vr-pannellum
Version:
react VR全景图组件 超简单实用
45 lines (44 loc) • 1.19 kB
JSON
{
"name": "react-vr-pannellum",
"version": "1.0.6",
"description": "react VR全景图组件 超简单实用",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack server --mode development",
"build": "webpack --mode development",
"pub": "npm run build && npm publish"
},
"author": "zelmazhou",
"license": "MIT",
"repository": "zuiaiwanqian/react-vr-pannellum",
"keywords": [
"VR",
"react",
"vr",
"pannellum"
],
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"mini-css-extract-plugin": "^2.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"style-loader": "^3.3.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
}
}