1 Star 0 Fork 0

tilamimisu/cesium-webpack-example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
sdhani 提交于 2020-07-28 14:53 . updated copy-webpack-plugin version
{
"name": "cesium-webpack-example",
"version": "1.0.0",
"description": "The minimal recomended setup for an app using Cesium with Webpack.",
"main": "index.js",
"keywords": [
"cesium",
"webpack",
"example"
],
"author": {
"name": "Cesium GS, Inc.",
"url": "https://cesium.com"
},
"homepage": "https://cesiumjs.org",
"license": "Apache-2.0",
"dependencies": {
"cesium": "^1.63.1"
},
"devDependencies": {
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^3.2.0",
"html-webpack-plugin": "^3.2.0",
"strip-pragma-loader": "^1.0.0",
"style-loader": "^1.0.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^2.2.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.9.0"
},
"scripts": {
"build": "node_modules/.bin/webpack --config webpack.config.js",
"start": "node_modules/.bin/webpack-dev-server --config webpack.config.js",
"release": "node_modules/.bin/webpack --config webpack.release.config.js",
"serve-release": "node_modules/.bin/webpack-dev-server --config webpack.release.config.js --content-base /dist"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tilamimisu/cesium-webpack-example.git
git@gitee.com:tilamimisu/cesium-webpack-example.git
tilamimisu
cesium-webpack-example
cesium-webpack-example
master

搜索帮助