forked from Phala-Network/crowdloan-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.92 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
{
"dependencies": {
"@ethersproject/providers": "^5.1.0",
"@geist-ui/react": "^2.1.3",
"@geist-ui/react-icons": "^1.0.1",
"@polkadot/api": "^4.15.1",
"@polkadot/apps-config": "^0.89.1",
"@polkadot/extension-dapp": "^0.38.6",
"@polkadot/extension-inject": "^0.38.6",
"@polkadot/types": "^4.15.1",
"@polkadot/ui-keyring": "^0.81.1",
"@polkadot/util": "^6.9.1",
"@polkadot/util-crypto": "^6.9.1",
"@sentry/react": "^6.5.1",
"@sentry/tracing": "^6.5.1",
"@types/echarts": "^4.9.6",
"@types/react-dom": "^17.0.5",
"@types/react-helmet": "^6.1.1",
"@types/react-mailchimp-subscribe": "^2.1.0",
"@types/react-responsive": "^8.0.2",
"@types/styled-components": "^5.1.9",
"@web3-react/abstract-connector": "^6.0.7",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/types": "^6.0.7",
"add": "^2.0.6",
"axios": "^0.21.1",
"babel-plugin-styled-components": "^1.12.0",
"bn.js": "^5.2.0",
"buffer": "^6.0.3",
"dayjs": "^1.10.4",
"decimal.js": "^10.2.1",
"deep-rename-keys": "^0.2.1",
"echarts": "^5.0.2",
"echarts-for-react": "^3.0.1",
"gatsby": "^3.4.0",
"gatsby-plugin-google-gtag": "^3.6.0",
"gatsby-plugin-intl": "^0.3.3",
"gatsby-plugin-react-helmet": "^4.6.0",
"gatsby-plugin-styled-components": "^4.4.0",
"gatsby-plugin-styled-jsx": "^4.4.0",
"install": "^0.13.0",
"inter-ui": "^3.15.1",
"naming-convention-transfer": "^1.0.2",
"query-string": "^7.0.0",
"rc-input-number": "^7.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-is": "^17.0.2",
"react-mailchimp-subscribe": "^2.1.3",
"react-query": "^3.13.0",
"react-responsive": "^8.2.0",
"react-use": "^17.2.4",
"scroll-into-view-if-needed": "^2.2.28",
"styled-components": "^5.2.3",
"styled-jsx": "^3.4.4",
"vconsole": "^3.7.0",
"yarn": "^1.22.10"
},
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"start": "yarn dev",
"serve": "gatsby serve",
"clean": "gatsby clean",
"dev:production": "GATSBY_ACTIVE_ENV=production yarn dev",
"type-check": "tsc --pretty --noEmit",
"format": "prettier --write .",
"lint": "eslint . --ext ts --ext tsx --ext js"
},
"lint-staged": {
"*.@(ts|tsx)": [
"yarn lint",
"yarn format"
]
},
"devDependencies": {
"@types/node": "^14.14.35",
"@types/react": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.0",
"gatsby-plugin-root-import": "^2.0.6",
"gatsby-plugin-typescript": "^3.4.0",
"lint-staged": "^10.5.4",
"node-polyfill-webpack-plugin": "^1.1.0",
"prettier": "^2.2.1",
"typescript": "^4.2.3"
}
}