-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
74 lines (74 loc) · 2.25 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
{
"name": "miner-marketplace-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lintn": "next lint",
"lint": "eslint ./components/** ./pages/** -c .eslintrc.json --ext js,jsx",
"lint:fix": "eslint ./components/** ./pages/** -c .eslintrc.json --fix --ext js,jsx"
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@apollo/client": "^3.3.19",
"@chakra-ui/icons": "^1.0.13",
"@chakra-ui/react": "^1.6.3",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@filecoin-shipyard/lotus-client-provider-browser": "^0.0.14",
"@filecoin-shipyard/lotus-client-rpc": "^0.2.1",
"@filecoin-shipyard/lotus-client-schema": "^3.0.1",
"@fontsource/inter": "^4.4.2",
"@ledgerhq/hw-transport-webusb": "^5.53.1",
"@netlify/plugin-nextjs": "^3.6.1",
"@next/bundle-analyzer": "^9.1.4",
"@zondax/filecoin-signing-tools": "^0.15.0",
"@zondax/ledger-filecoin": "^0.11.2",
"antd": "^4.16.1",
"apollo-link-http": "^1.5.17",
"bip39": "^3.0.4",
"bluebird": "^3.7.2",
"cross-env": "^7.0.2",
"dayjs": "1.8.28",
"esm": "^3.2.25",
"fathom-client": "^3.0.0",
"framer-motion": "^4.1.17",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"lowercase-keys": "^2.0.0",
"markdown-to-jsx": "^7.1.3",
"next": "^10.2.3",
"postcss-preset-env": "^6.7.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-highlight-words": "^0.17.0",
"react-hooks-global-state": "^1.0.1",
"react-icons": "^4.2.0",
"react-loader-spinner": "^4.0.0",
"react-router-dom": "^5.2.0",
"react-select": "^4.3.1",
"reactour": "^1.18.6",
"styled-components": "^4.4.1",
"swr": "^0.5.6"
},
"browser": {
"fs": false,
"path": false
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"raw-loader": "^4.0.2"
}
}