-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.27 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.27 KB
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
{
"name": "shared-components",
"private": false,
"version": "0.4.97",
"description": "Shared Vue.js components for use on the product page",
"type": "module",
"exports": {
".": {
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist"
],
"keywords": [
"vue",
"library",
"vite",
"component"
],
"license": "BSD-3-Clause",
"author": "glueckkanja AG",
"scripts": {
"dev": "storybook dev -p 6006",
"start": "storybook dev -p 6006",
"build": "vite build && node ./scripts/copy-assets.js",
"build:module": "vite build",
"preview": "vite preview",
"build-storybook": "storybook build"
},
"peerDependencies": {
"vue": "^3.4.37"
},
"dependencies": {
"@nuxt/image": "^1.9.0",
"@nuxt/scripts": "0.12.0",
"@nuxtjs/sitemap": "^7.2.9",
"@nuxtjs/turnstile": "^1.1.1",
"@types/jquery": "^3.5.32",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"autoprefixer": "^10.4.20",
"bootstrap": "^4.5.3",
"cssnano": "^7.0.6",
"cssnano-preset-advanced": "^7.0.6",
"gsap": "^3.13.0",
"ion-rangeslider": "^2.3.1",
"jquery": "^3.7.1",
"node-html-parser": "^6.1.13",
"nuxt": "^3.16.1",
"nuxt-schema-org": "^5.0.6",
"nuxt-seo-utils": "^6.0.3",
"nuxt-swiper": "^2.0.1",
"postcss-merge-rules": "^7.0.4",
"postcss-nested": "^6.2.0",
"sitemap": "^8.0.0",
"slick-carousel": "^1.8.1",
"swiper": "^12.0.1",
"vue": "^3.4.37",
"vue-router": "^4.4.5",
"vue3-lottie": "^3.3.1"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.9.0",
"@nuxt/kit": "^3.16.1",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/addon-onboarding": "^8.2.9",
"@storybook/blocks": "^8.2.9",
"@storybook/test": "^8.2.9",
"@storybook/vue3": "^8.2.9",
"@storybook/vue3-vite": "^8.2.9",
"@vitejs/plugin-vue": "^5.1.2",
"gsap": "^3.13.0",
"sass": "1.77.6",
"storybook": "^8.2.9",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.1"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5"
}
}