-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.26 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
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"cf-generate-types": "cf-content-types-generator ./src/contentful/export.json --v10 --out ./src/types/contentful"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.2.2",
"@astrojs/netlify": "^2.4.0",
"@astrojs/react": "^2.0.2",
"@astrojs/sitemap": "^1.4.0",
"@astrojs/tailwind": "^3.0.0",
"@astrojs/vue": "^2.0.1",
"@contentful/live-preview": "^2.5.3",
"@contentful/rich-text-html-renderer": "^16.1.0",
"@fancyapps/ui": "^5.0.8",
"@headlessui/vue": "^1.7.14",
"@heroicons/vue": "^2.0.18",
"@justinribeiro/lite-youtube": "^1.5.0",
"@nanostores/react": "^0.7.1",
"@nanostores/vue": "^0.10.0",
"@preline/dropdown": "^1.3.0",
"@tailwindcss/container-queries": "^0.1.0",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vueform/toggle": "^2.1.3",
"astro": "^2.10.7",
"astro-icon": "^0.8.1",
"autoprefixer": "^10.4.13",
"contentful": "^10.3.5",
"contentful-astro": "^1.1.0",
"daisyui": "^2.49.0",
"dot-env": "^0.0.1",
"env-cmd": "^10.1.0",
"get-youtube-id": "^1.0.1",
"graphql": "^16.6.0",
"html-to-text": "^9.0.4",
"nanostores": "^0.9.3",
"photoswipe": "^5.3.6",
"postcss": "^8.4.21",
"preline": "^1.7.0",
"react-cloudimage-responsive-plain": "^2.0.1",
"react-photoswipe-gallery": "^2.2.6",
"swiper": "^9.1.0",
"tailwindcss": "^3.3.3",
"tw-elements": "^1.0.0-beta1",
"type-fest": "^3.12.0",
"video-react": "^0.16.0",
"vue": "^3.2.47",
"vue-cloudimage-responsive-plain": "^2.0.0",
"vue-lazyload": "^3.0.0"
},
"devDependencies": {
"@astrojs/image": "^0.17.1",
"@astrojs/partytown": "^1.2.3",
"@graphql-codegen/cli": "^3.2.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"astro-compress": "^1.1.47",
"astro-themes": "^0.2.4",
"cf-content-types-generator": "^2.12.2",
"cross-env": "^7.0.3",
"postcss-import": "^15.1.0",
"typescript": "^4.9.5"
}
}