1 Star 1 Fork 0

迷途小书童/pieChart-3d

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.04 KB
一键复制 编辑 原始数据 按行查看 历史
陈亨陵 提交于 2023-11-09 13:47 . fix: 激活问题修复
{
"name": "piechart-3d",
"version": "3.3.1",
"description": "3d饼状图图表",
"keywords": [
"pie",
"3d",
"piechart"
],
"author": "minichen <879614206@qq.com>",
"license": "MIT",
"private": false,
"main": "es/pieChart3d.js",
"files": [
"es/",
"README.md",
"package.json",
"LICENSE"
],
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --progress --config config/webpack.dev.config.js",
"build": "cross-env NODE_ENV=production webpack --progress --config config/webpack.prod.config.js",
"build:a": "cross-env NODE_ENV=production webpack --progress --config config/webpack.prod.config.js --analyze"
},
"dependencies": {
"d3-shape": "^3.2.0",
"gsap": "^3.11.5",
"lodash-es": "^4.17.21",
"mitt": "^3.0.1",
"three": "^0.150.1"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/runtime-corejs3": "^7.17.7",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.2.0",
"eslint-config-custom-chl": "^1.0.0",
"mini-css-extract-plugin": "^2.4.6",
"postcss": "^8.4.8",
"postcss-html": "^1.3.0",
"postcss-scss": "^4.0.3",
"prettier": "^2.4.1",
"sass": "^1.63.6",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"stylelint": "^14.1.0",
"stylelint-config-custom-chl": "^1.1.0",
"webpack": "^5.65.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.3",
"webpack-merge": "^5.8.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"repository": {
"type": "https",
"url": "https://gitee.com/happychl/pie-chart-3d.git"
},
"bugs": {
"url": "https://gitee.com/happychl/pie-chart-3d/issues"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/happychl/pie-chart-3d.git
git@gitee.com:happychl/pie-chart-3d.git
happychl
pie-chart-3d
pieChart-3d
master

搜索帮助