forked from GatewayLabs/ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
128 lines (128 loc) · 4.05 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
{
"name": "ui",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "yarn website:dev",
"start": "nx serve website --prod",
"test": "nx test",
"storybook": "nx storybook storybook",
"website:dev": "nx run website:dev",
"website:build": "nx build website",
"website:generate": "nx run website:generate",
"nx:upgrade": "nx migrate latest && yarn && nx migrate --run-migrations && rm migrations.json"
},
"private": true,
"dependencies": {
"@biconomy/mexa": "^2.0.33",
"@emotion/react": "11.8.2",
"@emotion/server": "11.4.0",
"@emotion/styled": "11.8.1",
"@fontsource/plus-jakarta-sans": "^4.5.6",
"@graphql-codegen/typescript-graphql-request": "^4.4.8",
"@graphql-codegen/typescript-resolvers": "^2.7.1",
"@hookform/resolvers": "^2.8.8",
"@mui/icons-material": "^5.6.1",
"@mui/material": "^5.6.1",
"@mui/system": "^5.6.3",
"@mui/x-date-pickers": "^5.0.0-beta.1",
"@next/bundle-analyzer": "^12.2.2",
"@nrwl/next": "14.0.3",
"@sentry/nextjs": "^7.0.0",
"change-case": "^4.1.2",
"clsx": "^1.1.1",
"colord": "^2.9.2",
"core-js": "^3.6.5",
"ethers": "^5.6.8",
"fast-blurhash": "^1.0.1",
"framer-motion": "^6.3.3",
"graphql": "^16.4.0",
"graphql-request": "^4.2.0",
"luxon": "^3.0.1",
"mui-nested-menu": "^2.0.2",
"next": "^12.1.6",
"next-progress": "^2.2.0",
"next-translate": "^1.4.0",
"react": "18.0.0",
"react-beautiful-dnd": "^13.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.0.0",
"react-easy-crop": "^4.2.0",
"react-hook-form": "^7.31.1",
"react-icons": "^4.4.0",
"react-json-view": "^1.21.3",
"react-query": "^3.39.0",
"react-use": "^17.3.2",
"regenerator-runtime": "0.13.7",
"swiper": "^8.1.4",
"tslib": "^2.0.0",
"type-fest": "^2.12.2",
"use-breakpoint": "^3.0.2",
"wagmi": "^0.4.3",
"yup": "^0.32.11",
"zod": "^3.17.3"
},
"devDependencies": {
"@babel/core": "7.12.13",
"@babel/preset-typescript": "7.12.13",
"@emotion/babel-plugin": "11.9.2",
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/import-types-preset": "^2.1.15",
"@graphql-codegen/typescript": "^2.4.8",
"@graphql-codegen/typescript-operations": "^2.3.5",
"@nrwl/cli": "14.0.3",
"@nrwl/cypress": "14.0.3",
"@nrwl/eslint-plugin-nx": "14.0.3",
"@nrwl/jest": "14.0.3",
"@nrwl/linter": "14.0.3",
"@nrwl/react": "14.0.3",
"@nrwl/storybook": "14.0.3",
"@nrwl/web": "14.0.3",
"@nrwl/workspace": "14.0.3",
"@ns3/nx-jest-playwright": "^2.4.0",
"@storybook/addon-a11y": "^6.4.21",
"@storybook/addon-essentials": "~6.4.12",
"@storybook/builder-webpack5": "~6.4.12",
"@storybook/core-server": "~6.4.12",
"@storybook/manager-webpack5": "~6.4.12",
"@storybook/react": "~6.4.12",
"@svgr/webpack": "^5.4.0",
"@swc/core": "~1.2.143",
"@swc/jest": "0.2.20",
"@testing-library/react": "13.1.1",
"@types/jest": "27.4.1",
"@types/node": "16.11.7",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@typescript-eslint/eslint-plugin": "~5.18.0",
"@typescript-eslint/parser": "~5.18.0",
"babel-jest": "27.5.1",
"babel-loader": "8.1.0",
"concurrently": "^7.2.0",
"cypress": "^9.1.0",
"dotenv": "^16.0.0",
"eslint": "~8.12.0",
"eslint-config-next": "12.1.5",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-editorconfig": "^3.2.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-import-helpers": "^1.2.1",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.4.0",
"jest": "27.5.1",
"jest-playwright-preset": "^1.7.0",
"nx": "14.0.3",
"playwright": "^1.20.2",
"prettier": "^2.5.1",
"react-docgen-typescript": "^2.2.2",
"react-test-renderer": "18.0.0",
"swc-loader": "0.1.15",
"ts-jest": "27.1.4",
"ts-node": "9.1.1",
"typescript": "~4.6.2",
"url-loader": "^3.0.0"
}
}