forked from saleor/saleor-app-payment-stripe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
152 lines (152 loc) · 5.39 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
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
{
"$schema": "https://json.schemastore.org/package.json",
"name": "saleor-app-payment-stripe",
"description": "Saleor App Payment Stripe is a payment integration app that allows merchants using the Saleor e-commerce platform to accept online payments from customers using Stripe as their payment processor.",
"version": "0.4.0",
"private": true,
"repository": "github:saleor/saleor-app-payment-stripe",
"homepage": "https://github.com/saleor/saleor-app-payment-stripe",
"bugs": {
"url": "https://github.com/saleor/saleor-app-payment-stripe/issues",
"email": "hello@saleor.io"
},
"type": "module",
"scripts": {
"dev": "pnpm generate && next dev",
"build": "pnpm generate && next build",
"deploy": "tsx ./src/deploy.ts",
"start": "next start",
"fetch-schema": "curl https://raw.githubusercontent.com/saleor/saleor/${npm_package_saleor_schemaVersion}/saleor/graphql/schema.graphql > graphql/schema.graphql",
"generate": "pnpm generate:graphql && pnpm generate:schema",
"generate:graphql": "graphql-codegen",
"generate:schema": "pnpm saleor-schema-compiler compile ./src/schemas --definitions ./src/schemas/definitions.json",
"lint": "next lint --fix --dir src",
"lint:ci": "next lint --dir src",
"test": "vitest",
"test:record": "POLLY_MODE=record_missing vitest",
"test:rerecord": "POLLY_MODE=record vitest",
"test:ci": "CI=true vitest --coverage --reporter=json --reporter=default && tsx fix-coverage-report.cjs",
"migrate": "pnpm tsx ./src/run-migrations.ts",
"ts-node-esm": "node --loader ts-node/esm --experimental-specifier-resolution=node",
"prepare": "husky install",
"github:release": "pnpm changeset tag && git push --follow-tags"
},
"saleor": {
"schemaVersion": "3.13"
},
"dependencies": {
"@hookform/resolvers": "3.3.2",
"@next/env": "14.0.4",
"@radix-ui/react-alert-dialog": "1.0.5",
"@saleor/app-sdk": "0.47.2",
"@saleor/macaw-ui": "0.8.0-pre.123",
"@sentry/nextjs": "7.86.0",
"@t3-oss/env-nextjs": "0.7.1",
"@tanstack/react-query": "4",
"@tanstack/react-query-devtools": "4.36.1",
"@trpc/client": "10.44.1",
"@trpc/next": "10.44.1",
"@trpc/server": "10.44.1",
"@urql/exchange-auth": "1.0.0",
"@vanilla-extract/css": "1.14.0",
"@vanilla-extract/next-plugin": "2.3.2",
"@vanilla-extract/recipes": "0.5.1",
"@vitejs/plugin-react": "4.2.1",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
"bluebird": "3.7.2",
"classnames": "2.3.2",
"eslint-plugin-node": "11.1.0",
"graphql": "16.8.1",
"graphql-tag": "2.12.6",
"jose": "5.1.3",
"jsdom": "23.0.1",
"lodash-es": "4.17.21",
"modern-errors": "7.0.0",
"modern-errors-http": "5.0.0",
"modern-errors-serialize": "6.0.0",
"next": "14.0.4",
"omit-deep-lodash": "1.1.7",
"pino": "8.16.2",
"pino-pretty": "10.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.49.1",
"semver": "7.5.4",
"stripe": "14.8.0",
"stripe-event-types": "3.1.0",
"tsx": "4.6.2",
"url-join": "5.0.0",
"urql": "3.0.4",
"uuidv7": "0.6.3",
"webpack": "5.89.0",
"yup": "1.3.2",
"zod": "3.22.4",
"zustand": "4.4.7"
},
"devDependencies": {
"@changesets/cli": "2.27.1",
"@graphql-codegen/add": "5.0.0",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/introspection": "4.0.0",
"@graphql-codegen/typed-document-node": "5.0.1",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/typescript-urql": "4.0.0",
"@graphql-codegen/urql-introspection": "3.0.0",
"@graphql-typed-document-node/core": "3.2.0",
"@pollyjs/adapter-fetch": "6.0.6",
"@pollyjs/adapter-node-http": "6.0.6",
"@pollyjs/core": "6.0.6",
"@pollyjs/persister-fs": "6.0.6",
"@saleor/eslint-plugin-saleor-app": "0.1.2",
"@saleor/json-schema-compiler": "0.1.2",
"@testing-library/jest-dom": "6.1.5",
"@testing-library/react": "14.1.2",
"@testing-library/react-hooks": "8.0.1",
"@types/bluebird": "3.5.42",
"@types/lodash-es": "4.17.12",
"@types/node": "20.10.4",
"@types/omit-deep-lodash": "1.1.3",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.17",
"@types/semver": "7.5.6",
"@types/setup-polly-jest": "0.5.5",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"@vanilla-extract/vite-plugin": "3.9.3",
"@vitest/coverage-v8": "0.34.2",
"vite": "5.0.8",
"dependency-cruiser": "15.5.0",
"eslint": "8.55.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-require-form-method": "1.0.2",
"eslint-plugin-testing-library": "6.2.0",
"eslint-plugin-vitest": "0.3.16",
"husky": "8.0.3",
"json-schema-to-typescript": "13.1.1",
"lint-staged": "15.2.0",
"next-test-api-route-handler": "3.1.10",
"prettier": "3.1.1",
"setup-polly-jest": "0.11.0",
"ts-node": "10.9.2",
"typescript": "5.3.3",
"vite-tsconfig-paths": "4.2.2",
"vitest": "0.34.2"
},
"engines": {
"npm": ">=8.0.0 <10.0.0",
"node": "^20.0.0 || ^22.0.0",
"pnpm": "~8.12.0"
},
"packageManager": "pnpm@8.12.0",
"pnpm": {
"overrides": {
"@urql/exchange-auth>@urql/core": "3.2.2",
"@typescript-eslint/parser": "$@typescript-eslint/parser",
"vite": "$vite"
}
}
}