1 Star 0 Fork 1.2K

kyhao / dgiot-dashboard

forked from dgiot开源社区 / iotStudio 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 7.44 KB
一键复制 编辑 原始数据 按行查看 历史
h7ml 提交于 2021-11-10 19:44 . Update package.json
{
"name": "@dgiot/dgiot-dashboard",
"version": "4.3.8",
"author": "iotn2n",
"license": "Mozilla Public License Version 2.0",
"private": false,
"homepage": "https://github.com/dgiot/dgiot-dashboard.git",
"scripts": {
"dev": "npm run rmEnv && vue-cli-service serve",
"dev:cdn": "npm run rmEnv && npm run cp:cdn && vue-cli-service serve",
"start": "npm run rmEnv & && vue-cli-service serve",
"start:cdn": " cross-env useCdn=true npm run rmEnv && npm run cp:cdn && vue-cli-service serve",
"serve": "npm run rmEnv && vue-cli-service serve",
"pure:build": "npm run rmEnv && vue-cli-service build && rimraf dist/example dist/assets/css dist/assets/js",
"build": "npm run rmEnv && npm run cp:local && vue-cli-service build && npm run cp && rimraf dist/example/ dist/assets/",
"build:pure:cdn": "npm run rmEnv && npm run cp:cdn && vue-cli-service build && npm run cp && rimraf dist/example/ dist/assets/",
"build:cdn": "npm run rmEnv && npm run cp:cdn && vue-cli-service build --report && npm run swagger && npm run cp",
"build:report": "npm run rmEnv && npm run cp:cdn && npm run downCdn && npm run downIconfront && vue-cli-service build --report && npm run swagger && npm run cp",
"build:cdn:report": "npm run rmEnv && npm run cp:cdn && cross-env useCdn=true && vue-cli-service build --report",
"lint": "vue-cli-service lint",
"lint:fix": "vue-cli-service lint --fix",
"lint:style": "stylelint **/*.{vue,scss} --fix",
"inspect": "vue-cli-service inspect",
"ncu": "npm run global add npm-check-updates",
"swagger": "rimraf swagger.json && node src/utils/swagger/index.js",
"update": "ncu -u --reject eslint,sass-loader,compression-webpack-plugin,filemanager-webpack-plugin --registry https://registry.npm.taobao.org&&npm install --registry=https://registry.npm.taobao.org",
"changelog:zh": "rimraf CHANGELOG.ZH.md && conventional-changelog -p angular -i CHANGELOG.ZH.md -r 0 -s",
"changelog:en": "rimraf CHANGELOG.EN.md && conventional-changelog -p angular -i CHANGELOG.EN.md -r 0 -s",
"clear": "npm cache clean -f && rimraf node_modules",
"clear:install": "npm install -g rimraf && npm run clear && cnpm install",
"checkout:main": "git checkout master && git pull origin master && git checkout main && git pull origin main && rimraf .git && mkdir .git && cp -r github/* .git && if exist .git echo '.git'",
"use:pmpm": "npm i -g pnpm --registry=https://registry.npm.taobao.org",
"use:github": "rimraf .git/config && rimraf .git && mkdir .git && cp -r github/* .git && npm run remoteinfo && npm run copy:config && git pull origin master && npm run changelog:zh && npm run changelog:en && git add . && git cz",
"use:github:main": "rimraf .git/config && rimraf .git && mkdir .git && cp -r github/* .git && npm run remoteinfo && npm run copy:config && git pull origin main && npm run changelog:zh && npm run changelog:en && git add . && git cz",
"use:gitbit": "rimraf .git/config && rimraf .git && mkdir .git && cp -r gitbit/* .git && npm run remoteinfo && git pull origin master && npm run changelog:zh && npm run changelog:en && git add . && git cz",
"remoteinfo": "git remote -v",
"genSwagger": "node src/utils/genSwagger.js",
"set:github": "npm run remoteinfo && git push origin master && rimraf github && mkdir github && cp -r .git/* github && if exist .git echo '.git'",
"push": "npm run use:github && npm run set:github",
"set:github:main": "npm run remoteinfo && git push origin main && rimraf .git && mkdir .git && cp -r gitbit .git && if exist .git echo '.git'",
"set:gitbit": "npm run remoteinfo && git push origin master && rimraf gitbit && mkdir gitbit && cp -r gitbit gitbit && if exist gitbit echo 'gitbit'",
"copy:config": "rimraf src/config/developer.config.js && cp src/config/developer.lock.js src/config/developer.config.js && echo 'copy config done'",
"dgiot:install": "npm run global add rimraf && rimraf node_modules/.bin && rimraf node_modules/.cache && rimraf node_modules/.npm run-integrity && rimraf node_modules && rimraf npm run.lock && npm run",
"downCdn": "node utils/downCdn.js",
"downIconfront": "node utils/downIconfront.js",
"cp": "node utils/cp.js",
"cp:git": "rimraf github && cp -r .git github",
"rmEnv": "rimraf .env",
"cp:local": "node utils/cpLocal.js",
"cp:cdn": "node utils/cpCdn.js",
"local:server": "node utils/server.js",
"lighthouse": "node utils/lighthouse.js",
"prod": "lighthouse https://prod.iotn2n.com/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dgiot/dgiot-dashboard.git"
},
"dependencies": {
"@babel/helper-plugin-utils": "7.14.5",
"@dgiot/dgiot-component": "0.0.3",
"@dgiot/dgiot-mqtt-dashboard": "1.1.5",
"@material/icon-button": "^13.0.0",
"@vue/babel-helper-vue-jsx-merge-props": "1.2.1",
"@vue/cli-plugin-pwa": "4.5.14",
"amis": "^1.0.15-beta.9",
"axios": "0.23.0",
"clone": "^2.1.2",
"editor": "1.0.0",
"element-ui": "2.15.6",
"image-webpack-loader": "^8.0.1",
"indent-string": "^5.0.0",
"ip": "^1.1.5",
"konva": "^8.2.2",
"monaco-editor-webpack-plugin": "1.9.1",
"q": "^1.5.1",
"qs": "^6.5.1",
"react-dom": "^16.8.6",
"register-service-worker": "1.7.2",
"resize-detector": "0.3.0",
"vab-icons": "git+https://github.com.cnpmjs.org/zxcasvw/vab-icons.git",
"vue-contextmenu": "^1.5.10",
"vue-ele-form-data-editor": "0.1.6",
"vue-ele-form-dynamic": "0.4.3",
"vuera": "^0.2.7"
},
"devDependencies": {
"@babel/runtime": "^7.16.0",
"@commitlint/cli": "13.2.1",
"@commitlint/config-conventional": "13.2.0",
"@vue/cli-plugin-babel": "4.5.14",
"@vue/cli-plugin-eslint": "4.5.14",
"@vue/cli-plugin-router": "4.5.14",
"@vue/cli-plugin-vuex": "4.5.14",
"@vue/cli-service": "4.5.14",
"@vue/eslint-config-prettier": "6.0.0",
"babel-plugin-transform-remove-console": "6.9.4",
"body-parser": "1.19.0",
"chalk": "4.1.2",
"chokidar": "3.5.2",
"chrome-launcher": "^0.14.1",
"commitizen": "4.2.4",
"compression-webpack-plugin": "6.1.1",
"copy-to-clipboard": "^3.3.1",
"core-js": "3.18.3",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"cz-customizable": "6.3.0",
"eslint": "7.32.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-vue": "7.19.1",
"filemanager-webpack-plugin": "6.1.7",
"hard-source-webpack-plugin": "0.13.1",
"husky": "7.0.2",
"lighthouse": "^8.5.1",
"lint-staged": "11.2.3",
"mini-css-extract-plugin": "2.4.2",
"monaco-editor": "0.19.3",
"prettier": "2.4.1",
"pushstate-server": "^3.1.0",
"raw-loader": "4.0.2",
"rimraf": "3.0.2",
"sass": "1.32.13",
"sass-loader": "10.2.0",
"script-loader": "0.7.2",
"shelljs": "0.8.4",
"speed-measure-webpack-plugin": "1.5.0",
"stylelint": "13.13.1",
"stylelint-config-prettier": "9.0.3",
"stylelint-config-recess-order": "2.5.0",
"svg-sprite-loader": "6.0.9",
"url-loader": "4.1.1",
"vue-eslint-parser": "7.11.0",
"vue-template-compiler": "2.6.14",
"webpackbar": "5.0.0-3"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,vue}": [
"vue-cli-service lint"
]
},
"engines": {
"node": ">= 12.0.0",
"npm": ">= 3.0.0"
}
}
1
https://gitee.com/kyhao/dgiot-dashboard.git
git@gitee.com:kyhao/dgiot-dashboard.git
kyhao
dgiot-dashboard
dgiot-dashboard
master

搜索帮助