This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.34 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
{
"name": "@weaverse/pilot",
"private": true,
"sideEffects": false,
"author": "Weaverse",
"version": "2.5.3",
"scripts": {
"dev": "shopify hydrogen dev --codegen --port 3456",
"build": "shopify hydrogen build",
"preview": "npm run build && shopify hydrogen preview",
"e2e": "npx playwright test",
"e2e:ui": "npx playwright test --ui",
"lint": "eslint --no-error-on-unmatched-pattern --ext .js,.ts,.jsx,.tsx .",
"lint:fix": "eslint --fix --ext .js,.ts,.jsx,.tsx .",
"format": "prettier --write --ignore-unknown .",
"format:check": "prettier --check --ignore-unknown .",
"typecheck": "tsc --noEmit",
"hydrogen": "shopify hydrogen"
},
"browserslist": [
"defaults"
],
"prettier": "@shopify/prettier-config",
"dependencies": {
"@fontsource/roboto": "^5.0.12",
"@headlessui/react": "1.7.18",
"@remix-run/react": "2.8.1",
"@remix-run/server-runtime": "2.8.1",
"@shopify/cli": "3.58.2",
"@shopify/cli-hydrogen": "^7.1.2",
"@shopify/hydrogen": "~2024.1.6",
"@shopify/remix-oxygen": "^2.0.3",
"@weaverse/hydrogen": "3.1.1",
"clsx": "2.1.0",
"cross-env": "7.0.3",
"graphql": "16.8.1",
"graphql-tag": "2.12.6",
"isbot": "5.1.4",
"keen-slider": "^6.8.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intersection-observer": "9.8.2",
"react-player": "^2.15.1",
"react-use": "17.5.0",
"schema-dts": "1.1.2",
"tiny-invariant": "1.3.3",
"typographic-base": "1.0.4"
},
"devDependencies": {
"@playwright/test": "^1.43.0",
"@remix-run/dev": "2.8.1",
"@remix-run/eslint-config": "2.8.1",
"@shopify/eslint-plugin": "44.0.0",
"@shopify/oxygen-workers-types": "^4.0.0",
"@shopify/prettier-config": "1.1.2",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.12",
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.56.7",
"@types/react": "18.2.75",
"@types/react-dom": "18.2.24",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"eslint-plugin-hydrogen": "0.12.3",
"postcss": "8.4.38",
"postcss-import": "16.1.0",
"postcss-preset-env": "9.5.4",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"tailwindcss": "3.4.3",
"typescript": "5.4.4"
},
"optionalDependencies": {
"@esbuild/linux-x64": "^0.20.2"
},
"engines": {
"node": ">=18.0.0"
}
}