-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
117 lines (117 loc) · 3.46 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
{
"name": "su-milan",
"version": "0.0.1",
"private": true,
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"devDependencies": {
"@capacitor/android": "^3.2.5",
"@capacitor/cli": "^3.2.5",
"@capacitor/ios": "^3.2.5",
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/typescript": "^2.4.8",
"@graphql-codegen/typescript-operations": "^2.3.5",
"@graphql-codegen/typescript-urql": "^3.5.7",
"@ngeth/hardhat": "^0.0.5",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nrwl/cli": "13.9.5",
"@nrwl/cypress": "13.9.5",
"@nrwl/eslint-plugin-nx": "13.9.5",
"@nrwl/jest": "13.9.5",
"@nrwl/js": "13.9.5",
"@nrwl/linter": "13.9.5",
"@nrwl/node": "^13.9.5",
"@nrwl/react": "^13.9.5",
"@nrwl/web": "13.9.5",
"@nrwl/workspace": "13.9.5",
"@nxtend/capacitor": "^13.0.0",
"@nxtend/ionic-react": "^13.0.0",
"@openzeppelin/hardhat-upgrades": "^1.16.1",
"@testing-library/react": "12.1.4",
"@testing-library/react-hooks": "7.0.2",
"@types/jest": "27.0.2",
"@types/luxon": "^2.3.1",
"@types/node": "16.11.7",
"@types/react": "17.0.40",
"@types/react-dom": "17.0.13",
"@types/react-router-dom": "5.3.3",
"@types/yup": "^0.29.13",
"@typescript-eslint/eslint-plugin": "~5.10.0",
"@typescript-eslint/parser": "~5.10.0",
"babel-jest": "27.2.3",
"chai": "^4.3.6",
"cypress": "^9.1.0",
"electron": "^17.2.0",
"eslint": "~8.7.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.29.3",
"eslint-plugin-react-hooks": "4.3.0",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.2",
"hardhat": "^2.9.2",
"hardhat-jest-plugin": "^0.0.6",
"jest": "27.2.3",
"mocha": "^9.2.2",
"nx": "13.9.5",
"prettier": "^2.5.1",
"react-test-renderer": "17.0.2",
"ts-jest": "27.0.5",
"typescript": "~4.5.2"
},
"dependencies": {
"@alch/alchemy-web3": "^1.3.0",
"@capacitor/core": "^3.2.5",
"@capacitor/storage": "^1.2.5",
"@hookform/resolvers": "^2.8.8",
"@ionic/react": "^5.8.3",
"@ionic/react-router": "^5.8.3",
"@openzeppelin/contracts-upgradeable": "^4.5.2",
"@pinata/sdk": "^1.1.23",
"@reduxjs/toolkit": "^1.8.0",
"@supabase/supabase-js": "^1.32.1",
"animate.css": "^4.1.1",
"core-js": "^3.6.5",
"date-fns": "^2.28.0",
"dotenv": "^16.0.0",
"graphql": "^16.3.0",
"i18next": "^21.6.14",
"i18next-browser-languagedetector": "^6.1.4",
"ionicons": "^5.5.3",
"isomorphic-unfetch": "^3.1.0",
"jimp": "^0.16.1",
"luxon": "^2.3.1",
"node-fetch": "^3.2.3",
"re-resizable": "^6.9.5",
"react": "17.0.2",
"react-confetti": "^6.0.1",
"react-dom": "17.0.2",
"react-hook-form": "^7.28.1",
"react-i18next": "^11.16.2",
"react-markdown": "^8.0.1",
"react-player": "^2.10.0",
"react-redux": "^7.2.6",
"react-router": "^5.2.0",
"react-router-dom": "5.3.0",
"redux-thunk": "^2.4.1",
"regenerator-runtime": "0.13.7",
"rehype-raw": "^6.1.1",
"tslib": "^2.0.0",
"urql": "^2.2.0",
"web-vitals": "^2.1.4",
"web3": "^1.7.1",
"workbox-core": "^6.5.2",
"workbox-expiration": "^6.5.2",
"workbox-precaching": "^6.5.2",
"workbox-routing": "^6.5.2",
"workbox-strategies": "^6.5.2",
"yup": "^0.32.11"
},
"description": "An Ionic project"
}