You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
106 lines
2.6 KiB
106 lines
2.6 KiB
{
|
|
"name": "tp",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@vueuse/core": "^10.1.0",
|
|
"axios": "^1.7.7",
|
|
"core-js": "^3.8.3",
|
|
"echarts": "^5.5.1",
|
|
"echarts-wordcloud": "^2.0.0",
|
|
"element-plus": "^2.8.8",
|
|
"fabric": "^6.4.3",
|
|
"neovis.js": "^2.1.0",
|
|
"relation-graph-vue3": "^2.2.11",
|
|
"view-ui-plus": "^1.3.7",
|
|
"vue": "^3.2.13",
|
|
"vue-i18n": "9.0.0",
|
|
"vue-router": "^4.4.5",
|
|
"vue3-treeselect": "^0.1.10"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.16",
|
|
"@babel/eslint-parser": "^7.12.16",
|
|
"@types/events": "^3.0.0",
|
|
"@types/fabric": "^5.3.0",
|
|
"@types/fontfaceobserver": "^2.1.3",
|
|
"@types/lodash-es": "^4.17.7",
|
|
"@types/node": "^18.19.43",
|
|
"@types/uuid": "^9.0.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.54.1",
|
|
"@typescript-eslint/parser": "^5.54.1",
|
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
"@vue/cli-service": "~5.0.0",
|
|
"@webtoon/psd": "^0.4.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-vue": "^8.0.3",
|
|
"events": "^3.3.0",
|
|
"fabric-history": "^1.6.0",
|
|
"fontfaceobserver": "^2.1.0",
|
|
"hotkeys-js": "^3.8.8",
|
|
"jsbarcode": "^3.11.6",
|
|
"less": "^4.2.0",
|
|
"less-loader": "^12.2.0",
|
|
"qr-code-styling": "1.6.0-rc.1",
|
|
"qs": "^6.12.1",
|
|
"sass": "^1.75.0",
|
|
"sass-loader": "^16.0.2",
|
|
"tapable": "^2.2.1",
|
|
"typescript": "5.1.6",
|
|
"unplugin-auto-import": "^20.0.0",
|
|
"unplugin-vue-components": "^29.0.0",
|
|
"uuid": "^8.3.2",
|
|
"vis-network": "^9.1.9"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,tsx,js,vue}": [
|
|
"eslint --fix",
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/vue3-essential",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "@babel/eslint-parser"
|
|
},
|
|
"rules": {
|
|
"generator-star-spacing": "off",
|
|
"no-tabs": "off",
|
|
"no-unused-vars": "off",
|
|
"no-console": "off",
|
|
"no-irregular-whitespace": "off",
|
|
"no-debugger": "off",
|
|
"no-redeclare": "off",
|
|
"no-undef": "off",
|
|
"no-empty": "off",
|
|
"no-global-assign": "off",
|
|
"no-prototype-builtins": "off",
|
|
"no-unreachable": "off",
|
|
"no-inner-declarations": "off",
|
|
"no-constant-condition": "off"
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead",
|
|
"not ie 11"
|
|
]
|
|
}
|
|
|