generated from Weaverse/pilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 3.5 KB
/
package.json
File metadata and controls
114 lines (114 loc) · 3.5 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "@weaverse/pilot",
"version": "8.1.0",
"description": "A production-ready Shopify storefront built with Hydrogen and Weaverse",
"keywords": [
"shopify",
"hydrogen",
"theme",
"hydrogen-theme",
"weaverse",
"ecommerce",
"react",
"react-router",
"typescript",
"tailwindcss"
],
"license": "MIT",
"author": "Weaverse",
"type": "module",
"homepage": "https://pilot.weaverse.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/weaverse/pilot.git"
},
"bugs": {
"url": "https://github.com/weaverse/pilot/issues"
},
"scripts": {
"build": "shopify hydrogen build --codegen",
"dev": "react-router typegen && shopify hydrogen dev --codegen --port 3456",
"dev:ca": "shopify hydrogen dev --codegen --port 3456 --customer-account-push",
"preview": "shopify hydrogen preview --build",
"start": "shopify hydrogen preview",
"typecheck": "tsc --noEmit",
"routes-check": "shopify hydrogen check routes",
"codegen": "shopify hydrogen codegen",
"hydrogen": "shopify hydrogen",
"clean": "rm -rf dist node_modules package-lock.json pnpm-lock.yaml .shopify .react-router",
"e2e": "npx playwright test",
"e2e:ui": "npx playwright test --ui",
"biome": "biome check",
"biome:fix": "biome check --write",
"format": "biome format --write",
"format:check": "biome format"
},
"dependencies": {
"@fontsource-variable/cabin": "^5.2.8",
"@graphql-codegen/cli": "6.1.2",
"@phosphor-icons/react": "2.1.10",
"@radix-ui/react-accordion": "1.2.12",
"@radix-ui/react-checkbox": "1.3.3",
"@radix-ui/react-collapsible": "1.1.12",
"@radix-ui/react-dialog": "1.1.15",
"@radix-ui/react-dropdown-menu": "2.1.16",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "1.1.15",
"@radix-ui/react-scroll-area": "1.2.10",
"@radix-ui/react-select": "2.2.6",
"@radix-ui/react-slider": "1.3.6",
"@radix-ui/react-tooltip": "1.2.8",
"@radix-ui/react-visually-hidden": "1.2.4",
"@react-router/dev": "7.13.1",
"@shopify/hydrogen": "^2026.1.1",
"@shopify/hydrogen-react": "^2026.1.1",
"@tailwindcss/vite": "^4.2.1",
"@weaverse/hydrogen": "^5.9.3",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"colord": "2.9.3",
"graphql": "16.13.0",
"graphql-tag": "2.12.6",
"isbot": "5.1.35",
"react": "19.2.4",
"react-country-flag": "3.1.0",
"react-dom": "19.2.4",
"react-intersection-observer": "10.0.3",
"react-player": "2.16.0",
"react-router": "7.13.1",
"react-share": "5.2.2",
"react-use": "17.6.0",
"schema-dts": "1.1.5",
"swiper": "^12.1.2",
"tailwind-merge": "3.5.0",
"tiny-invariant": "1.3.3",
"typographic-base": "1.0.4",
"zustand": "^5.0.11"
},
"devDependencies": {
"@biomejs/biome": "^2.4.5",
"@playwright/test": "1.58.2",
"@shopify/cli": "^3.91.0",
"@shopify/hydrogen-codegen": "0.3.3",
"@shopify/mini-oxygen": "^4.0.1",
"@shopify/oxygen-workers-types": "4.2.0",
"@tailwindcss/forms": "0.5.11",
"@tailwindcss/typography": "0.5.19",
"@total-typescript/ts-reset": "0.6.1",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@weaverse/biome": "5.7.3",
"cross-env": "10.1.0",
"tailwindcss": "^4.2.1",
"ts-node": "10.9.2",
"typescript": "5.9.3",
"vite": "^6.4.1",
"vite-tsconfig-paths": "6.1.1"
},
"optionalDependencies": {
"@esbuild/linux-x64": "0.27.3"
},
"engines": {
"node": ">=20"
}
}