@icanvas/webpack
Version:
这是icanvas的默认webpack打包配置
45 lines (44 loc) • 1.05 kB
JSON
{
"name": "@icanvas/webpack",
"version": "1.0.0-beta.2",
"description": "这是icanvas的默认webpack打包配置",
"homepage": "https://github.com/i-canvas/webpack",
"repository": {
"type": "git",
"url": "https://github.com/i-canvas/webpack"
},
"main": "index.js",
"keywords": [
"canvas",
"游戏",
"中文",
"国产",
"核心",
"多平台",
"2d",
"webgl"
],
"author": "潘丽敏",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "Unlicense",
"dependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/runtime": "^7.1.2",
"babel-loader": "^8.0.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^4.5.3",
"html-webpack-plugin": "^3.2.0",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-manifest-plugin": "^2.0.4",
"webpack-merge": "^4.2.1",
"qiniu": "^7.2.1",
"archiver": "^3.0.0"
}
}