-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.9 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.9 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
{
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"name": "mahaka",
"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/mahaka_frontend"
],
"dependencies": {
"@dfinity/agent": "^2.1.3",
"@dfinity/auth-client": "^2.1.3",
"@dfinity/candid": "^2.1.3",
"@dfinity/identity": "^2.1.3",
"@dfinity/ledger-icp": "^2.6.2",
"@dfinity/principal": "^2.1.3",
"@dfinity/utils": "^2.6.0",
"@esbuild/darwin-arm64": "^0.24.0",
"@heroicons/react": "^2.1.5",
"@nfid/embed": "^0.10.3",
"@nfid/identitykit": "^1.0.1",
"@react-three/drei": "^9.114.2",
"@react-three/fiber": "^8.17.9",
"@reduxjs/toolkit": "^2.2.5",
"artemis-web3-adapter": "^1.0.8",
"avvvatars-react": "^0.4.2",
"chart.js": "^4.4.4",
"esbuild": "^0.24.0",
"flatpickr": "^4.6.13",
"framer-motion": "^11.2.10",
"i18next": "^23.16.2",
"i18next-browser-languagedetector": "^8.0.0",
"ic-auth": "^0.9.1",
"prop-types": "^15.8.1",
"react-chartjs-2": "^5.2.0",
"react-confetti": "^6.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-flatpickr": "^3.10.13",
"react-i18next": "^15.1.0",
"react-icons": "^5.2.1",
"react-loader-spinner": "^6.1.6",
"react-loading-skeleton": "^3.5.0",
"react-redux": "^9.1.2",
"react-responsive-masonry": "^2.3.0",
"react-router-dom": "^6.23.1",
"react-swipeable": "^7.0.1",
"react-use": "^17.5.1",
"react-use-measure": "^2.1.1",
"recharts": "^2.12.7",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"swiper": "^11.1.5",
"three": "^0.169.0"
},
"devDependencies": {
"esbuild": "^0.24.0"
}
}