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.
90 lines
2.7 KiB
90 lines
2.7 KiB
{ |
|
"name": "chuneng", |
|
"version": "0.0.0", |
|
"private": true, |
|
"scripts": { |
|
"dev": "vite", |
|
"build": "run-p build-only", |
|
"preview": "vite preview", |
|
"build-only": "vite build", |
|
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false", |
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", |
|
"format": "prettier --write src/", |
|
"docker-build": "docker build -t chuneng-web:v0.6 .", |
|
"docker-save": "docker save -o ./docker_output/chuneng-web.tar chuneng-web" |
|
}, |
|
"dependencies": { |
|
"@antv/x6": "^2.16.1", |
|
"@antv/x6-plugin-clipboard": "^2.1.6", |
|
"@antv/x6-plugin-dnd": "^2.1.1", |
|
"@antv/x6-vue-shape": "^2.1.1", |
|
"@element-plus/icons-vue": "^2.3.1", |
|
"@iconify-json/ep": "^1.1.12", |
|
"@iconify/json": "^2.2.217", |
|
"@logicflow/core": "^1.2.17", |
|
"@logicflow/extension": "^1.2.18", |
|
"@purge-icons/generated": "^0.10.0", |
|
"@tanstack/vue-table": "^8.17.3", |
|
"@tanstack/vue-virtual": "^3.5.0", |
|
"@types/cropperjs": "^1.3.0", |
|
"@vueuse/core": "^11.0.1", |
|
"@wangeditor/editor": "^5.1.23", |
|
"@wangeditor/editor-for-vue": "^5.1.10", |
|
"@zxcvbn-ts/core": "^3.0.4", |
|
"big.js": "^6.2.1", |
|
"cropperjs": "^1.6.2", |
|
"crypto-js": "^4.2.0", |
|
"dayjs": "^1.11.11", |
|
"jspdf": "^2.5.2", |
|
"jspdf-html2canvas": "^1.5.2", |
|
"jszmq": "^0.1.2", |
|
"lodash": "^4.17.21", |
|
"mitt": "^3.0.1", |
|
"pinia": "^2.0.36", |
|
"qs": "^6.12.1", |
|
"vue": "^3.3.2", |
|
"vue-echarts": "^6.6.9", |
|
"vue-i18n": "^9.13.1", |
|
"vue-router": "^4.2.0", |
|
"vue-types": "^5.1.2", |
|
"web-storage-cache": "^1.1.1", |
|
"xlsx": "^0.18.5" |
|
}, |
|
"devDependencies": { |
|
"@iconify-json/ep": "^1.1.10", |
|
"@rushstack/eslint-patch": "^1.2.0", |
|
"@tsconfig/node18": "^18.2.2", |
|
"@types/big.js": "^6.2.2", |
|
"@types/crypto-js": "^4.2.2", |
|
"@types/lodash": "^4.17.4", |
|
"@types/node": "^18.19.3", |
|
"@types/qs": "^6.9.15", |
|
"@types/three": "^0.152.1", |
|
"@vitejs/plugin-vue": "^5.0.5", |
|
"@vitejs/plugin-vue-jsx": "^3.1.0", |
|
"@vue/eslint-config-prettier": "^7.1.0", |
|
"@vue/eslint-config-typescript": "^11.0.3", |
|
"@vue/tsconfig": "^0.4.0", |
|
"axios": "^1.7.2", |
|
"dexie": "^3.2.7", |
|
"dotenv": "^16.4.5", |
|
"echarts": "^5.4.2", |
|
"element-plus": "^2.7.6", |
|
"eslint": "^8.39.0", |
|
"eslint-plugin-vue": "^9.11.0", |
|
"mapvgl": "^1.0.0-beta.179", |
|
"npm-run-all": "^4.1.5", |
|
"prettier": "^2.8.8", |
|
"sass": "^1.62.1", |
|
"three": "^0.152.2", |
|
"typescript": "~5.0.4", |
|
"unplugin-auto-import": "^0.16.7", |
|
"unplugin-icons": "^0.16.6", |
|
"unplugin-vue-components": "^0.25.2", |
|
"uuid": "^9.0.0", |
|
"vite": "^5.2.12", |
|
"vite-plugin-purge-icons": "^0.10.0", |
|
"vue-printjs": "^1.0.0", |
|
"vue-tsc": "^2.0.19" |
|
} |
|
}
|
|
|