-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
81 lines (81 loc) · 2.48 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
{
"name": "hosted-pages",
"version": "0.0.83",
"private": true,
"scripts": {
"build": "next build",
"codegen": "graphql-codegen --config codegen.yml",
"dev": "next dev",
"i18n:up": "localazy upload",
"i18n:down": "localazy download",
"lint": "next lint",
"pre-commit": "yarn tsc --noEmit && next lint",
"prepare": "husky install",
"start": "next start",
"test": "vitest"
},
"dependencies": {
"@apollo/client": "^3.8.6",
"@awell-health/ui-library": "0.1.83",
"@awell-health/sol-scheduling": "0.3.29",
"@formsort/react-embed": "^3.1.1",
"@google-cloud/logging": "^11.0.0",
"@localazy/cli": "^1.7.5",
"@sentry/nextjs": "^7.59.3",
"@stripe/react-stripe-js": "^2.7.1",
"@stripe/stripe-js": "^3.4.0",
"date-fns": "^2.29.3",
"graphql": "^16.8.1",
"graphql-ws": "^5.11.3",
"he": "^1.2.0",
"hellosign-embedded": "^2.10.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"next": "12.2.4",
"next-compose-plugins": "^2.2.1",
"next-i18next": "^11.3.0",
"next-images": "^1.8.4",
"query-string": "^7.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-toastify": "^9.0.8",
"stripe": "^15.5.0",
"swr": "^1.3.0",
"use-local-storage": "^2.3.6",
"zod": "^3.21.4"
},
"devDependencies": {
"@faker-js/faker": "^8.2.0",
"@graphql-codegen/add": "^2.0.2",
"@graphql-codegen/cli": "^2.11.3",
"@graphql-codegen/fragment-matcher": "^2.0.1",
"@graphql-codegen/introspection": "^2.2.0",
"@graphql-codegen/typescript": "^2.7.2",
"@graphql-codegen/typescript-operations": "^2.5.2",
"@graphql-codegen/typescript-react-apollo": "^3.3.2",
"@graphql-tools/mock": "^9.0.0",
"@graphql-tools/schema": "^10.0.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/he": "^1.2.0",
"@types/hellosign-embedded": "^2.0.2",
"@types/jsonwebtoken": "^8.5.8",
"@types/lodash": "^4.14.182",
"@types/node": "18.6.1",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@vitejs/plugin-react": "^4.1.0",
"eslint": "^8.52.0",
"eslint-config-next": "12.2.3",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"jsdom": "^22.1.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"typescript": "4.7.4",
"vitest": "^0.34.6"
}
}