-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
72 lines (72 loc) · 2.11 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
{
"name": "curiosta",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astro-aws/adapter": "^0.3.0",
"@astrojs/image": "^0.17.0",
"@astrojs/mdx": "^0.19.7",
"@astrojs/preact": "^2.2.1",
"@astrojs/tailwind": "^3.1.3",
"@contentful/rich-text-html-renderer": "^16.1.0",
"@contentful/rich-text-types": "^16.2.0",
"@medusajs/medusa-js": "^6.0.0",
"@meilisearch/instant-meilisearch": "^0.13.2",
"@preact/signals": "^1.1.3",
"@sentry/react": "^7.54.0",
"@stripe/react-stripe-js": "^2.1.0",
"@stripe/stripe-js": "^1.54.0",
"astro": "^2.6.2",
"astro-sst": "^2.12.0",
"class-variance-authority": "^0.6.0",
"colorette": "^2.0.20",
"contentful": "^10.2.3",
"meilisearch": "^0.33.0",
"nayuki-qr-code-generator": "^1.8.0",
"preact": "^10.15.1",
"react-hook-form": "^7.44.3",
"react-instantsearch-dom": "^6.40.0",
"tailwind-merge": "^1.13.2",
"tailwindcss": "^3.3.2"
},
"overrides": {
"react": "npm:@preact/compat@latest",
"react-dom": "npm:@preact/compat@latest"
},
"resolutions": {
"react": "npm:@preact/compat@latest",
"react-dom": "npm:@preact/compat@latest"
},
"pnpm": {
"overrides": {
"react": "npm:@preact/compat@latest",
"react-dom": "npm:@preact/compat@latest"
}
},
"devDependencies": {
"@astrojs/partytown": "^1.2.3",
"@headlessui/react": "^1.7.15",
"@medusajs/medusa": "^1.12.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/react-instantsearch-dom": "^6.12.3",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"aws-cdk-lib": "^2.83.1",
"eslint": "^8.42.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-astro": "^0.27.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.1.1",
"instantsearch.js": "^4.56.1",
"typescript": "^5.1.3"
}
}