-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.03 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.03 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
{
"name": "sveltekit-medusa-ui",
"version": "2.18.0",
"description": "Ready-made SvelteKit components for the Medusa storefronts",
"author": "Lacey Pevey",
"license": "MIT",
"keywords": [
"svelte",
"sveltekit",
"medusa",
"shadcn-svelte",
"storefront",
"cart",
"checkout",
"components",
"sdk"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pevey/sveltekit-medusa-ui.git"
},
"homepage": "https://pevey.com/sveltekit-medusa-ui",
"type": "module",
"scripts": {
"build": "shadcn-svelte registry build -o .registry",
"check": "svelte-check --tsconfig ./tsconfig.json",
"registry:build": "shadcn-svelte registry build -o .registry",
"test:unit": "vitest --run",
"test": "vitest --run"
},
"devDependencies": {
"@googlemaps/js-api-loader": "2.1.1",
"@internationalized/date": "^3.12.2",
"@lucide/svelte": "^1.27.0",
"@medusajs/types": "2.18.0",
"@stripe/stripe-js": "9.12.1",
"@sveltejs/vite-plugin-svelte": "7.2.0",
"@tailwindcss/forms": "0.5.11",
"@tailwindcss/typography": "0.5.20",
"@tailwindcss/vite": "4.3.3",
"@types/google.maps": "3.65.3",
"@vitest/browser-playwright": "4.1.10",
"bits-ui": "2.18.1",
"clsx": "2.1.1",
"embla-carousel-svelte": "8.6.0",
"isomorphic-dompurify": "^3.20.0",
"mode-watcher": "1.1.0",
"playwright": "1.62.0",
"schema-dts": "2.0.0",
"shadcn-svelte": "^1.4.2",
"svelte": "^5.56.8",
"svelte-check": "^4.7.4",
"sveltekit-braintree": "workspace:*",
"sveltekit-stripe": "workspace:*",
"tailwind-merge": "3.6.0",
"tailwind-variants": "3.3.0",
"tailwindcss": "4.3.3",
"typescript": "6.0.3",
"vite": "8.1.5",
"vitest": "4.1.10",
"vitest-browser-svelte": "3.0.0"
},
"peerDependencies": {
"@stripe/stripe-js": ">=5 <10",
"sveltekit-braintree": ">=0.1",
"sveltekit-stripe": ">=4"
},
"peerDependenciesMeta": {
"@stripe/stripe-js": {
"optional": true
},
"sveltekit-braintree": {
"optional": true
},
"sveltekit-stripe": {
"optional": true
}
},
"dependencies": {
"sveltekit-medusa-sdk": "workspace:*"
}
}