all-search
Version:
A top fixed menu that allows you to jump between various search engines, build based on Vue, and use rollup.
81 lines (80 loc) • 2.46 kB
JSON
{
"name": "all-search",
"version": "1.3.17",
"keywords": [
"searchEngineJump",
"tool",
"tamperMonkey",
"web",
"javascript",
"vue3"
],
"description": "A top fixed menu that allows you to jump between various search engines, build based on Vue, and use rollup.",
"author": "endday",
"homepage": "https://github.com/endday/all-search",
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "git@github.com:endday/all-search.git"
},
"files": [
"dist",
"lib"
],
"unpkg": "dist/index.user.js",
"jsdelivr": "dist/index.user.js",
"packageManager": "pnpm@7.18.0",
"scripts": {
"serve": "vue-cli-service serve --fix",
"tmServe": "vue-cli-service serve --fix --tm",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"pretmBuild": "npm run lint",
"tmDev": "cross-env NODE_ENV=development rollup -c -w",
"tmBuild": "cross-env NODE_ENV=production rollup -c",
"prepare": "husky install"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.4",
"@popperjs/core": "^2.9.2",
"axios": "^0.21.4",
"core-js": "^3.9.1",
"element-plus": "^2.2.22",
"jsoneditor": "^9.9.0",
"resize-observer-polyfill": "^1.5.1",
"vue": "^3.2.36",
"vue-draggable-next": "^2.0.1",
"vue-router": "^4.0.5"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.0.3",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-terser": "^0.2.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/cli-plugin-babel": "^5.0.0",
"@vue/cli-plugin-eslint": "^5.0.0",
"@vue/cli-service": "^5.0.0",
"@vue/compiler-sfc": "^3.0.7",
"autoprefixer": "^10.4.7",
"babel-plugin-import": "^1.13.3",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.7.0",
"husky": "^8.0.1",
"lint-staged": "^13.1.0",
"postcss": "^8.4.13",
"rollup": "^2.72.1",
"rollup-plugin-delete": "^1.2.0",
"rollup-plugin-external-globals": "^0.6.1",
"rollup-plugin-styles": "^4.0.0",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"vite": "^2.6.7"
}
}