-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 3.68 KB
/
Copy pathpackage.json
File metadata and controls
106 lines (106 loc) · 3.68 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
{
"name": "@alphaday/frontend",
"private": true,
"version": "3.7.2",
"type": "module",
"scripts": {
"prepare": "export VITE_COMMIT=$(git rev-parse --short HEAD)",
"dev": "pwa-assets-generator && VITE_COMMIT=$(git rev-parse --short HEAD) VITE_COMMIT_TS=$(git log -1 --pretty='format:%cd' --date=format:'%Y-%m-%d %H:%M:%S') vite",
"dev:ssl": "USE_SSL=true yarn dev --host --port 443",
"build": "pwa-assets-generator && VITE_COMMIT=$(git rev-parse --short HEAD) VITE_COMMIT_TS=$(git log -1 --pretty='format:%cd' --date=format:'%Y-%m-%d %H:%M:%S') vite build",
"build:android:dev": "ionic capacitor build android -- --mode development",
"build:android:prod": "node env-check.cjs && ionic capacitor build android --prod",
"platform:add": "ionic capacitor add",
"generate-pwa-assets": "pwa-assets-generator",
"preview": "vite preview",
"test.e2e": "cypress run",
"test.unit": "vitest",
"lint": "eslint --max-warnings=0 --ignore-path .gitignore . --ext ts --ext tsx",
"resources": "cordova-res ios --skip-config --copy && cordova-res android --skip-config --copy",
"typecheck": "tsc"
},
"dependencies": {
"@alphaday/ui-kit": "0.0.0",
"@capacitor/android": "5.4.1",
"@capacitor/app": "5.0.7",
"@capacitor/core": "5.7.4",
"@capacitor/haptics": "5.0.7",
"@capacitor/keyboard": "5.0.8",
"@capacitor/status-bar": "5.0.7",
"@ionic/react": "7.8.1",
"@ionic/react-router": "7.8.1",
"@react-oauth/google": "0.12.1",
"@reduxjs/toolkit": "1.8.0",
"@sentry/react": "7.109.0",
"@types/dompurify": "3.2.0",
"@uniswap/widgets": "2.59.0",
"@wagmi/core": "1.3.8",
"@web3modal/ethereum": "2.7.1",
"@web3modal/react": "2.7.0",
"chroma-js": "3.1.2",
"dompurify": "3.2.4",
"es6-error": "4.1.1",
"firebase": "10.0.0",
"html2canvas": "1.4.1",
"i18next": "23.16.5",
"i18next-browser-languagedetector": "8.2.0",
"ionicons": "7.3.0",
"md5": "2.3.0",
"moment": "2.30.1",
"moment-with-locales-es6": "1.0.1",
"query-string": "9.1.1",
"react": "18.2.0",
"react-beautiful-dnd": "13.1.1",
"react-dom": "18.2.0",
"react-ga4": "2.1.0",
"react-hot-toast": "2.4.1",
"react-i18next": "15.1.1",
"react-laag": "2.0.5",
"react-markdown": "10.1.0",
"react-microsoft-clarity": "1.2.0",
"react-redux": "8.0.2",
"react-router": "5.3.4",
"react-router-dom": "5.3.4",
"react-select": "5.8.1",
"react-super-seo": "1.1.9",
"react-use-audio-player": "AlphadayHQ/useAudioPlayer",
"redux-persist": "6.0.0",
"remark-breaks": "4.0.0",
"sharp": "0.32.6",
"unist-util-visit": "5.0.0",
"uuid": "9.0.0",
"viem": "1.2.5",
"wagmi": "1.3.9",
"web3": "1.9.0",
"web3-eth-accounts": "1.9.0"
},
"devDependencies": {
"@capacitor/cli": "5.4.1",
"@ionic/cli": "7.2.0",
"@testing-library/react": "15.0.7",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.4.3",
"@types/chroma-js": "3.1.1",
"@types/md5": "2.3.5",
"@types/react-beautiful-dnd": "13.1.8",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"@types/react-test-renderer": "18.0.0",
"@types/uuid": "9.0.2",
"@vite-pwa/assets-generator": "0.2.4",
"@vitejs/plugin-basic-ssl": "1.2.0",
"@vitejs/plugin-legacy": "5.3.2",
"cordova-res": "0.15.4",
"cypress": "12.17.4",
"dotenv": "16.4.5",
"happy-dom": "20.0.7",
"react-test-renderer": "18.2.0",
"sharp": "0.32.6",
"svgo": "3.2.0",
"terser": "5.39.2",
"vite-plugin-image-optimizer": "1.1.8",
"vite-plugin-optimize-css-modules": "1.0.4",
"vite-plugin-pwa": "0.19.2",
"vite-plugin-svgr": "3.2.0"
}
}