buddhism/package.json
WindowBird 1b2dae6e8c 引入设备录入功能,解决脚本依赖循环问题;
× Found 1 circular dependency!

1) components/blufi/xBlufi-wx-impl.js > components/blufi/xBlufi.js
2025-09-23 17:13:16 +08:00

53 lines
1.6 KiB
JSON

{
"name": "dianbiao",
"version": "1.0.0",
"description": "## 📖 项目简介",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --ext .vue,.js,.ts --fix",
"format": "prettier --write \"**/*.{vue,js,ts,json,css,scss,md}\"",
"format:check": "prettier --check \"**/*.{vue,js,ts,json,css,scss,md}\"",
"lint:fix": "eslint . --ext .vue,.js,.ts --fix && prettier --write \"**/*.{vue,js,ts,json,css,scss,md}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/lchighpass/lchighpass-speaking.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lchighpass/lchighpass-speaking/issues"
},
"homepage": "https://github.com/lchighpass/lchighpass-speaking#readme",
"dependencies": {
"crypto-js": "^4.1.1",
"echarts": "^5.4.0",
"fast-xml-parser": "^4.0.12",
"js-base64": "^3.7.3",
"js-md5": "^0.7.3",
"mp-html": "^2.4.2",
"mpvue-echarts": "^0.3.2",
"qrcode": "^1.5.4",
"uv-ui": "^1.0.25",
"uview-ui": "^1.8.8",
"vuex": "^3.6.2",
"vuex-persistedstate": "^4.1.0",
"weapp-cookie": "^1.4.8"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@typescript-eslint/eslint-plugin": "^8.39.1",
"@typescript-eslint/parser": "^8.39.1",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.6.0",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-vue": "^10.4.0",
"prettier": "^3.6.2"
}
}