代码拉取完成,页面将自动刷新
同步操作将从 yyli/dc-sdk 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"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"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。