-
Notifications
You must be signed in to change notification settings - Fork 91
Expand file tree
/
Copy pathpackage.json
More file actions
156 lines (156 loc) · 6.89 KB
/
Copy pathpackage.json
File metadata and controls
156 lines (156 loc) · 6.89 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "@graphcommerce/magento-graphcms",
"homepage": "https://www.graphcommerce.org/",
"repository": "github:graphcommerce-org/graphcommerce",
"version": "10.1.0-canary.37",
"private": true,
"sideEffects": false,
"packageManager": "yarn@4.5.3",
"type": "module",
"engines": {
"node": ">=20 <24.0.0"
},
"scripts": {
"dev": "concurrently -k -n codegen,next 'gc-gql-codegen -w' 'next dev --turbopack' -c 'magenta,cyan'",
"codegen": "graphcommerce codegen && gc-mesh build && (gc-gql-codegen 2>&1 | cat) ",
"build": "graphcommerce codegen && gc-mesh build && (gc-gql-codegen 2>&1 | cat) && next build",
"start": "next start",
"tsc:lint": "tsc --noEmit -p .",
"tsc:perf": "NODE_OPTIONS=--max_old_space_size=10000 tsc --noEmit --generateTrace tsctrace --incremental false && npx @typescript/analyze-trace tsctrace",
"lingui": "cross-env NODE_ENV=development lingui extract --clean",
"postinstall": "is-monorepo '[pkgrun] postinstall' '[pkgrun] patch-package'",
"create-patch": "patch-package --exclude 'package.json$|gql.ts$|interceptor.tsx$|interceptor.ts$|generated/*'"
},
"dependencies": {
"@apollo/client": "^4.0.11",
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.14.1",
"@graphcommerce/cli": "10.1.0-canary.37",
"@graphcommerce/demo-magento-graphcommerce": "10.1.0-canary.37",
"@graphcommerce/ecommerce-ui": "10.1.0-canary.37",
"@graphcommerce/framer-next-pages": "10.1.0-canary.37",
"@graphcommerce/framer-scroller": "10.1.0-canary.37",
"@graphcommerce/framer-utils": "10.1.0-canary.37",
"@graphcommerce/google-datalayer": "10.1.0-canary.37",
"@graphcommerce/google-playstore": "10.1.0-canary.37",
"@graphcommerce/googleanalytics": "10.1.0-canary.37",
"@graphcommerce/googlerecaptcha": "10.1.0-canary.37",
"@graphcommerce/googletagmanager": "10.1.0-canary.37",
"@graphcommerce/graphql": "10.1.0-canary.37",
"@graphcommerce/graphql-codegen-near-operation-file": "10.1.0-canary.37",
"@graphcommerce/graphql-codegen-relay-optimizer-plugin": "10.1.0-canary.37",
"@graphcommerce/graphql-mesh": "10.1.0-canary.37",
"@graphcommerce/hygraph-cli": "10.1.0-canary.37",
"@graphcommerce/hygraph-dynamic-rows": "10.1.0-canary.37",
"@graphcommerce/hygraph-ui": "10.1.0-canary.37",
"@graphcommerce/image": "10.1.0-canary.37",
"@graphcommerce/lingui-next": "10.1.0-canary.37",
"@graphcommerce/magento-cart": "10.1.0-canary.37",
"@graphcommerce/magento-cart-checkout": "10.1.0-canary.37",
"@graphcommerce/magento-cart-coupon": "10.1.0-canary.37",
"@graphcommerce/magento-cart-email": "10.1.0-canary.37",
"@graphcommerce/magento-cart-items": "10.1.0-canary.37",
"@graphcommerce/magento-cart-payment-method": "10.1.0-canary.37",
"@graphcommerce/magento-cart-shipping-address": "10.1.0-canary.37",
"@graphcommerce/magento-cart-shipping-method": "10.1.0-canary.37",
"@graphcommerce/magento-category": "10.1.0-canary.37",
"@graphcommerce/magento-cms": "10.1.0-canary.37",
"@graphcommerce/magento-compare": "10.1.0-canary.37",
"@graphcommerce/magento-customer": "10.1.0-canary.37",
"@graphcommerce/magento-graphql": "10.1.0-canary.37",
"@graphcommerce/magento-graphql-rest": "10.1.0-canary.37",
"@graphcommerce/magento-newsletter": "10.1.0-canary.37",
"@graphcommerce/magento-payment-included": "10.1.0-canary.37",
"@graphcommerce/magento-payment-tokens": "10.1.0-canary.37",
"@graphcommerce/magento-product": "10.1.0-canary.37",
"@graphcommerce/magento-product-bundle": "10.1.0-canary.37",
"@graphcommerce/magento-product-configurable": "10.1.0-canary.37",
"@graphcommerce/magento-product-downloadable": "10.1.0-canary.37",
"@graphcommerce/magento-product-grouped": "10.1.0-canary.37",
"@graphcommerce/magento-product-simple": "10.1.0-canary.37",
"@graphcommerce/magento-product-virtual": "10.1.0-canary.37",
"@graphcommerce/magento-recently-viewed-products": "10.1.0-canary.37",
"@graphcommerce/magento-review": "10.1.0-canary.37",
"@graphcommerce/magento-search": "10.1.0-canary.37",
"@graphcommerce/magento-store": "10.1.0-canary.37",
"@graphcommerce/magento-wishlist": "10.1.0-canary.37",
"@graphcommerce/next-config": "10.1.0-canary.37",
"@graphcommerce/next-ui": "10.1.0-canary.37",
"@graphcommerce/react-hook-form": "10.1.0-canary.37",
"@graphcommerce/service-worker": "10.1.0-canary.37",
"@graphql-mesh/cli": "0.100.21",
"@graphql-mesh/config": "0.108.21",
"@graphql-mesh/cross-helpers": "0.4.11",
"@graphql-mesh/graphql": "0.104.19",
"@graphql-mesh/http": "0.106.19",
"@graphql-mesh/json-schema": "0.109.20",
"@graphql-mesh/openapi": "0.109.26",
"@graphql-mesh/plugin-http-details-extensions": "0.104.18",
"@graphql-mesh/runtime": "0.106.19",
"@graphql-mesh/transform-encapsulate": "0.104.18",
"@graphql-mesh/transform-filter-schema": "0.104.18",
"@graphql-mesh/transform-hoist-field": "0.105.19",
"@graphql-mesh/transform-naming-convention": "0.105.19",
"@graphql-mesh/transform-prefix": "0.105.19",
"@graphql-mesh/transform-prune": "0.104.18",
"@graphql-mesh/transform-rename": "0.105.19",
"@graphql-mesh/transform-replace-field": "0.105.19",
"@graphql-mesh/transform-type-merging": "0.104.18",
"@graphql-mesh/types": "0.104.18",
"@graphql-mesh/utils": "0.104.18",
"@lingui/conf": "5.7.0",
"@lingui/core": "5.7.0",
"@lingui/format-po": "5.7.0",
"@lingui/loader": "5.7.0",
"@lingui/macro": "5.7.0",
"@lingui/react": "5.7.0",
"@lingui/swc-plugin": "5.10.0",
"@mui/lab": "7.0.1-beta.20",
"@mui/material": "7.3.6",
"@mui/utils": "^7.3.6",
"@next/env": "16.2.6",
"@parcel/watcher": "^2.5.1",
"@serwist/next": "10.0.0-preview.14",
"@unts/patch-package": "^8.1.1",
"concurrently": "8.2.2",
"cross-env": "^7.0.3",
"dotenv": "16.6.1",
"framer-motion": "11.18.2",
"graphql": "^16.12.0",
"next": "16.2.6",
"next-sitemap": "4.2.3",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-hook-form": "7.67.0",
"rxjs": "^7.8.2",
"serwist": "10.0.0-preview.14",
"sharp": "0.34.5",
"ts-node": "^10.9.2",
"webpack": "^5.103.0"
},
"devDependencies": {
"@graphcommerce/eslint-config-pwa": "10.1.0-canary.37",
"@graphcommerce/prettier-config-pwa": "10.1.0-canary.37",
"@graphcommerce/typescript-config-pwa": "10.1.0-canary.37",
"@lingui/cli": "5.7.0",
"@playwright/test": "1.57.0",
"@types/node": "^20.19.27",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/react-is": "^19.2.0",
"eslint": "^9.39.2",
"prettier": "^3.7.4",
"type-fest": "^5.3.0",
"typescript": "5.9.3"
},
"browserslist": [
"> 1% in alt-EU",
"not IE 11"
],
"resolutions": {
"prettier": "3.5.3"
},
"prettier": "@graphcommerce/prettier-config-pwa/classic.js"
}