ai.touchui-desk
Version:
可编辑工作台
89 lines (88 loc) • 2.23 kB
JSON
{
"name": "ai.touchui-desk",
"version": "0.0.41",
"private": false,
"description": "可编辑工作台",
"author": {
"name": "touchui",
"email": "touchui@qq.com",
"url": "https://touchui-vue.wadecn.com/"
},
"main": "lib/ai.touchui-desk.common.js",
"license": "MIT",
"keywords": [
"touchui-desk",
"pbc",
"可编辑工作台"
],
"files": [
"lib"
],
"scripts": {
"serve": "vue-cli-service serve",
"dev": "vue-cli-service serve",
"build": "npm run clean && webpack --config build/webpack.conf.js && webpack --config build/webpack.common.js",
"build:utils": "cross-env BABEL_ENV=utils babel src --out-dir lib --ignore src/lib/index.js",
"clean": "rimraf lib",
"lint": "vue-cli-service lint",
"docs:dev": "vuepress dev docs --temp .temp",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git@http://git.wadecn.com:18082/wade/touch-vue.git"
},
"dependencies": {
"ai.touchui-vue": "1.14.0",
"axios": "0.24.0",
"chroma-js": "^3.1.2",
"crypto-js": "4.2.0",
"echarts": "5.3.2",
"echarts-gl": "2.0.9",
"glob": "^11.0.0",
"jsencrypt": "2.3.1",
"lodash": "^4.17.21",
"lottie-web": "5.12.2",
"mockjs": "^1.1.0",
"nprogress": "0.2.0",
"prismjs": "1.29.0",
"vue": "2.6.11",
"vuex": "3.4.0",
"vue-i18n": "7.3.1",
"vuedraggable": "^2.24.3",
"webpack-node-externals": "^3.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.5.19",
"@vue/cli-plugin-eslint": "4.5.19",
"@vue/cli-service": "4.5.19",
"@vuepress/plugin-nprogress": "^1.9.10",
"archiver": "5.3.1",
"babel-eslint": "10.1.0",
"babel-polyfill": "6.26.0",
"compression-webpack-plugin": "5.0.2",
"core-js": "3.6.5",
"cross-env": "3.2.4",
"eslint": "6.7.2",
"eslint-plugin-vue": "6.2.2",
"less": "4.2.0",
"less-loader": "7.3.0",
"progress-bar-webpack-plugin": "1.12.1",
"raw-loader": "4.0.2",
"scp2": "0.5.0",
"ssh2": "1.14.0",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "4.2.3",
"vue-loader": "15.11.1",
"vue-router": "3.0.1",
"vue-server-renderer": "2.6.11",
"vue-template-compiler": "2.6.11",
"vuepress": "1.1.0",
"webpack-cli": "^3.3.12"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}