-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.33 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "vue3-use-hooks",
"version": "0.1.8",
"description": "vue3 use hooks",
"author": "Abdulnasır OLCAN",
"license": "MIT",
"main": "dist/index.umd.js",
"source": "src/index.ts",
"types": "index.d.ts",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"prepublish": "pnpm build",
"test": "vitest run",
"test:CI": "vitest --watch=false",
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@types/node": "^18.0.5",
"@vitejs/plugin-vue": "^3.0.0",
"@vue/test-utils": "^2.0.2",
"c8": "^7.11.3",
"jsdom": "^20.0.0",
"typescript": "^4.6.4",
"vite": "^3.0.0",
"vitest": "^0.18.1",
"vue": "^3.2.37",
"vue-tsc": "^0.38.4"
},
"repository": {
"type": "git",
"url": "https://github.com/jsdeveloperr/vue3-use-hooks.git"
},
"bugs": {
"url": "https://github.com/jsdeveloperr/vue3-use-hooks/issues"
},
"homepage": "https://github.com/jsdeveloperr/vue3-use-hooks#readme",
"keywords": [
"vue",
"vue-use",
"vue-use-hooks",
"vue-composable",
"vue3-composable",
"composable",
"use-hooks",
"vue-hooks",
"vue3-hooks",
"useEmbed",
"useState",
"useLocalStorage",
"useModal",
"useStringCase"
],
"files": [
"dist/*.js",
"*.d.ts"
],
"dependencies": {}
}