Files
fesatcodeMiniApp/node_modules/spa-custom-hooks/package.json
王鹏 0c2edb6036 init
2025-08-14 14:52:01 +08:00

46 lines
1.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "spa-custom-hooks",
"version": "1.4.1",
"description": "业务层的自定义钩子支持vue架构和各种小程序",
"author": "鹅鹅鹅 <1977474741@qq.com>",
"homepage": "https://github.com/1977474741/spa-custom-hooks.git",
"scripts": {
"serve": "rollup --config rollup.config.mjs && NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
"build": "rollup --config rollup.config.mjs && NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build",
"dev": "rollup --config rollup.config.mjs -w",
"prepublishOnly": "rollup --config rollup.config.mjs",
"semantic-release": "semantic-release"
},
"main": "./lib/spa-custom-hooks.js",
"module": "./lib/spa-custom-hooks.mjs",
"repository": {
"type": "git",
"url": "https://github.com/1977474741/spa-custom-hooks.git"
},
"npm": "https://www.npmjs.com/package/spa-custom-hooks",
"files": [
"/lib/",
"/package.json",
"/README.md"
],
"devDependencies": {
"@qiwi/semantic-release-gh-pages-plugin": "^5.2.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-terser": "^0.4.3",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"core-js": "^3.6.5",
"rollup": "^3.26.2",
"semantic-release": "^19.0.2",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.4.0"
},
"license": "MIT"
}