forked from Weaverse/pilot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 3.76 KB
/
Copy pathpackage.json
File metadata and controls
112 lines (112 loc) · 3.76 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
{
"name": "@weaverse/pilot",
"version": "2026.8.17",
"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",
"build:icons": "node ./other/build-icons.mjs",
"predev": "node ./other/build-icons.mjs",
"add-icon": "node ./other/add-icon.mjs",
"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",
"test:cart-correctness": "node --experimental-strip-types --test tests/cart-correctness.node.mjs",
"typecheck": "tsc --noEmit",
"weaverse:manifest": "node ./other/generate-component-manifest.mjs",
"weaverse:manifest:check": "node ./other/generate-component-manifest.mjs --check",
"weaverse:audit": "node ./other/audit-weaverse-settings.mjs",
"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",
"test:unit": "playwright test --config=playwright.unit.config.ts",
"biome": "biome check",
"biome:fix": "biome check --write",
"format": "biome format --write",
"format:check": "biome format"
},
"dependencies": {
"@fontsource-variable/cabin": "^5.3.0",
"@fontsource-variable/newsreader": "^5.3.0",
"@graphql-codegen/cli": "7.2.0",
"@radix-ui/react-accordion": "1.2.20",
"@radix-ui/react-checkbox": "1.3.11",
"@radix-ui/react-collapsible": "1.1.20",
"@radix-ui/react-dialog": "1.1.23",
"@radix-ui/react-dropdown-menu": "2.1.24",
"@radix-ui/react-navigation-menu": "^1.2.22",
"@radix-ui/react-popover": "1.1.23",
"@radix-ui/react-scroll-area": "1.2.18",
"@radix-ui/react-select": "2.3.7",
"@radix-ui/react-slider": "1.4.7",
"@radix-ui/react-tooltip": "1.2.16",
"@radix-ui/react-visually-hidden": "1.2.11",
"@react-router/dev": "7.16.0",
"@shopify/hydrogen": "^2026.4.5",
"@tailwindcss/vite": "^4.3.3",
"@weaverse/hydrogen": "^5.20.2",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"colord": "2.9.3",
"graphql": "16.14.2",
"isbot": "^5.2.1",
"react": "19.2.8",
"react-country-flag": "3.1.0",
"react-dom": "19.2.8",
"react-intersection-observer": "11.0.0",
"react-player": "^3.4.0",
"react-router": "7.16.0",
"react-share": "5.3.0",
"react-use": "17.6.1",
"schema-dts": "2.0.0",
"swiper": "^14.1.0",
"tailwind-merge": "3.6.0",
"tiny-invariant": "1.3.3",
"zustand": "^5.0.15"
},
"devDependencies": {
"@biomejs/biome": "^2.5.8",
"@playwright/test": "1.62.1",
"@shopify/cli": "^4.6.1",
"@shopify/hydrogen-codegen": "0.3.3",
"@shopify/mini-oxygen": "^4.2.2",
"@shopify/oxygen-workers-types": "4.2.0",
"@tailwindcss/typography": "0.5.20",
"@total-typescript/ts-reset": "0.6.1",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.4",
"@weaverse/biome": "5.8.0",
"tailwindcss": "^4.3.3",
"typescript": "^6.0.3",
"vite": "^8.2.1"
},
"engines": {
"node": ">=22.12.0"
}
}