-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
64 lines (64 loc) · 1.7 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
{
"name": "sveltekit-medusa-starter",
"version": "0.2.0",
"description": "SvelteKit storefront starter app for MedusaJS eCommerce platform",
"repository": {
"type": "git",
"url": "https://github.com/pevey/sveltekit-medusa-starter"
},
"homepage": "https://pevey.com/sveltekit-medusa-starter",
"author": "Lacey Pevey",
"license": "MIT",
"keywords": [
"svelte",
"sveltekit",
"stripe",
"payment",
"payments",
"address",
"elements",
"pricing table",
"checkout",
"subscriptions",
"ecommerce"
],
"scripts": {
"dev": "vite dev",
"build": "shx rm -rf ./build && vite build",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test:integration": "playwright test",
"test:unit": "vitest"
},
"devDependencies": {
"@melt-ui/svelte": "^0.50.0",
"@playwright/test": "^1.38.1",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.25.0",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"dotenv": "^16.3.1",
"lucide-svelte": "^0.279.0",
"postcss": "^8.4.29",
"postcss-load-config": "^4.0.1",
"shx": "^0.3.4",
"svelte": "^4.2.1",
"svelte-check": "^3.5.2",
"svelte-meta-tags": "^3.0.4",
"sveltekit-medusa-client": "^3.1.1",
"sveltekit-search-params": "^1.0.15",
"sveltekit-stripe": "^1.1.0",
"sveltekit-superforms": "^1.7.0",
"sveltekit-turnstile": "^1.2.0",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.5",
"zod": "^3.22.2"
},
"type": "module"
}