You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

154 lines
4.7 KiB
JSON

{
"name": "@gcpaas/data-room-ui",
"version": "0.0.1-2023061908-Alpha",
"description": "自定义大屏",
"author": "gc-starter",
"license": "MIT",
"main": "lib/dataRoom.umd.min.js",
"files": [
"lib/fonts/*",
"lib/img/*",
"lib/dataRoom.css",
"lib/dataRoom.umd.min.js.gz"
],
"keywords": [
"dataRoom",
"大屏设计器",
"低代码",
"low code"
],
"repository": {
"type": "github",
"url": "https://github.com/gcpaas/DataRoom/tree/master/data-room-ui"
},
"homepage": "https://github.com/gcpaas/DataRoom",
"scripts": {
"serve": "vue-cli-service serve --open",
"serve:max": "node --max_old_space_size=4096 node_modules/@vue/cli-service/bin/vue-cli-service.js serve --open",
"build:hash": "vue-cli-service build",
"build": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"build:history": "vue-cli-service build --mode history",
"preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue packages",
"lint:fix": "eslint --ext .js,.vue packages --fix",
"test:unit": "jest --clearCache && vue-cli-service test:unit",
"test:ci": "npm run lint && npm run test:unit",
"svgo": "svgo -f example/assets/icons/svg --config=src/icons/svgo.yml",
"set-commit-hook": "git config core.hooksPath hooks",
"generate-changelog": "conventional-changelog -p -i CHANGELOG.md -s -r 0",
"analyzer": "cross-env NODE_ENV=production npm_config_report=true npm run build",
"lib": "vue-cli-service build --no-lint --mode package --target lib --name dataRoom --dest lib packages/index.js",
"package": "npm run lib && npm publish",
"package:test": "npm run lib && npm pack"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{js,jsx,vue}": [
"eslint --fix",
"git add"
]
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@antv/g2plot": "2.4.0",
"@jiaminghi/data-view": "2.10.0",
"axios": "0.18.1",
"babel-polyfill": "6.26.0",
"echarts": "^5.2.2",
"element-ui": "2.15.6",
"es6-promise": "4.2.8",
"html-to-image": "1.11.11",
"image-conversion": "^2.1.1",
"increase-memory-limit": "^1.0.7",
"insert-css": "^2.0.0",
"jquery": "^3.6.4",
"lodash": "4.17.21",
"moment": "^2.29.1",
"nprogress": "0.2.0",
"path-to-regexp": "2.4.0",
"qs": "^6.9.6",
"remote-vue2-loader": "1.0.3",
"sortablejs": "^1.15.0",
"tiny-sass-compiler": "^0.12.2",
"videojs-contrib-hls": "^5.15.0",
"vue": "2.6.10",
"vue-codemirror": "^4.0.6",
"vue-contextmenujs": "^1.4.9",
"vue-draggable-resizable-gorkys": "^2.4.8",
"vue-json-editor": "^1.4.3",
"vue-json-viewer": "^2.2.22",
"vue-router": "3.0.6",
"vue-sketch-ruler": "^1.0.3",
"vue-video-player": "^5.0.1",
"vuedraggable": "^2.24.3",
"vuex": "3.1.0",
"ztree": "3.5.24"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/register": "7.0.0",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-unit-jest": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-standard": "^6.1.0",
"@vue/test-utils": "1.0.0-beta.29",
"@vue/vue2-jest": "^27.0.0-alpha.3",
"autoprefixer": "^9.5.1",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "23.6.0",
"babel-plugin-component": "^1.1.1",
"babel-plugin-dynamic-import-node": "^2.3.3",
"chalk": "2.4.2",
"compression-webpack-plugin": "5.0.2",
"connect": "3.6.6",
"conventional-changelog-cli": "^2.1.1",
"core-js": "^3.30.2",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^8.0.3",
"file-loader": "^6.2.0",
"fs-extra": "^11.1.1",
"html-webpack-plugin": "3.2.0",
"husky": "^4.2.5",
"jest": "^27.1.0",
"lint-staged": "^10.2.11",
"node-sass": "^4.14.1",
"runjs": "^4.3.2",
"sass-loader": "7.1.0",
"script-ext-html-webpack-plugin": "2.1.3",
"script-loader": "0.7.2",
"serve-static": "^1.13.2",
"svg-sprite-loader": "6.0.11",
"svgo": "1.2.2",
"url-loader": "^4.1.1",
"vue-template-compiler": "2.6.10"
},
"engines": {
"node": ">=8.9",
"npm": ">= 3.0.0"
},
"browserslist": [
"last 10 Chrome versions",
"last 5 Firefox versions",
"Safari >= 6",
"ie > 8"
],
"browser": {
"fs": false,
"path": false,
"os": false
}
}