-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 967 Bytes
/
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
{
"name": "@trayand/emoji-reaction",
"version": "0.1.0",
"main": "dist/EmojiReaction.js",
"module": "dist/EmojiReaction.mjs",
"files": [
"dist/*",
"src/EmojiReaction.vue"
],
"private": false,
"type": "module",
"repository": {
"type": "git",
"url": "Trayand/Vue3-EmojiReaction"
},
"scripts": {
"dev": "vite",
"build": "vite buuild",
"build-library": "rollup -c",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.0",
"rollup": "^4.6.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-vue": "^6.0.0",
"vite": "^4.4.11"
},
"peerDependencies": {
"vue": "^3.3.4"
},
"keywords": [
"vue",
"vue3",
"vuejs",
"vue-component",
"component",
"vue.js",
"feedback",
"rate",
"reaction",
"emoji reaction",
"animation"
]
}