-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
74 lines (74 loc) · 1.81 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
72
73
74
{
"name": "vue3-twemoji-picker-final",
"version": "0.0.15",
"private": false,
"packageManager": "pnpm@7.0.0",
"keywords": [
"vue3-emoji-picker",
"vue3-twemoji-picker",
"emoji-picker",
"twemoji-picker",
"twemoji",
"emoji"
],
"license": "MIT",
"author": "limin04551",
"bugs": {
"url": "https://github.com/limin04551/vue3-twemoji-picker/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/limin04551/vue3-twemoji-picker"
},
"main": "./dist/vue3-twemoji-picker.umd.js",
"module": "./dist/vue3-twemoji-picker.es.js",
"exports": {
".": {
"import": "./dist/vue3-twemoji-picker.es.js",
"require": "./dist/vue3-twemoji-picker.umd.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "vite build ",
"builddev": "vite build --mode dev",
"dev": "vite --port 3334 --open",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@vueuse/core": "^8.3.1",
"sass": "^1.52.0",
"vite-plugin-libcss": "^1.0.5",
"vue": "^3.2.33",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@antfu/eslint-config": "^0.22.0",
"@iconify-json/carbon": "^1.1.4",
"@iconify-json/lucide": "^1.1.25",
"@types/node": "^17.0.31",
"@unocss/preset-icons": "^0.34.0",
"@unocss/reset": "^0.32.9",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/test-utils": "^2.0.0-rc.21",
"eslint": "^8.14.0",
"jsdom": "^19.0.0",
"pnpm": "^7.0.0",
"typescript": "^4.6.4",
"unocss": "^0.32.9",
"unplugin-auto-import": "^0.7.1",
"unplugin-vue-components": "^0.19.3",
"vite": "^2.9.7",
"vite-plugin-pages": "^0.23.0",
"vitest": "^0.10.1",
"vue-tsc": "^0.34.11"
},
"eslintConfig": {
"extends": "@antfu"
}
}