This repository was archived by the owner on Jan 26, 2026. It is now read-only.
forked from Weaverse/aspen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 3.24 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 3.24 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
{
"name": "@weaverse/aspen",
"private": true,
"sideEffects": false,
"version": "1.0.0",
"type": "module",
"author": "Weaverse",
"scripts": {
"build": "shopify hydrogen build --codegen",
"dev": "shopify hydrogen dev --codegen --port 3456",
"dev:ca": "shopify hydrogen dev --codegen --port 3456 --customer-account-push__unstable",
"preview": "shopify hydrogen preview --build",
"start": "shopify hydrogen preview",
"typecheck": "tsc --noEmit",
"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 --diagnostic-level=error",
"biome:fix": "biome check --write --diagnostic-level=error",
"format": "biome format --write",
"format:check": "biome format"
},
"dependencies": {
"@fontsource-variable/open-sans": "^5.2.5",
"@fontsource/tenor-sans": "^5.2.6",
"@graphql-codegen/cli": "5.0.7",
"@phosphor-icons/react": "2.1.10",
"@radix-ui/react-accordion": "1.2.11",
"@radix-ui/react-checkbox": "1.3.2",
"@radix-ui/react-collapsible": "1.1.11",
"@radix-ui/react-dialog": "1.1.14",
"@radix-ui/react-dropdown-menu": "2.1.15",
"@radix-ui/react-menubar": "1.1.15",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "1.1.14",
"@radix-ui/react-scroll-area": "1.2.9",
"@radix-ui/react-select": "2.2.5",
"@radix-ui/react-slider": "1.3.5",
"@radix-ui/react-tooltip": "1.2.7",
"@radix-ui/react-visually-hidden": "1.2.3",
"@shopify/hydrogen": "2025.5.0",
"@shopify/remix-oxygen": "3.0.0",
"@tailwindcss/vite": "^4.1.11",
"@weaverse/hydrogen": "^5.3.4",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"colord": "2.9.3",
"cross-env": "7.0.3",
"framer-motion": "12.23.6",
"graphql": "16.11.0",
"graphql-tag": "2.12.6",
"isbot": "5.1.28",
"react": "19.1.0",
"react-country-flag": "3.1.0",
"react-dom": "19.1.0",
"react-intersection-observer": "9.16.0",
"react-player": "^2.16.0",
"react-router": "^7.8.0",
"react-share": "5.2.2",
"react-use": "17.6.0",
"schema-dts": "1.1.5",
"swiper": "11.2.10",
"tailwind-merge": "3.3.1",
"tiny-invariant": "1.3.3",
"typographic-base": "1.0.4"
},
"devDependencies": {
"@biomejs/biome": "^2.1.4",
"@flydotio/dockerfile": "^0.7.10",
"@playwright/test": "1.54.1",
"@react-router/dev": "^7.8.0",
"@react-router/fs-routes": "^7.8.0",
"@shopify/cli": "3.82.1",
"@shopify/hydrogen-codegen": "0.3.3",
"@shopify/mini-oxygen": "3.2.1",
"@shopify/oxygen-workers-types": "4.1.10",
"@tailwindcss/forms": "0.5.10",
"@tailwindcss/typography": "0.5.16",
"@total-typescript/ts-reset": "0.6.1",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@weaverse/biome": "1.5.1",
"cross-env": "7.0.3",
"tailwindcss": "^4.1.11",
"ts-node": "10.9.2",
"typescript": "5.8.3",
"ultracite": "5.0.47",
"vite": "6.3.5",
"vite-tsconfig-paths": "5.1.4"
},
"optionalDependencies": {
"@esbuild/linux-x64": "0.25.8"
},
"engines": {
"node": ">=20"
}
}