forked from 1977474741/spa-custom-hooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.68 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "spa-custom-hooks",
"version": "1.2.7",
"description": "业务层的自定义钩子,支持vue架构和各种小程序",
"author": "鹅鹅鹅 <[email protected]>",
"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"
}