-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
140 lines (140 loc) · 4.6 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
{
"name": "frenly",
"version": "1.0.2",
"files": [
"*"
],
"scripts": {
"dev": "next dev",
"typechain": "typechain --target=ethers-v5 --out-dir src/blockchain/typechain src/blockchain/abi/*.abi.json",
"build": "next build",
"start": "next start",
"build-stats": "cross-env ANALYZE=true npm run build",
"export": "next export",
"build-prod": "run-s clean build export",
"clean": "rimraf .next out",
"lint": "next lint",
"lint:fix": "next lint --fix",
"check-types": "tsc --noEmit --pretty",
"test": "jest",
"cypress": "cypress open",
"cypress:headless": "cypress run",
"e2e": "start-server-and-test dev http://localhost:3000 cypress",
"e2e:headless": "start-server-and-test dev http://localhost:3000 cypress:headless",
"prepare": "husky install",
"typechain:generate": "npm run typechain --target=ethers-v5 ./src/blockchain/abi/**/*.json --out-dir=./src/blockchain/types"
},
"dependencies": {
"@apollo/client": "^3.7.0",
"@emotion/react": "^11.10.5",
"@ensdomains/ensjs": "^3.0.0-alpha.48",
"@hookform/error-message": "^2.0.0",
"@hookform/resolvers": "^2.9.7",
"@internationalized/date": "^3.0.1",
"@mantine/carousel": "^5.10.2",
"@mantine/core": "^5.10.2",
"@mantine/form": "^5.10.2",
"@mantine/hooks": "^5.10.2",
"@mantine/next": "^5.10.2",
"@radix-ui/react-dropdown-menu": "^1.0.0",
"@radix-ui/react-navigation-menu": "^1.0.0",
"@react-aria/listbox": "3.7.0",
"@reduxjs/toolkit": "^1.8.3",
"@rtk-query/graphql-request-base-query": "^2.2.0",
"@tanstack/react-table": "^8.5.13",
"@tanstack/react-virtual": "^3.0.0-alpha.0",
"@traderxyz/nft-swap-sdk": "^0.30.0",
"@typechain/ethers-v5": "^10.1.0",
"@types/typescript": "^2.0.0",
"@types/web-push": "^3.3.2",
"@usedapp/core": "^1.1.5",
"async-mutex": "^0.3.2",
"classnames": "^2.3.1",
"clsx": "^1.2.1",
"dayjs": "^1.11.5",
"embla-carousel-react": "^7.0.9",
"ethers": "^5.7.0",
"fast-average-color": "^9.3.0",
"graphql": "^16.6.0",
"graphql-request": "^6.0.0",
"humanize-duration": "^3.27.3",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.4",
"net": "^1.0.2",
"next": "^13.1.1",
"next-pwa": "^5.6.0",
"next-seo": "^5.4.0",
"nft.storage": "^7.0.3",
"nuka-carousel": "^5.4.1",
"object-to-formdata": "^4.4.2",
"omit-deep": "^0.3.0",
"rc-pagination": "^3.1.17",
"react": "^18.2.0",
"react-aria": "^3.20.0",
"react-datepicker": "^4.8.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.34.2",
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "^8.0.5",
"react-stately": "^3.18.0",
"react-table": "^7.8.0",
"react-timer-hook": "^3.0.5",
"react-toastify": "^9.0.8",
"sass": "^1.54.0",
"swiper": "^8.3.2",
"tls": "^0.0.1",
"tw-elements": "^1.0.0-alpha12",
"usehooks-ts": "2.6.0",
"viem": "^0.3.24",
"wagmi": "^1.0.5",
"web-push": "^3.5.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@next/bundle-analyzer": "^12.2.2",
"@next/eslint-plugin-next": "^12.2.3",
"@svgr/webpack": "^6.3.1",
"@types/humanize-duration": "^3.27.1",
"@types/jest": "^28.1.5",
"@types/jsonwebtoken": "^8.5.9",
"@types/node": "^18.0.4",
"@types/react": "^18.0.27",
"@types/react-datepicker": "^4.4.2",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"autoprefixer": "^10.4.8",
"cross-env": "^7.0.3",
"cssnano": "^5.1.12",
"eslint": "^8.19.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "^12.2.2",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-boundaries": "^3.0.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sonarjs": "^0.15.0",
"eslint-plugin-testing-library": "^5.5.1",
"eslint-plugin-unicorn": "^43.0.2",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"start-server-and-test": "^1.14.0",
"tailwindcss": "^3.1.8",
"typechain": "^8.1.0",
"typescript": "^4.7.4"
},
"author": "frenly.cc"
}