-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 2.93 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
{
"name": "@ffa/source",
"version": "0.0.0",
"license": "MIT",
"engines": {
"node": ">=20 <21"
},
"scripts": {
"codegen": "graphql-codegen --config libs/graphql-client/.graphqlrc.ts"
},
"private": true,
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/client-preset": "4.2.5",
"@graphql-typed-document-node/core": "^3.2.0",
"@next/env": "^14.2.3",
"@nx/devkit": "17.3.2",
"@nx/eslint": "17.3.2",
"@nx/eslint-plugin": "17.3.2",
"@nx/jest": "17.3.2",
"@nx/js": "17.3.2",
"@nx/next": "17.3.2",
"@nx/playwright": "17.3.2",
"@nx/react": "17.3.2",
"@nx/storybook": "17.3.2",
"@nx/vite": "17.3.2",
"@nx/web": "17.3.2",
"@nx/workspace": "17.3.2",
"@playwright/test": "^1.36.0",
"@storybook/addon-essentials": "7.6.18",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/core-server": "7.6.18",
"@storybook/jest": "^0.2.3",
"@storybook/nextjs": "^7.5.3",
"@storybook/react": "7.6.18",
"@storybook/react-vite": "7.6.18",
"@storybook/test-runner": "^0.13.0",
"@storybook/testing-library": "^0.2.2",
"@swc-node/register": "~1.6.7",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@tailwindcss/typography": "^0.5.13",
"@testing-library/react": "14.0.0",
"@types/jest": "^29.4.0",
"@types/mdx": "^2.0.13",
"@types/node": "18.16.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/ui": "^1.0.4",
"autoprefixer": "10.4.13",
"babel-jest": "^29.4.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "~8.48.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jsdom": "~22.1.0",
"nx": "17.3.2",
"postcss": "8.4.21",
"prettier": "^2.6.2",
"sass": "1.62.1",
"tailwindcss": "3.2.7",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.3.2",
"vite": "^5.0.0",
"vite-plugin-dts": "~2.3.0",
"vitest": "^1.0.4"
},
"volta": {
"node": "20.12.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@clerk/nextjs": "^5.0.12",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.3",
"@stripe/react-stripe-js": "^2.7.1",
"@stripe/stripe-js": "^3.4.0",
"next": "14.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"stripe": "^15.6.0",
"stripe-event-types": "^3.1.0",
"tslib": "^2.3.0"
}
}