-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 843 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
{
"name": "nuxt-emoji",
"version": "1.0.2",
"type": "module",
"main": "./nuxt.config.ts",
"scripts": {
"dev": "nuxi dev .playground",
"build": "nuxt build .playground",
"generate": "nuxt generate .playground",
"preview": "nuxt preview .playground",
"postinstall": "nuxt prepare .playground"
},
"devDependencies": {
"typescript": "4.9.3"
},
"dependencies": {
"nuxt": "3.6.2",
"vue-tippy": "6.2.0"
},
"description": "An Emoji component for your Nuxt 3 project.",
"repository": {
"type": "git",
"url": "git+/~https://github.com/timb-103/nuxt-emoji.git"
},
"keywords": [
"nuxt",
"emoji"
],
"author": "Tim B",
"license": "ISC",
"bugs": {
"url": "/~https://github.com/timb-103/nuxt-emoji/issues"
},
"homepage": "/~https://github.com/timb-103/nuxt-emoji#readme"
}