-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
62 lines (62 loc) · 1.79 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
{
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"name": "begods",
"scripts": {
"build": "npm run build --workspaces --if-present",
"prebuild": "npm run prebuild --workspaces --if-present",
"pretest": "npm run prebuild --workspaces --if-present",
"start": "npm start --workspaces --if-present",
"test": "npm test --workspaces --if-present"
},
"type": "module",
"workspaces": [
"src/BeGod_frontend"
],
"dependencies": {
"@ant-design/icons": "^5.4.0",
"@chakra-ui/icons": "^2.1.1",
"@dfinity/auth-client": "^2.0.0",
"@dfinity/ledger-icp": "^2.5.0",
"@dfinity/ledger-icrc": "^2.5.0",
"@funded-labs/plug-mobile-sdk": "^0.1.3",
"@reduxjs/toolkit": "^2.2.7",
"antd": "^5.20.5",
"assert": "^2.1.0",
"browser-image-compression": "^2.0.2",
"country-state-city": "^3.2.1",
"crypto-browserify": "^3.12.1",
"framer-motion": "^11.3.29",
"i18next": "^23.15.1",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.6.1",
"ic-auth": "^0.9.1",
"javascript-time-ago": "^2.5.11",
"js-cookie": "^3.0.5",
"moment": "^2.30.1",
"react-card-flip": "^1.2.3",
"react-copy-to-clipboard": "^5.1.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"react-i18next": "^15.0.1",
"react-icons": "^5.3.0",
"react-loading-skeleton": "^3.4.0",
"react-moment": "^1.1.3",
"react-pro-sidebar": "^1.1.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.26.0",
"react-share": "^5.1.0",
"react-spinners": "^0.14.1",
"react-time-ago": "^7.3.3",
"react-toastify": "^10.0.5",
"stream-browserify": "^3.0.0",
"swiper": "^11.1.12",
"uuid": "^10.0.0"
},
"devDependencies": {
"vite": "^5.4.10",
"vite-plugin-optimizer": "^1.4.3"
}
}