-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 3.24 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"@nuxt/test-utils": "^3.6.2",
"@nuxtjs/robots": "^3.0.0",
"@nuxtjs/tailwindcss": "^6.0.1",
"autoprefixer": "^10.4.15",
"nuxt": "^3.7.0",
"nuxt-lodash": "^2.5.0",
"nuxt-simple-sitemap": "^2.7.0"
},
"dependencies": {
"@contentful/rich-text-links": "^16.4.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@nuxt-alt/proxy": "^2.2.3",
"@nuxt/content": "^2.7.0",
"@nuxt/types": "^2.17.0",
"@nuxt/vite-builder": "^3.6.2",
"@nuxtjs/harlem": "^1.3.1",
"@nuxtjs/proxy": "^2.1.0",
"@pinia/nuxt": "^0.4.11",
"@tibinsunny/arraytojson": "^1.0.0",
"@vicons/ionicons5": "^0.12.0",
"@vueuse/core": "^10.2.1",
"axios": "^1.4.0",
"blueblocksui-arrows-note": "^1.0.14",
"blueblocksui-banner": "^1.0.107",
"blueblocksui-breadcrumb": "^1.0.22",
"blueblocksui-button": "^1.0.58",
"blueblocksui-card": "^1.0.56",
"blueblocksui-carousel": "^1.0.76",
"blueblocksui-category-filters": "^1.0.19",
"blueblocksui-comment": "^1.0.27",
"blueblocksui-comment-list": "^1.0.29",
"blueblocksui-dialog": "^1.0.25",
"blueblocksui-emblem": "^1.0.19",
"blueblocksui-folded-panel": "^1.0.27",
"blueblocksui-footer": "^1.0.76",
"blueblocksui-header": "^2.0.92",
"blueblocksui-headings": "^1.0.48",
"blueblocksui-info-display": "^1.0.17",
"blueblocksui-input": "^1.0.25",
"blueblocksui-layouts": "^3.0.82",
"blueblocksui-loading": "^1.0.19",
"blueblocksui-mobile-footer": "^1.0.51",
"blueblocksui-mobile-header": "^2.0.85",
"blueblocksui-pagination": "^3.0.28",
"blueblocksui-paragraph": "^1.0.20",
"blueblocksui-price-display": "^1.0.14",
"blueblocksui-product-detail": "^1.0.20",
"blueblocksui-progress-bar": "^1.0.19",
"blueblocksui-router": "^1.0.23",
"blueblocksui-share": "^1.0.25",
"blueblocksui-shopping-cart": "^1.0.32",
"blueblocksui-suspension": "^1.0.13",
"blueblocksui-tabs": "^1.0.27",
"blueblocksui-tag": "^1.0.23",
"button": "^1.1.1",
"carouse": "^0.0.1",
"contentful": "^10.5.2",
"contentful-rich-text-vue-renderer": "^3.1.0",
"i": "^0.3.7",
"json-stable-stringify": "^1.0.2",
"lodash": "^4.17.21",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1",
"naive-ui": "^2.34.4",
"npm": "^9.8.1",
"nuxt-proxy-request": "^1.3.0",
"parsejson": "^0.0.3",
"patch-package": "^7.0.0",
"pinia": "^2.1.4",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue3-bootstrap-paginate": "^1.0.0",
"vuejs-paginate": "^2.1.0"
},
"__npminstall_done": false
}