-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.93 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
{
"name": "cl-web",
"version": "0.1.0",
"private": true,
"author": "makzent",
"engines": {
"node": "12.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --ext=.js,.ts,.jsx,.tsx ."
},
"dependencies": {
"@charged-particles/protocol-subgraph": "^0.1.32",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/pro-light-svg-icons": "^5.15.1",
"@fortawesome/pro-regular-svg-icons": "^5.15.1",
"@fortawesome/pro-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.13",
"@ramp-network/ramp-instant-sdk": "^2.4.1",
"@types/humps": "^2.0.0",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/magic-connector": "^6.1.9",
"@web3-react/walletconnect-connector": "^6.1.9",
"add": "^2.0.6",
"axios": "^0.21.1",
"classnames": "^2.2.6",
"ethers": "^5.0.19",
"graphql-request": "^3.4.0",
"humps": "^2.0.1",
"next": "^10.0.0",
"next-images": "^1.6.2",
"normalize.css": "^8.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-modal": "^3.11.2",
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"swr": "^0.3.11",
"yarn": "^1.22.10"
},
"devDependencies": {
"@types/classnames": "^2.2.11",
"@types/node": "^14.11.8",
"@types/react": "^16.9.52",
"@types/react-dom": "^17.0.2",
"@types/react-modal": "^3.10.6",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^1.7.0",
"fork-ts-checker-webpack-plugin": "^6.2.0",
"prettier": "^2.0.5",
"typescript": "^4.0.3"
}
}