-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
55 lines (55 loc) · 1.62 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
{
"name": "destat",
"version": "1.0.0",
"description": "This is a platform that enables the transparent statistics and surveys, allowing the contributors to get the rewards for participating in surveys. It's obviously contrast to a centralized statistics office.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/kjeom/destat"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@openzeppelin/contracts": "^5.1.0",
"@semaphore-protocol/contracts": "^4.7.2",
"@types/jsonwebtoken": "^9.0.8",
"@types/react": "^18.3.12",
"autoprefixer": "^10.4.20",
"hardhat": "^2.22.17",
"hardhat-deploy": "^0.14.0",
"mocha": "^10.8.2",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"ts-node": "^10.9.2",
"typescript": "5.7.2"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@kaiachain/ethers-ext": "1.1.1",
"@kaiachain/js-ext-core": "1.1.1",
"@line/liff": "^2.25.1",
"@linenext/dapp-portal-sdk": "^1.2.6",
"@semaphore-protocol/core": "^4.7.2",
"@semaphore-protocol/data": "^4.8.2",
"bootstrap": "^5.3.3",
"currency-codes": "^2.2.0",
"currency.js": "^2.0.4",
"ethers": "^6.13.4",
"flatted": "^3.3.2",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"next": "^15.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"styled-components": "^6.1.13",
"zod": "^3.23.8"
}
}