generated from raid-guild/gatsby-typescript-dapp-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.09 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
{
"name": "gatsby-typescript-dapp-starter",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"start": "gatsby develop",
"format": "prettier --ignore-path .gitignore --write \"**/*.{ts,tsx,js,json,yml,md}\"",
"lint": "eslint --ignore-path .gitignore \"**/*.{ts,tsx,js}\"",
"serve": "gatsby serve",
"test": "jest",
"typecheck": "tsc"
},
"dependencies": {
"@chakra-ui/core": "^0.5.2",
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"@ethersproject/providers": "^5.0.0-beta.153",
"@types/react": "^16.9.19",
"@types/react-helmet": "^5.0.15",
"@web3-react/core": "^6.0.7",
"@web3-react/fortmatic-connector": "^6.0.7",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/ledger-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.0.7",
"emotion-theming": "^10.0.27",
"gatsby": "^2.19.12",
"gatsby-plugin-chakra-ui": "^0.1.2",
"gatsby-plugin-emotion": "^4.1.22",
"gatsby-plugin-manifest": "^2.2.41",
"gatsby-plugin-react-helmet": "^3.1.22",
"gatsby-plugin-typescript": "^2.1.27",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.0.0-beta.2",
"typescript": "^3.7.5"
},
"devDependencies": {
"@testing-library/react": "^9.4.0",
"@testing-library/react-hooks": "^3.2.1",
"@types/jest": "^25.1.2",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-typescript": "^7.0.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.7.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-plugin-simple-import-sort": "^5.0.1",
"eslint-plugin-testing-library": "^2.2.1",
"husky": "^4.2.1",
"jest": "^25.1.0",
"jest-emotion": "^10.0.27",
"lint-staged": "^10.0.7",
"prettier": "^1.19.1",
"react-test-renderer": "^16.12.0",
"ts-jest": "^25.2.0"
}
}