1 Star 0 Fork 10

奔跑的海星/dc-sdk

forked from yyli/dc-sdk 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.97 KB
一键复制 编辑 原始数据 按行查看 历史
cavencj 提交于 2020-03-17 21:03 . 添加标绘编辑功能
{
"name": "dc-sdk",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/caven-chen/dc-sdk.git",
"author": "Caven <374903123@qq.com>",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "yarn run build:core && yarn run build:plugins",
"publish": "yarn run publish:core && yarn run publish:plugins ",
"build:core": "yarn run clean:core && webpack --config webpack.conf --mode development",
"publish:core": "yarn run clean:core && webpack --config webpack.conf --mode production --env.production",
"build:plugins": "yarn run clean:plugins && webpack --config webpack.plugins.conf --mode development",
"publish:plugins": "yarn run clean:plugins && webpack --config webpack.plugins.conf --mode production --env.production",
"clean": "rimraf dist/",
"clean:core": "rimraf dist/dc-sdk/resources dist/dc-sdk/dc.*.js dist/dc-sdk/dc.*.css",
"clean:plugins": "rimraf dist/dc-sdk/plugins"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/polyfill": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/preset-stage-2": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"copy-webpack-plugin": "^5.0.2",
"css-loader": "^2.1.1",
"eslint": "^5.15.3",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.0.1",
"file-loader": "^3.0.1",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"prettier": "^1.16.4",
"rimraf": "^2.6.3",
"sass-loader": "^7.1.0",
"strip-pragma-loader": "^1.0.0",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^1.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-glsl-loader": "^1.0.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bphx/dc-sdk.git
git@gitee.com:bphx/dc-sdk.git
bphx
dc-sdk
dc-sdk
master

搜索帮助