-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
117 lines (117 loc) · 3.47 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
{
"name": "takolabs",
"version": "0.0.1",
"private": true,
"dependencies": {
"@apollo/client": "^3.4.16",
"@apollo/react-hooks": "^3.1.5",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@fortawesome/fontawesome-svg-core": "^1.3.0-beta3",
"@fortawesome/free-regular-svg-icons": "^6.0.0-beta3",
"@fortawesome/free-solid-svg-icons": "^6.0.0-beta3",
"@fortawesome/react-fontawesome": "^0.1.17",
"@mui/lab": "^5.0.0-alpha.68",
"@mui/material": "^5.4.2",
"@rarible/connector": "latest",
"@rarible/connector-beacon": "latest",
"@rarible/connector-fcl": "latest",
"@rarible/connector-fortmatic": "latest",
"@rarible/connector-helper": "latest",
"@rarible/connector-iframe": "latest",
"@rarible/connector-mew": "latest",
"@rarible/connector-phantom": "latest",
"@rarible/connector-portis": "latest",
"@rarible/connector-solflare": "latest",
"@rarible/connector-torus": "latest",
"@rarible/connector-walletconnect": "latest",
"@rarible/connector-walletlink": "latest",
"@rarible/estimate-middleware": "latest",
"@rarible/sdk": "latest",
"@rarible/web3-ethereum": "latest",
"@rixio/atom": "^0.12.1",
"@rixio/react": "^0.12.1",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.19",
"@types/react": "^17.0.2",
"@types/react-dom": "latest",
"@types/react-syntax-highlighter": "^13.5.2",
"apollo-server-micro": "^2.25.2",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"child_process": "^1.0.2",
"classnames": "^2.3.1",
"dotenv": "^16.0.0",
"fflate": "^0.7.3",
"files-from-path": "^0.2.6",
"graphql": "^14.7.0",
"lodash": "^4.17.21",
"markdown-to-jsx": "^7.1.5",
"micro": "^9.3.4",
"mime-types": "^2.1.34",
"moment": "^2.29.3",
"next": "^12.0.9",
"next-pwa": "^5.4.4",
"nft.storage": "latest",
"node-sass": "^7.0.1",
"normalize.css": "^8.0.1",
"react": "latest",
"react-blockies": "^1.4.1",
"react-dom": "latest",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.27.1",
"react-intersection-observer": "^8.33.0",
"react-lazy-load-image-component": "^1.5.1",
"react-pdf": "^5.7.2",
"react-redux": "^7.2.8",
"react-router-dom": "6",
"react-scripts": "^4.0.3",
"react-select": "^5.2.2",
"react-syntax-highlighter": "^15.4.5",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-persist": "^6.0.0",
"redux-persist-expire": "^1.1.0",
"redux-thunk": "^2.4.1",
"screenfull": "^6.0.1",
"tezos-sdk-module": "^0.0.52",
"typescript": "latest",
"url": "^0.11.0",
"web-vitals": "^1.0.1",
"web3": "latest"
},
"resolutions": {
"//": "See https://github.com/facebook/create-react-app/issues/11773",
"react-error-overlay": "6.0.9"
},
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"export": "next export",
"build:ipfs": "yarn build && yarn export && node storeDir ./out",
"lint": "next lint"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}