-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.7 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "nuxt3-commerce",
"version": "1.0.0",
"description": "This is a starter for custom Nuxt 3 Storefrontend for Shopify",
"private": false,
"type": "module",
"author": "@muneebbug",
"main": "./nuxt.config.ts",
"repository": {
"type": "git",
"url": "https://github.com/muneebbug/nuxt3-commerce"
},
"license": "MIT",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"release": "release-it"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@nuxt/kit": "^3.12.4",
"@nuxtjs/color-mode": "^3.4.4",
"@nuxtjs/google-fonts": "^3.2.0",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@pinia/nuxt": "^0.5.3",
"@tailwindcss/typography": "^0.5.14",
"@vueuse/core": "^11.0.1",
"@vueuse/nuxt": "^11.0.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel-vue": "^8.2.0",
"lucide-vue-next": "^0.429.0",
"nuxt": "^3.12.4",
"nuxt-headlessui": "^1.2.0",
"radix-vue": "^1.9.4",
"release-it": "^17.6.0",
"sass": "^1.77.8",
"shadcn-nuxt": "^0.10.4",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7",
"vaul-vue": "^0.2.0",
"vue": "latest"
},
"release-it": {
"github": {
"release": true,
"releaseName": "v${version}"
},
"git": {
"commitMessage": "chore(release): release v${version}"
}
},
"keywords": [
"nuxt",
"nuxt3",
"shopify",
"commerce",
"ecommerce"
],
"devDependencies": {
"@nuxt/icon": "^1.4.8",
"@nuxtjs/tailwindcss": "^6.12.1",
"typescript": "^5.5.4"
}
}