-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
187 lines (187 loc) · 6.36 KB
/
package.json
File metadata and controls
187 lines (187 loc) · 6.36 KB
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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
{
"name": "socious-web-app",
"private": true,
"version": "8.1.2",
"type": "module",
"scripts": {
"dev": "vite --port 3000 --host 0.0.0.0 --mode development",
"preview": "vite preview",
"test": "vite --port 3000 --host 0.0.0.0 --mode test",
"build": "vite build --mode production",
"open:android": "npm run build && npx cap sync android && npx cap open android",
"open:ios": "npm run build && npx cap sync ios && npx cap open ios",
"config:ios": "npx trapeze run trapeze-config.yaml --ios-project ios/App -y",
"config:android": "npx trapeze run trapeze-config.yaml --android-project android -y",
"build:icons": "npx @capacitor/assets generate --iconBackgroundColor '#183E3B' --splashBackgroundColor '#183E3B'",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"cypress:update": "cypress run --env updateSnapshots=true",
"story": "storybook dev -p 6006",
"story:build": "storybook build",
"prepare": "husky install",
"prettier": "npx prettier .",
"prettier:fix": "npx prettier --write",
"eslint:fix": "eslint --fix",
"typecheck": "tsc",
"typecheck:staged": "tsc-files",
"generate:translations": "node src/core/generate-languages.js",
"lint": "lint-staged"
},
"dependencies": {
"@capacitor-firebase/messaging": "^7.3.1",
"@capacitor/action-sheet": "^7.0.2",
"@capacitor/android": "^7.4.3",
"@capacitor/app": "^7.0.1",
"@capacitor/browser": "^7.0.2",
"@capacitor/camera": "^7.0.2",
"@capacitor/core": "^7.4.2",
"@capacitor/dialog": "^7.0.1",
"@capacitor/haptics": "^7.0.1",
"@capacitor/ios": "^7.4.3",
"@capacitor/preferences": "^7.0.1",
"@capacitor/push-notifications": "^7.0.1",
"@capacitor/toast": "^7.0.2",
"@capgo/capacitor-social-login": "^7.11.4",
"@datadog/browser-rum": "^6.22.0",
"@emoji-mart/react": "^1.1.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@hookform/resolvers": "^5.0.1",
"@ionic/pwa-elements": "^3.3.0",
"@mui/material": "^7.0.2",
"@mui/x-date-pickers": "^8.2.0",
"@reduxjs/toolkit": "^2.8.1",
"@reown/appkit": "^1.8.2",
"@reown/appkit-adapter-wagmi": "^1.7.17",
"@storybook/addon-designs": "^8.2.1",
"@stripe/stripe-js": "^7.9.0",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-table": "^8.21.3",
"@web3modal/ethers": "^5.1.11",
"axios": "^1.12.2",
"cardano-bridge": "github:socious-io/cardano-bridge#v0.0.6",
"country-flag-icons": "^1.5.19",
"dotenv": "^17.2.3",
"ethers": "^6.15.0",
"firebase": "^11.10.0",
"i18next": "^25.7.1",
"i18next-browser-languagedetector": "^8.2.0",
"iso-country-currency": "^0.7.2",
"js-base64": "^3.7.8",
"js-cookie": "^3.0.5",
"markdown-to-jsx": "^7.7.12",
"moment": "^2.30.1",
"qrcode.react": "^4.2.0",
"ramda": "^0.31.3",
"react": "^18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.8",
"react-easy-crop": "^5.4.1",
"react-error-boundary": "^6.0.0",
"react-google-recaptcha": "^3.1.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.65.0",
"react-i18next": "^15.7.3",
"react-infinite-scroller": "^1.2.6",
"react-intersection-observer": "^9.16.0",
"react-otp-input": "^3.1.1",
"react-qr-code": "^2.0.18",
"react-redux": "^9.2.0",
"react-router-dom": "^7.5.3",
"react-select": "^5.10.2",
"socket.io-client": "^4.8.1",
"ssi-auth-lib": "^0.0.12",
"uuid": "^11.1.0",
"viem": "^2.31.7",
"vite-plugin-node-polyfills": "^0.24.0",
"vite-tsconfig-paths": "^5.1.4",
"wagmi": "^2.17.1",
"yup": "^1.7.0"
},
"devDependencies": {
"@babel/core": "^7.28.0",
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^7.4.2",
"@chromatic-com/storybook": "^3.2.6",
"@eslint/compat": "^1.3.2",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.28.0",
"@storybook/addon-a11y": "^8.6.12",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-interactions": "^8.6.12",
"@storybook/addon-links": "^8.6.12",
"@storybook/addon-onboarding": "^8.6.12",
"@storybook/addon-styling-webpack": "^1.0.1",
"@storybook/blocks": "^8.6.12",
"@storybook/react": "^8.6.12",
"@storybook/react-vite": "^8.6.12",
"@storybook/test": "^8.6.12",
"@swc/core": "^1.13.3",
"@swc/jest": "^0.2.38",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@trapezedev/configure": "^7.1.3",
"@types/jest": "^29.5.14",
"@types/js-cookie": "^3.0.6",
"@types/ramda": "^0.30.2",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"@types/react-google-recaptcha": "^2.1.9",
"@types/react-helmet": "^6.1.11",
"@types/react-infinite-scroller": "^1.2.5",
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^8.45.0",
"@vitejs/plugin-react-swc": "^4.1.0",
"autoprefixer": "^10.4.21",
"babel-loader": "^10.0.0",
"caniuse-lite": "^1.0.30001759",
"cypress": "^14.5.4",
"cypress-file-upload": "^5.0.8",
"eslint": "^9.34.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-cypress": "^5.1.1",
"eslint-plugin-i18next": "^6.1.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.6.3",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-storybook": "^9.0.7",
"globals": "^16.4.0",
"husky": "^9.1.7",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.1.2",
"lint-staged": "^16.2.3",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"sass": "^1.93.2",
"storybook": "^8.6.14",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.4.1",
"tsc-files": "^1.1.4",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-plugin-wasm": "^3.4.1"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint",
"pre-push": "npm run typecheck && npm run build"
}
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
"npm run eslint:fix",
"npm run prettier:fix"
],
"*.{css,scss,md}": "npm run prettier:fix",
"src/core/translation/locales/en/**/*.json": [
"npm run generate:translations"
]
}
}