-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
152 lines (152 loc) · 4.52 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
{
"name": "@newm-web/source",
"version": "0.0.0",
"private": true,
"license": "MIT",
"dependencies": {
"@dexhunterio/swaps": "^0.0.112",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.2.5",
"@mui/material": "^5.13.5",
"@mui/material-nextjs": "^5.15.6",
"@newm.io/cardano-dapp-wallet-connector": "^1.1.0",
"@next/third-parties": "^15.0.3",
"@react-oauth/google": "^0.11.0",
"@reduxjs/toolkit": "^2.1.0",
"@sentry/cli": "^2.21.2",
"@sentry/react": "7.72.0",
"@swc/helpers": "~0.5.2",
"async-mutex": "^0.3.2",
"axios": "^1.5.0",
"buffer": "^6.0.3",
"cloudinary-react": "^1.7.1",
"cross-env": "^7.0.3",
"currency.js": "^2.0.4",
"emoji-regex": "^10.3.0",
"formik": "^2.2.9",
"hls.js": "^1.5.7",
"howler": "^2.2.3",
"js-cookie": "^3.0.5",
"jwt-decode": "^3.1.2",
"launchdarkly-react-client-sdk": "^3.5.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"next": "14.0.4",
"react": "18.2.0",
"react-apple-signin-auth": "^1.1.0",
"react-audio-visualize": "^1.1.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-ga4": "^2.1.0",
"react-input-mask": "^2.0.4",
"react-intersection-observer": "^9.4.3",
"react-is": "18.2.0",
"react-number-format": "^5.4.2",
"react-qrcode-logo": "^2.10.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.21.3",
"recaptcha-v3": "^1.10.0",
"redux-persist": "^6.0.0",
"styled-components": "6.1.8",
"tslib": "^2.3.0",
"web-vitals": "^3.3.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-react": "^7.14.5",
"@nx/eslint": "18.0.4",
"@nx/eslint-plugin": "18.0.4",
"@nx/jest": "18.0.4",
"@nx/js": "18.0.4",
"@nx/next": "18.0.4",
"@nx/react": "18.0.4",
"@nx/storybook": "18.0.4",
"@nx/vite": "18.0.4",
"@nx/workspace": "18.0.4",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/core-server": "^7.5.3",
"@storybook/jest": "^0.2.3",
"@storybook/react-vite": "^7.5.3",
"@storybook/test-runner": "^0.16.0",
"@storybook/testing-library": "^0.2.2",
"@swc-node/register": "~1.8.0",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.85",
"@swc/plugin-styled-components": "^1.5.67",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "^13.5.0",
"@types/history": "^5.0.0",
"@types/howler": "^2.2.7",
"@types/jest": "^29.4.0",
"@types/js-cookie": "^3.0.1",
"@types/node": "18.19.15",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.18",
"@types/react-input-mask": "^3.0.2",
"@types/react-is": "18.2.2",
"@types/react-router-dom": "^5.3.3",
"@types/redux-logger": "^3.0.9",
"@types/styled-components": "5.1.26",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-v8": "1.2.2",
"babel-jest": "^29.4.1",
"babel-plugin-styled-components": "1.10.7",
"eslint": "8.48.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-testing-library": "^6.0.1",
"eslint-plugin-typescript-sort-keys": "^3.1.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jsdom": "~22.1.0",
"nx": "18.0.4",
"prettier": "^2.6.2",
"prettier-eslint": "15.0.1",
"prettier-eslint-cli": "^7.1.0",
"redux-logger": "^3.0.6",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "5.3.3",
"vite": "5.1.1",
"vite-plugin-dts": "~2.3.0",
"vite-tsconfig-paths": "^4.2.1"
},
"engineStrict": true,
"engines": {
"node": ">=18.19.0 <19",
"npm": ">=10.2.3 <11"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"jest": {
"moduleNameMapper": {
"axios": "axios/dist/node/axios.cjs"
}
}
}