-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 3.88 KB
/
Copy pathpackage.json
File metadata and controls
126 lines (126 loc) · 3.88 KB
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
{
"name": "ideamarket-frontend",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=12.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --fix --max-warnings=0 --ext .ts,.tsx --ignore-path .gitignore .",
"check-types": "tsc",
"prettier": "prettier --ignore-path .gitignore --write \"**/*.+(js|json|ts|tsx)\"",
"format": "npm run prettier -- --write",
"check-format": "npm run prettier -- --list-different",
"validate": "npm-run-all --parallel check-types check-format lint build",
"prepare": "husky install",
"apply-db-migrations": "yarn fauna-schema-migrate apply all"
},
"dependencies": {
"@ethersproject/contracts": "^5.5.0",
"@ethersproject/providers": "^5.5.0",
"@ethersproject/solidity": "^5.5.0",
"@headlessui/react": "1.4.2",
"@heroicons/react": "1.0.5",
"@portis/web3": "^4.0.7",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.2",
"@types/chart.js": "^2.9.34",
"@types/lodash": "^4.14.177",
"@types/node": "^16.11.9",
"@types/uuid": "8.3.3",
"@uniswap/sdk-core": "^3.0.1",
"@uniswap/v3-periphery": "^1.4.0",
"@uniswap/v3-sdk": "^3.8.2",
"@walletconnect/ethereum-provider": "^1.6.6",
"@web3-react/core": "^6.1.9",
"@web3-react/fortmatic-connector": "^6.1.6",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/portis-connector": "^6.2.11",
"@web3-react/walletconnect-connector": "6.2.8",
"@web3-react/walletlink-connector": "^6.2.8",
"airtable": "0.11.1",
"autoprefixer": "^10.4.2",
"aws-sdk": "2.1034.0",
"axios": "^0.26.1",
"bignumber.js": "9.0.1",
"chart.js": "^2.9.4",
"cheerio": "1.0.0-rc.10",
"classnames": "2.3.1",
"copy-to-clipboard": "^3.3.1",
"dompurify": "^2.3.6",
"events": "^3.3.0",
"fauna-schema-migrate": "2.1.2",
"faunadb": "4.4.1",
"fortmatic": "^2.2.1",
"google-trends-api": "4.9.2",
"graphql": "16.0.1",
"graphql-request": "3.6.1",
"immer": "9.0.6",
"lodash": "^4.17.21",
"mixpanel-browser": "^2.42.0",
"next": "^12.2.5",
"next-pwa": "^5.5.2",
"next-seo": "^5.1.0",
"next-themes": "^0.1.1",
"nprogress": "0.2.0",
"numeral": "^2.0.6",
"postcss": "^8.4.8",
"rc-slider": "^9.7.4",
"react": "17.0.2",
"react-cookie-consent": "^6.4.1",
"react-dom": "17.0.2",
"react-hook-form": "^7.20.2",
"react-hot-toast": "2.1.1",
"react-icons": "^4.3.1",
"react-input-verification-code": "^0.8.0",
"react-query": "^3.34.16",
"react-select": "5.2.1",
"sha3": "^2.1.4",
"uniswapv2": "npm:@uniswap/sdk",
"use-breakpoint": "2.0.2",
"uuid": "8.3.2",
"walletlink": "^2.2.8",
"web3": "^1.7.5",
"zustand": "3.6.5"
},
"devDependencies": {
"@babel/eslint-parser": "7.16.5",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@types/classnames": "2.3.1",
"@types/react": "17.0.36",
"@types/react-select": "5.0.1",
"@typescript-eslint/eslint-plugin": "5.4.0",
"@typescript-eslint/parser": "5.4.0",
"babel-plugin-inline-react-svg": "^2.0.1",
"eslint": "8.3.0",
"eslint-config-next": "^12.0.4",
"eslint-config-prettier": "8.3.0",
"eslint-config-react-app": "6.0.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jest": "25.2.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.27.1",
"eslint-plugin-react-hooks": "4.3.0",
"husky": "^7.0.4",
"lint-staged": ">=12.1.2",
"npm-run-all": "^4.1.5",
"prettier": "2.4.1",
"tailwindcss": "^3.0.23",
"typescript": "^4.5.2"
},
"lint-staged": {
"*.+(js|ts|tsx)": [
"yarn run lint"
],
"*.+(js|json|ts|tsx)": [
"yarn run format"
]
}
}