-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
50 lines (50 loc) · 1.15 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
{
"name": "jadoo",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/image": "^1.0.0-rc.1",
"@types/node": "^18.16.19",
"nuxt": "^3.6.3",
"nuxt-icon": "^0.4.2"
},
"dependencies": {
"@headlessui/vue": "^1.7.14",
"@heroicons/vue": "^2.0.18",
"@nuxtjs/tailwindcss": "^6.8.0",
"nuxt-headlessui": "^1.1.4",
"pinia": "^2.1.4",
"tailwind-scrollbar-hide": "^1.1.7"
},
"overrides": {
"vue": "latest"
},
"description": "Jadoo is a travel agency landing page built with Nuxt 3",
"version": "1.0.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/DevHumbleChris/jadoo.git"
},
"keywords": [
"travel",
"travel agency",
"landing page",
"nuxt3",
"tailwindcss",
"pinia"
],
"author": "AmChrisKE",
"license": "MIT",
"bugs": {
"url": "https://github.com/DevHumbleChris/jadoo/issues"
},
"homepage": "https://github.com/DevHumbleChris/jadoo#readme"
}