-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.24 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
{
"name": "@graphcommerce/magento-graphcms",
"homepage": "https://www.graphcommerce.org/",
"repository": "github:graphcommerce-org/graphcommerce",
"version": "5.1.1",
"private": true,
"sideEffects": false,
"engines": {
"node": ">=14.18.3"
},
"scripts": {
"dev": "next dev",
"codegen": "mesh build && graphql-codegen",
"build": "mesh build && graphql-codegen && next build && next-sitemap",
"start": "next start",
"tsc:lint": "tsc --noEmit -p .",
"lingui": "cross-env NODE_ENV=development lingui extract --clean",
"postinstall": "is-monorepo '[pkgrun] postinstall' '[pkgrun] patch-package'"
},
"dependencies": {
"@apollo/client": "^3.7.10",
"@emotion/server": "^11.10.0",
"@graphql-mesh/cache-localforage": "^0.7.15",
"@graphql-mesh/graphql": "^0.34.8",
"@graphql-mesh/http": "^0.3.21",
"@graphql-mesh/merger-stitching": "^0.18.17",
"@graphql-mesh/plugin-http-details-extensions": "^0.1.16",
"@graphql-mesh/transform-filter-schema": "^0.15.18",
"@graphql-mesh/utils": "^0.43.15",
"@lingui/core": "3.15.0",
"@lingui/loader": "^3.17.2",
"@lingui/react": "3.15.0",
"@mui/lab": "5.0.0-alpha.112",
"@mui/material": "5.11.0",
"@next/env": "12.2.5",
"apollo3-cache-persist": "^0.14.1",
"concurrently": "7.6.0",
"cookie": "^0.5.0",
"cross-env": "^7.0.3",
"dotenv": "16.0.3",
"fetch-retry": "^5.0.4",
"framer-motion": "7.9.0",
"graphql": "16.6.0",
"js-cookie": "^3.0.1",
"next": "12.2.5",
"next-pwa": "5.6.0",
"next-sitemap": "3.1.32",
"next-transpile-modules": "^10.0.0",
"patch-package": "6.5.0",
"popmotion": "^11.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.5",
"schema-dts": "^1.1.2",
"sharp": "0.31.2",
"webpack": "5.75.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@lingui/cli": "3.15.0",
"eslint": "8.29.0",
"prettier": "2.8.1",
"type-fest": "^3.4.0",
"typescript": "4.9.4"
},
"browserslist": [
"> 1% in alt-EU",
"not IE 11"
],
"prettier": "@graphcommerce/prettier-config-pwa",
"eslintConfig": {
"extends": "@graphcommerce/eslint-config-pwa",
"parserOptions": {
"project": "./tsconfig.json"
}
}
}