-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
159 lines (159 loc) · 5.38 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
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
{
"name": "mission-web3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"typecheck": "tsc --noEmit",
"prettier": "prettier --write \"./src/**/*.{ts,tsx}\"",
"prettier:check": "prettier --check \"./src/**/*.{ts,tsx}\"",
"prepare": "husky install",
"hardhat:contract:test": "cd smart-contract && hardhat test",
"hardhat:contract:compile": "cd smart-contract && hardhat compile",
"hardhat:contract:coverage": "cd smart-contract && hardhat coverage",
"hardhat:contract:size": "cd smart-contract && node calculate.js",
"hardhat:deploy:goerli": "cd smart-contract && hardhat deploy --network goerli --tags pomp",
"hardhat:local": "cd smart-contract && hardhat node",
"hardhat:mumbai": "cd smart-contract && hardhat --network mumbai",
"hardhat:local:accounts": "cd smart-contract && hardhat accounts",
"hardhat:export-abi": "cd smart-contract && hardhat export-abi"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@next/font": "^13.1.2",
"@tailwindcss/forms": "^0.5.2",
"@tanstack/react-query": "^4.3.4",
"@vercel/og": "^0.0.27",
"@wagmi/core": "^0.9.0",
"@walletconnect/web3-provider": "^1.8.0",
"@web3auth/web3auth": "^2.1.2",
"abitype": "^0.1.7",
"axios": "^0.27.2",
"clsx": "^1.2.1",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"filepond": "^4.30.4",
"filepond-plugin-file-rename": "^1.1.8",
"filepond-plugin-file-validate-size": "^2.2.7",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-crop": "^2.0.6",
"filepond-plugin-image-edit": "^1.6.3",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.11",
"filepond-plugin-image-resize": "^2.0.10",
"filepond-plugin-image-transform": "^3.8.7",
"firebase": "^9.12.1",
"firebase-admin": "^11.2.0",
"firebase-functions": "^3.22.0",
"formik": "^2.2.9",
"framer-motion": "^7.6.2",
"ipfs-http-client": "^60.0.0",
"lodash": "^4.17.21",
"lokijs": "^1.5.12",
"magic-sdk": "^9.0.0",
"markdown-to-jsx": "^7.1.7",
"moralis": "^2.6.0",
"nanoid": "^4.0.0",
"next": "13.1.4",
"next-seo": "^5.15.0",
"next-themes": "npm:@wits/next-themes",
"pino-pretty": "^9.1.1",
"pkce-challenge": "^3.0.0",
"plaiceholder": "^2.5.0",
"react": "^18.2.0",
"react-cool-inview": "^3.0.1",
"react-countdown": "^2.3.2",
"react-datepicker": "^4.8.0",
"react-dom": "^18.2.0",
"react-filepond": "^7.1.2",
"react-firebase-hooks": "^5.0.3",
"react-hot-toast": "^2.3.0",
"react-icons": "^4.4.0",
"react-textarea-autosize": "^8.3.4",
"server-only": "^0.0.1",
"sharp": "^0.30.7",
"wagmi": "^0.11.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@khronus/time-cog": "^1.0.2",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.4",
"@nomicfoundation/hardhat-network-helpers": "^1.0.4",
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
"@nomiclabs/hardhat-ethers": "^2.1.1",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@openzeppelin/contracts": "^4.7.3",
"@openzeppelin/contracts-upgradeable": "^4.8.0-rc.1",
"@openzeppelin/hardhat-upgrades": "^1.21.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.7",
"@tanstack/react-query-devtools": "^4.3.5",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/chai": "^4.3.3",
"@types/dotenv": "^8.2.0",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.18",
"@types/react": "^18.0.26",
"@types/react-datepicker": "^4.4.2",
"@types/react-dom": "^18.0.6",
"@types/tailwindcss": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"autoprefixer": "^10.4.13",
"chai": "^4.3.7",
"chai-ethers": "^0.0.1",
"eslint": "^8.22.0",
"eslint-config-next": "^13.1.4",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-tailwindcss": "^3.8.2",
"eslint-plugin-unused-imports": "^2.0.0",
"firebase-functions-test": "^2.3.0",
"fs-extra": "^10.1.0",
"hardhat": "^2.12.6",
"hardhat-abi-exporter": "^2.10.0",
"hardhat-deploy": "^0.11.18",
"hardhat-gas-reporter": "^1.0.8",
"hardhat-log-remover": "^2.0.2",
"hardhat-spdx-license-identifier": "^2.0.3",
"husky": "^8.0.1",
"keccak256": "^1.0.6",
"lint-staged": "^13.0.3",
"merkletreejs": "^0.2.32",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prettier-plugin-solidity": "^1.0.0-beta.24",
"prettier-plugin-tailwindcss": "^0.2.2",
"solhint": "^3.3.7",
"solidity-coverage": "^0.7.21",
"tailwindcss": "^3.2.4",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"typechain": "^8.1.1",
"typescript": "^4.9.4"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --cache --fix",
"prettier --write"
]
},
"prettier": {
"arrowParens": "always",
"useTabs": false,
"trailingComma": "none",
"singleQuote": true,
"tabWidth": 2,
"semi": true,
"printWidth": 100
}
}