summaryrefslogtreecommitdiff
path: root/ATRI/plugins/console/atri-manege/package.json
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2021-10-01 08:56:42 +0800
committerKyomotoi <[email protected]>2021-10-01 08:56:42 +0800
commit844bd56a5bed1293329299c8b0562558a0d2d907 (patch)
tree0b121b4e85b42e9a83dd65639013215272bb6527 /ATRI/plugins/console/atri-manege/package.json
parenta00308d801a0ce13f0f19f6c3984bbbe2e09f57b (diff)
downloadATRI-844bd56a5bed1293329299c8b0562558a0d2d907.tar.gz
ATRI-844bd56a5bed1293329299c8b0562558a0d2d907.tar.bz2
ATRI-844bd56a5bed1293329299c8b0562558a0d2d907.zip
🐛⚡️🔥 更新
修复: - `setu`、`saucenao`搜图时失败报错 更新: - 弃用`aiohttp`,改用`httpx` 删除: - 临时删除暂未完成的`console`
Diffstat (limited to 'ATRI/plugins/console/atri-manege/package.json')
-rw-r--r--ATRI/plugins/console/atri-manege/package.json53
1 files changed, 0 insertions, 53 deletions
diff --git a/ATRI/plugins/console/atri-manege/package.json b/ATRI/plugins/console/atri-manege/package.json
deleted file mode 100644
index 56085b3..0000000
--- a/ATRI/plugins/console/atri-manege/package.json
+++ /dev/null
@@ -1,53 +0,0 @@
-{
- "name": "atri-manege",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "serve": "vue-cli-service serve",
- "build": "vue-cli-service build",
- "lint": "vue-cli-service lint"
- },
- "dependencies": {
- "core-js": "^3.6.5",
- "echarts": "^5.1.2",
- "vue": "^2.6.11",
- "vue-awesome": "^4.3.1",
- "vue-router": "^3.2.0",
- "vuetify": "^2.4.0"
- },
- "devDependencies": {
- "@vue/cli-plugin-babel": "~4.5.0",
- "@vue/cli-plugin-eslint": "~4.5.0",
- "@vue/cli-plugin-router": "^4.5.13",
- "@vue/cli-service": "~4.5.0",
- "babel-eslint": "^10.1.0",
- "eslint": "^6.7.2",
- "eslint-plugin-vue": "^6.2.2",
- "sass": "~1.32.0",
- "sass-loader": "^10.0.0",
- "vue-cli-plugin-route": "0.0.7",
- "vue-cli-plugin-vuetify": "~2.4.1",
- "vue-template-compiler": "^2.6.11",
- "vuetify-loader": "^1.7.0",
- "echarts": "^5.1.2"
- },
- "eslintConfig": {
- "root": true,
- "env": {
- "node": true
- },
- "extends": [
- "plugin:vue/essential",
- "eslint:recommended"
- ],
- "parserOptions": {
- "parser": "babel-eslint"
- },
- "rules": {}
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not dead"
- ]
-}