generated from surjithctly/astroship
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.77 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
90
{
"scripts": {
"prebuild": "node scripts/prebuild.js",
"dev": "yarn prebuild && astro dev",
"start": "astro dev",
"build": "yarn prebuild && astro build && yarn postbuild",
"postbuild": "echo ''",
"astro": "astro",
"lint": "eslint --ext .astro,.js,.jsx,.ts,.tsx . --fix",
"gen-ctf-types": "cf-content-types-generator -s $CONTENTFUL_SPACE_ID -t $CONTENTFUL_ACCESS_TOKEN -o src/lib/ctfTypes",
"preview": "astro preview",
"test": "playwright test --project=\"chromium\""
},
"name": "hsc-site",
"type": "module",
"version": "0.8.10-beta.1",
"private": true,
"dependencies": {
"@astrojs/mdx": "3.1.3",
"@astrojs/node": "8.3.2",
"@astrojs/partytown": "2.1.1",
"@astrojs/react": "3.6.0",
"@astrojs/sitemap": "3.1.6",
"@astrojs/tailwind": "5.1.0",
"@astrojs/vercel": "7.7.2",
"@contentful/rich-text-html-renderer": "^16.3.5",
"@fontsource/inter": "^4.5.15",
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.3",
"@iconify/react": "^4.1.1",
"@porscheofficial/cookie-consent-banner": "^3.1.5",
"@sentry/astro": "^7.110.1",
"@sweetalert2/themes": "^5.0.16",
"@types/aos": "^3.0.7",
"@types/path-to-regexp": "^1.7.0",
"@types/ua-parser-js": "^0.7.39",
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"astro": "4.12.1",
"astro-compressor": "^0.4.1",
"astro-critters": "^2.1.6",
"astro-feather-icons": "^1.0.2",
"astro-icon": "^1.1.0",
"astro-navbar": "^2.3.1",
"astro-seo": "^0.8.3",
"browserslist": "^4.23.0",
"canvas-confetti": "^1.9.2",
"contentful": "^10.8.8",
"core-js": "^3.37.0",
"dayjs": "^1.11.10",
"fuse.js": "^6.6.2",
"jsdom": "^22.1.0",
"konami-code-js": "^0.8.1",
"mime": "^3.0.0",
"nightwind": "^1.1.13",
"nuka-carousel": "^8.0.1",
"overlayscrollbars": "^2.7.2",
"path-to-regexp": "^6.2.2",
"react": "^18.2.0",
"react-chrono": "^2.6.1",
"react-dom": "^18.2.0",
"rss-parser": "^3.13.0",
"sweetalert2": "^11.10.7",
"swiper": "^11.1.5",
"tailwindcss": "^3.4.3",
"toastify-js": "^1.12.0",
"ua-parser-js": "^1.0.37"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.66",
"@iconify-json/uil": "^1.1.8",
"@playwright/test": "^1.43.1",
"@tailwindcss/typography": "^0.5.12",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@typescript-eslint/parser": "^5.62.0",
"browserlist": "^1.0.1",
"browserslist-useragent-regexp": "^4.1.3",
"cf-content-types-generator": "^2.15.0",
"eslint": "^8.57.0",
"eslint-config-berry": "^0.15.5",
"eslint-plugin-astro": "^0.29.1",
"sharp": "^0.31.3",
"typescript": "^5.4.5",
"vite": "^5.2.9"
},
"stableVersion": "0.8.6",
"packageManager": "[email protected]"
}