-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.44 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
{
"name": "graphlinq.marketplace",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT",
"lint": "next lint"
},
"cacheDirectories": [
".next/cache"
],
"dependencies": {
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.6.8",
"@emotion/react": "11",
"@emotion/styled": "11",
"@ethersproject/providers": "^5.4.5",
"@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.4",
"@web3-react/walletlink-connector": "^6.2.5",
"dompurify": "^2.3.3",
"ethers": "^5.4.7",
"framer-motion": "4",
"isomorphic-dompurify": "^0.15.0",
"next": "13.4.13",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"react-player": "^2.9.0",
"react-responsive-carousel": "^3.2.21",
"swr": "^1.0.1",
"ua-parser-js": "^0.7.33",
"web3": "^1.10.0",
"zustand": "^3.5.10"
},
"devDependencies": {
"@types/react": "17.0.24",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "^8.3.0",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"prettier": "^2.4.1",
"typescript": "4.4.3"
}
}