-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
68 lines (68 loc) · 2.25 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
{
"name": "astrorante",
"type": "module",
"version": "0.0.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"check": "astro check",
"build:nocheck": "astro build",
"preview": "astro preview",
"astro": "astro",
"pull:components": "npx storyblok pull-components --space 297817",
"generate:types": "npx storyblok generate-typescript-typedefs --sourceFilePaths ./components.297817.json --destinationFilePath ./component-types-sb.d.ts",
"upgrade": "npx npm-check-updates -u && npm install"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/netlify": "^5.5.4",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/ts-plugin": "^1.10.4",
"@astrojs/vercel": "^7.8.2",
"@astrojs/vue": "^4.5.2",
"@fontsource-variable/readex-pro": "^5.1.0",
"@iconify-json/lucide": "^1.2.11",
"@iconify/json": "^2.2.266",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@nanostores/vue": "^0.10.0",
"@sindresorhus/slugify": "^2.2.1",
"@storyblok/astro": "^5.1.0-alpha.4",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@vueuse/components": "^11.2.0",
"@vueuse/core": "^11.2.0",
"@vueuse/integrations": "^11.2.0",
"astro": "^4.16.8",
"astro-icon": "^1.1.1",
"astro-seo": "^0.8.4",
"async-validator": "^4.2.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel-auto-scroll": "^8.3.1",
"embla-carousel-autoplay": "^8.3.1",
"embla-carousel-vue": "^8.3.1",
"embla-carousel-wheel-gestures": "^8.0.1",
"lucide-vue-next": "^0.454.0",
"nanostores": "^0.11.3",
"photoswipe": "^5.4.4",
"radix-vue": "^1.9.8",
"storyblok-js-client": "^6.10.1",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"vaul-vue": "^0.2.0",
"vite": "^5.4.10",
"vue": "^3.5.12",
"vue-sonner": "^1.2.5"
},
"devDependencies": {
"@types/mailchimp__mailchimp_marketing": "^3.0.20",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8"
}
}