-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 884 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
{
"name": "nuxt-modal",
"type": "module",
"version": "1.0.2",
"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": {
"nuxt": "3.6.2",
"typescript": "4.9.3"
},
"files": [
"components/",
"composables/",
"nuxt.config.ts"
],
"description": "Custom modal component for Nuxt 3.",
"repository": {
"type": "git",
"url": "git+https://github.com/timb-103/nuxt-modal.git"
},
"keywords": [
"nuxt",
"modal"
],
"author": "Tim B",
"license": "ISC",
"bugs": {
"url": "https://github.com/timb-103/nuxt-modal/issues"
},
"homepage": "https://github.com/timb-103/nuxt-modal#readme",
"dependencies": {}
}