-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
67 lines (67 loc) · 1.86 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
{
"name": "shopinvader-nuxt",
"description": "Shopinvader Nuxt",
"author": "Akretion",
"license": "MIT",
"type": "module",
"version": "3.1.0",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lintfix": "eslint . --fix",
"release": "release-it"
},
"dependencies": {
"@nuxt/image": "^1.7.0",
"@nuxt/kit": "^3.7.4",
"@nuxt/types": "^2.15.8",
"@nuxtjs/i18n": "^8.3.1",
"@nuxtjs/tailwindcss": "6.11.4",
"@pinia-plugin-persistedstate/nuxt": "^1.0.0",
"@pinia/nuxt": "^0.4.11",
"@shopinvader/cart": "https://github.com/shopinvader/shopinvader-js-cart#options",
"@stripe/stripe-js": "^3.0.0",
"@tailwindcss/typography": "^0.5.9",
"@vueform/slider": "^2.1.7",
"@vueuse/motion": "^2.0.0",
"elastic-builder": "^2.16.0",
"mitt": "^3.0.1",
"nuxt-purgecss": "^2.0.0",
"nuxt-storage": "^1.2.2",
"ofetch": "^1.3.4",
"oidc-client-ts": "^2.2.4",
"pinia": "^2.1.3",
"postcss-custom-properties": "^14.0.1",
"sharp": "^0.33.2"
},
"devDependencies": {
"@nuxt/content": "^2.13.2",
"@nuxt/devtools": "^0.4.1",
"@nuxt/eslint": "^0.3.13",
"@nuxt/fonts": "^0.7.1",
"@nuxt/icon": "^1.2.1",
"@nuxtjs/critters": "^0.7.1",
"@nuxtjs/seo": "^2.0.0-rc.16",
"daisyui": "^4.12.10",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"nuxt": "^3.12.4",
"nuxt-delay-hydration": "^1.3.5",
"nuxt-schema-org": "^3.3.8",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.3",
"release-it": "^17.1.1",
"sass": "^1.55.0",
"sass-loader": "^13.1.0",
"ts-morph": "^23.0.0",
"typescript": "^5.4.5",
"vite": "^3.2.4",
"vue": "^3.4.20"
}
}