generated from Weaverse/pilot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.59 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
{
"name": "@weaverse/pilot",
"private": true,
"sideEffects": false,
"version": "3.0.3",
"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.0.14",
"@graphql-codegen/cli": "5.0.2",
"@headlessui/react": "2.1.2",
"@phosphor-icons/react": "^2.1.7",
"@radix-ui/react-checkbox": "1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.2",
"@remix-run/react": "2.11.1",
"@remix-run/server-runtime": "2.11.1",
"@shopify/cli": "^3.67.1",
"@shopify/hydrogen": "^2024.7.7",
"@shopify/remix-oxygen": "^2.0.7",
"@weaverse/hydrogen": "^3.4.2",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"cross-env": "7.0.3",
"graphql": "16.9.0",
"graphql-tag": "2.12.6",
"isbot": "5.1.15",
"react": "18.3.1",
"react-country-flag": "3.1.0",
"react-dom": "18.3.1",
"react-intersection-observer": "9.13.0",
"react-player": "2.16.0",
"react-use": "17.5.1",
"schema-dts": "1.1.2",
"swiper": "^11.1.14",
"tailwind-merge": "2.5.2",
"tiny-invariant": "1.3.3",
"typographic-base": "1.0.4"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@playwright/test": "1.46.0",
"@remix-run/dev": "2.11.1",
"@shopify/hydrogen-codegen": "0.3.1",
"@shopify/mini-oxygen": "^3.0.5",
"@shopify/oxygen-workers-types": "4.1.4",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.14",
"@total-typescript/ts-reset": "0.5.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@weaverse/biome": "^1.1.0",
"cross-env": "7.0.3",
"postcss": "8.4.41",
"postcss-import": "16.1.0",
"postcss-preset-env": "10.0.1",
"tailwindcss": "3.4.10",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"vite": "5.4.1",
"vite-tsconfig-paths": "5.0.1"
},
"optionalDependencies": {
"@esbuild/linux-x64": "0.23.0"
},
"engines": {
"node": ">=18.0.0"
}
}