-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.82 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
61
62
63
64
65
66
67
68
69
70
71
{
"name": "vue-native-contact-picker",
"version": "0.0.6",
"private": false,
"type": "module",
"files": [
"dist"
],
"main": "./dist/vue-native-contact-picker.umd.js",
"module": "./dist/vue-native-contact-picker.es.js",
"exports": {
".": {
"import": "./dist/vue-native-contact-picker.es.js",
"require": "./dist/vue-native-contact-picker.umd.cjs"
}
},
"types": "./dist/index.d.ts",
"repository": {
"url": "https://github.com/Fanreza/vue-native-contact-picker.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/Fanreza/vue-native-contact-picker/issues"
},
"homepage": "https://github.com/Fanreza/vue-native-contact-picker",
"keywords": [
"contact-picker",
"vue3",
"vue",
"vuejs"
],
"scripts": {
"dev": "vite",
"build": "vite build && vue-tsc --emitDeclarationOnly",
"preserve": "vite build",
"serve": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview",
"test": "exit 0",
"host": "vite --host"
},
"dependencies": {
"vue": "^3.4.15",
"vue-eye-dropper": "^0.0.8"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.3",
"@tsconfig/node20": "^20.1.2",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.11.10",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.4",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"jsdom": "^24.0.0",
"npm-run-all2": "^6.1.1",
"prettier": "^3.0.3",
"tslib": "^2.6.2",
"typescript": "~5.3.0",
"vite": "^5.0.11",
"vite-plugin-css-injected-by-js": "^3.4.0",
"vitest": "^1.2.2",
"vue-tsc": "^1.8.27"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}