UNPKG

@chuangkit/chuangkit-design

Version:

创客贴开放 API,让你的网站快速具备设计能力

48 lines (47 loc) 1.64 kB
{ "name": "@chuangkit/chuangkit-design", "version": "2.1.1", "description": "创客贴开放 API,让你的网站快速具备设计能力", "main": "lib/chuangkit-design.js", "scripts": { "cleandir": "rimraf lib && mkdir lib", "build-dev": "npm run cleandir && webpack --debugmode=true --config webpack.config", "build": "npm run cleandir && webpack --config webpack.config", "build-static": "npm run cleandir && webpack --build_mode=static --config webpack.config", "fabu": "npm run cleandir && npm run build && npm publish --registry https://registry.npmjs.org", "loginfabu": "npm run cleandir && npm login --registry https://registry.npmjs.org;npm publish --registry https://registry.npmjs.org" }, "repository": { "type": "git", "url": "http://gitlab.ckt.cn/chuangkit-client/chuangkit-js-sdk.git" }, "keywords": [ "chuangkit", "design", "sdk", "js-sdk" ], "author": "", "license": "ISC", "devDependencies": { "@babel/core": "^7.7.0", "@babel/preset-env": "^7.7.1", "@typescript-eslint/eslint-plugin": "^2.6.1", "@typescript-eslint/parser": "^2.6.1", "babel-loader": "^8.0.6", "eslint": "^6.6.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.18.2", "javascript-obfuscator": "^2.6.2", "ts-loader": "^6.2.1", "typescript": "^3.6.4", "url-loader": "^4.1.1", "webpack": "^4.41.2", "webpack-cli": "^3.3.10", "webpack-obfuscator": "^3.0.0" }, "dependencies": { "file-loader": "^6.2.0", "uglifyjs-webpack-plugin": "^2.2.0" } }