-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
88 lines (88 loc) · 2.79 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
87
88
{
"name": "@weaverse/draft",
"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": "npm run build && npm run start",
"start": "shopify hydrogen preview",
"lint": "eslint --no-error-on-unmatched-pattern --ext .js,.ts,.jsx,.tsx .",
"typecheck": "tsc --noEmit",
"codegen": "shopify hydrogen codegen",
"lint:fix": "eslint --fix --ext .js,.ts,.jsx,.tsx .",
"format": "prettier --write --ignore-unknown .",
"format:check": "prettier --check --ignore-unknown .",
"hydrogen": "shopify hydrogen",
"e2e": "npx playwright test",
"e2e:ui": "npx playwright test --ui"
},
"prettier": "@shopify/prettier-config",
"dependencies": {
"@fontsource/roboto": "^5.0.13",
"@graphql-codegen/cli": "^5.0.2",
"@headlessui/react": "2.1.1",
"@remix-run/cloudflare": "^2.10.2",
"@remix-run/react": "2.10.2",
"@remix-run/server-runtime": "2.10.2",
"@shopify/cli": "^3.63.2",
"@shopify/cli-hydrogen": "^8.1.1",
"@shopify/hydrogen": "^2024.4.7",
"@shopify/remix-oxygen": "^2.0.4",
"@weaverse/hydrogen": "^3.2.1",
"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.11",
"keen-slider": "^6.8.6",
"lucide-react": "^0.400.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-intersection-observer": "9.10.3",
"react-player": "^2.16.0",
"react-use": "17.5.0",
"schema-dts": "1.1.2",
"tiny-invariant": "1.3.3",
"typographic-base": "1.0.4"
},
"devDependencies": {
"@playwright/test": "^1.45.1",
"@remix-run/dev": "2.10.2",
"@remix-run/eslint-config": "2.10.2",
"@shopify/eslint-plugin": "45.0.0",
"@shopify/hydrogen-codegen": "^0.3.1",
"@shopify/mini-oxygen": "^3.0.3",
"@shopify/oxygen-workers-types": "^4.1.3",
"@shopify/prettier-config": "1.1.2",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.13",
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.56.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"eslint-plugin-hydrogen": "0.12.3",
"postcss": "8.4.39",
"postcss-import": "16.1.0",
"postcss-preset-env": "9.5.15",
"prettier": "3.3.2",
"rimraf": "5.0.7",
"tailwindcss": "3.4.4",
"typescript": "5.5.3",
"vite": "^5.3.3",
"vite-tsconfig-paths": "^4.3.2"
},
"optionalDependencies": {
"@esbuild/linux-x64": "^0.23.0"
},
"engines": {
"node": ">=18.0.0"
}
}