-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.95 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
{
"name": "segment",
"version": "1.3.4",
"scripts": {
"build": "pnpm generate && next build",
"check-types": "tsc --noEmit",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
"fetch-schema": "curl https://raw.githubusercontent.com/saleor/saleor/${npm_package_saleor_schemaVersion}/saleor/graphql/schema.graphql > graphql/schema.graphql",
"generate": "graphql-codegen",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"start": "next start",
"test": "vitest"
},
"dependencies": {
"@hookform/resolvers": "^3.3.1",
"@saleor/app-sdk": "0.50.1",
"@saleor/macaw-ui": "1.0.0-pre.7",
"@segment/analytics-node": "^1.1.0",
"@tanstack/react-query": "4.29.19",
"@trpc/client": "10.43.7",
"@trpc/next": "10.43.7",
"@trpc/react-query": "10.43.7",
"@trpc/server": "10.43.1",
"@urql/exchange-auth": "2.1.6",
"@vitejs/plugin-react": "4.3.1",
"dotenv": "16.3.1",
"graphql": "16.7.1",
"graphql-tag": "2.12.6",
"jsdom": "^20.0.3",
"next": "14.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.10",
"react-hook-form": "^7.43.9",
"tslog": "^4.9.3",
"urql": "4.0.7",
"usehooks-ts": "^2.9.1",
"vite": "5.3.3",
"vitest": "1.6.0",
"zod": "3.21.4"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/introspection": "4.0.3",
"@graphql-codegen/typed-document-node": "5.0.5",
"@graphql-codegen/typescript": "4.0.5",
"@graphql-codegen/typescript-operations": "4.1.3",
"@graphql-codegen/typescript-urql": "4.0.0",
"@graphql-typed-document-node/core": "3.2.0",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/react": "18.2.5",
"@types/react-dom": "18.2.5",
"node-mocks-http": "^1.12.2",
"tsx": "4.7.1",
"typescript": "5.4.5"
},
"private": true,
"saleor": {
"schemaVersion": "3.14"
},
"type": "module"
}