-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 866 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
{
"name": "food-hut",
"description": "Nuxt 3 & Tailwind 3 version of Forkify App from Jonas Schmedtmann's JavaScript Course.",
"version": "1.0.0",
"author": "MuhammadM1998",
"repository": {
"type": "git",
"url": "https://github.com/MuhammadM1998/Food-Hut"
},
"homepage": "https://foodhut.vercel.app/",
"private": true,
"license": "MIT",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxtjs/color-mode": "^3.3.0",
"@nuxtjs/tailwindcss": "^6.8.0",
"nuxt": "^3.5.3",
"nuxt-icons": "^3.2.1",
"sass": "^1.53.0",
"sass-loader": "^13.0.1"
},
"dependencies": {
"@pinia/nuxt": "^0.4.11",
"@vueuse/core": "^10.2.0",
"axios": "^1.6.0",
"pinia": "^2.1.4"
}
}