46 lines
1.6 KiB
JSON
46 lines
1.6 KiB
JSON
{
|
|
"dependencies": {
|
|
"pinia": "^2.2.0",
|
|
"pinia-plugin-unistorage": "^0.1.2",
|
|
"qcloud-iotexplorer-appdev-plugin-wificonf-blecombo": "^3.0.118",
|
|
"qcloud-iotexplorer-appdev-plugin-wificonf-core": "^3.0.118",
|
|
"qcloud-iotexplorer-appdev-sdk": "^3.0.118",
|
|
"qcloud-iotexplorer-bluetooth-adapter": "^3.0.118",
|
|
"uview-plus": "^3.3.12"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^19.7.1",
|
|
"@commitlint/config-conventional": "^19.7.1",
|
|
"commitizen": "^4.3.1",
|
|
"crc": "^4.3.2",
|
|
"cz-git": "^1.11.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-prettier": "^10.0.1",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-prettier": "^5.2.3",
|
|
"eslint-plugin-vue": "^9.32.0",
|
|
"husky": "^9.1.7",
|
|
"js-md5": "^0.8.3",
|
|
"lint-staged": "^15.4.3",
|
|
"postcss-scss": "^4.0.9",
|
|
"prettier": "^3.4.2",
|
|
"sm-crypto": "^0.3.13",
|
|
"stylelint": "^16.14.1",
|
|
"stylelint-config-html": "^1.1.0",
|
|
"stylelint-config-recess-order": "^6.0.0",
|
|
"stylelint-config-recommended-scss": "^14.1.0",
|
|
"stylelint-config-standard": "^37.0.0",
|
|
"unocss": "^65.4.3",
|
|
"unocss-preset-weapp": "^65.4.1",
|
|
"vite-plugin-eslint": "^1.8.1"
|
|
},
|
|
"scripts": {
|
|
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,vue,json,css,scss}\"",
|
|
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,vue,json,css,scss}\"",
|
|
"lint": "eslint --fix \"**/*.{js,jsx,ts,tsx,vue}\"",
|
|
"lint:style": "stylelint --fix \"**/*.{css,scss,vue}\"",
|
|
"lint:all": "npm run format && npm run lint && npm run lint:style"
|
|
}
|
|
}
|