forked from yanzhandong/v3hooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.11 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
46
{
"name": "v3hooks",
"version": "1.3.3",
"author": "yanzhandong",
"description": "针对 Vue3 的实用Hooks集合",
"keywords": [
"vuehook",
"hook",
"vue3",
"vue3hook",
"v3hooks",
"vueHook"
],
"homepage": "https://yanzhandong868.gitbook.io/v3hooks/",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/yanzhandong/v3hooks.git"
},
"license": "MIT",
"scripts": {
"watch": "rollup -c --watch",
"build": "cross-env NODE_ENV=production rollup -c"
},
"devDependencies": {
"@types/js-cookie": "^2.2.7",
"cross-env": "^7.0.3",
"rollup": "^2.52.6",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-dts": "^3.0.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-uglify": "^6.0.4",
"rollup-plugin-vue": "^6.0.0",
"tslib": "^2.3.0",
"typescript": "^4.3.5",
"vue": "3.0.11",
"vue-router": "4.0.3"
},
"dependencies": {
"dayjs": "^1.10.5",
"easyqrcodejs": "^4.4.5",
"js-cookie": "^2.2.1"
}
}