-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
86 lines (86 loc) · 2.63 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "@weaverse/pilot",
"private": true,
"sideEffects": false,
"version": "3.0.4",
"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": "npm run build && shopify hydrogen preview",
"typecheck": "tsc --noEmit",
"codegen": "shopify hydrogen codegen",
"hydrogen": "shopify hydrogen",
"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/poppins": "5.1.0",
"@graphql-codegen/cli": "5.0.3",
"@headlessui/react": "2.2.0",
"@phosphor-icons/react": "2.1.7",
"@radix-ui/react-checkbox": "1.1.2",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-tooltip": "1.1.4",
"@remix-run/react": "2.14.0",
"@remix-run/server-runtime": "2.14.0",
"@shopify/cli": "^3.70.0",
"@shopify/hydrogen": "2024.10.0",
"@shopify/remix-oxygen": "2.0.9",
"@weaverse/hydrogen": "4.0.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"colord": "^2.9.3",
"cross-env": "7.0.3",
"framer-motion": "^11.11.0",
"graphql": "16.9.0",
"graphql-tag": "2.12.6",
"isbot": "5.1.17",
"react": "18.3.1",
"react-country-flag": "3.1.0",
"react-dom": "18.3.1",
"react-intersection-observer": "9.13.1",
"react-player": "2.16.0",
"react-use": "17.5.1",
"schema-dts": "1.1.2",
"swiper": "11.1.14",
"tailwind-merge": "2.5.4",
"tiny-invariant": "1.3.3",
"typographic-base": "1.0.4"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@playwright/test": "1.48.2",
"@remix-run/dev": "2.14.0",
"@shopify/hydrogen-codegen": "0.3.2",
"@shopify/mini-oxygen": "3.1.0",
"@shopify/oxygen-workers-types": "4.1.6",
"@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.15",
"@total-typescript/ts-reset": "0.6.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@weaverse/biome": "1.1.0",
"cross-env": "7.0.3",
"postcss": "8.4.49",
"postcss-import": "16.1.0",
"postcss-preset-env": "10.1.0",
"tailwindcss": "3.4.15",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"vite": "5.4.11",
"vite-tsconfig-paths": "5.1.2"
},
"optionalDependencies": {
"@esbuild/linux-x64": "0.24.0"
},
"engines": {
"node": ">=18.0.0"
}
}