-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 3.67 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
{
"name": "flightdelay-ui",
"description": "",
"version": "0.1.0",
"scripts": {
"postinstall": "$npm_execpath run typechainOpenzeppelinTypes && $npm_execpath run typechainGif && $npm_execpath run typechainFlight",
"typechainOpenzeppelinTypes": "D=./node_modules/@openzeppelin/contracts/build/contracts && typechain --target ethers-v6 --out-dir src/contracts/openzeppelin-contracts $D/ERC20.json $D/IERC20.json $D/IERC20Permit.json",
"typechainGif": "D=./node_modules/@etherisc/gif-next/artifacts/contracts/ && typechain --target ethers-v6 --out-dir src/contracts/gif $D/product/IApplicationService.sol/IApplicationService.json $D/product/IPolicyService.sol/IPolicyService.json $D/pool/IPoolService.sol/IPoolService.json $D/pool/IBundleService.sol/IBundleService.json $D/oracle/IOracleService.sol/IOracleService.json $D/registry/ChainNft.sol/ChainNft.json $D/registry/IRegistry.sol/IRegistry.json $D/instance/IInstance.sol/IInstance.json $D/instance/InstanceReader.sol/InstanceReader.json $D/instance/module/IPolicy.sol/IPolicy.json $D/instance/module/IRisk.sol/IRisk.json",
"typechainFlight": "D=./node_modules/@etherisc/gif-next/artifacts/contracts/examples/flight && typechain --target ethers-v6 --out-dir src/contracts/flight $D/FlightProduct.sol/FlightProduct.json $D/FlightUSD.sol/FlightUSD.json $D/FlightOracle.sol/FlightOracle.json $D/FlightPool.sol/FlightPool.json $D/FlightOracle.sol/FlightOracle.json $D/FlightLib.sol/FlightLib.json $D/FlightNft.sol/FlightNft.json",
"dev": "next dev",
"build": "next build",
"start": "next start -H ${HOST:-0.0.0.0} -p ${PORT:-3000}",
"lint": "next lint",
"test": "jest",
"testLoop": "jest --watch",
"testLoopCov": "jest --watchAll --coverage",
"coverage": "jest --coverage"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/poppins": "^5.0.8",
"@fontsource/roboto": "^5.0.8",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-regular-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^6.2.0",
"@mui/x-data-grid": "^7.23.2",
"@mui/x-date-pickers": "^7.23.2",
"@react-hooks-hub/use-debounce": "^1.1.5",
"@reduxjs/toolkit": "^2.5.0",
"@types/ua-parser-js": "^0.7.39",
"@uidotdev/usehooks": "^2.4.1",
"abi-coder": "^5.0.0",
"axios": "^1.7.9",
"bufferutil": "^4.0.8",
"dayjs": "^1.11.10",
"encoding": "^0.1.13",
"ethers": "^6.13.4",
"ethers-decode-error": "^2.1.3",
"i18next": "^24.1.0",
"jazzicon": "^1.5.0",
"nanoid": "^5.0.9",
"next": "^15.1.0",
"next-runtime-env": "^3.2.0",
"nextjs-google-analytics": "^2.3.3",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-hook-form": "^7.54.1",
"react-i18next": "^15.2.0",
"react-redux": "^9.2.0",
"react-swipeable": "^7.0.2",
"ua-parser-js": "^2.0.0",
"utf-8-validate": "^6.0.5",
"winston": "^3.17.0"
},
"devDependencies": {
"@etherisc/gif-next": "3.0.0-8200b30-160",
"@hookform/devtools": "^4.3.2",
"@openzeppelin/contracts": "5.0.2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.1",
"@typechain/ethers-v6": "^0.5.1",
"@types/jest": "^29.5.14",
"@types/node": "^22",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-config-next": "^15",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"typechain": "^8.3.2",
"typescript": "^5.7.2"
}
}