-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.44 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
{
"name": "www.dappface.com",
"private": true,
"description": "Official landing page for open source web3 mobile browser DAPPFACE",
"version": "0.2.1",
"scripts": {
"build": "gatsby build",
"lint": "eslint . --ext .js,.tsx,.ts",
"start": "GATSBY_DOMAIN=dev.dappface.com gatsby develop",
"serve": "gatsby serve",
"typecheck": "tsc",
"upgrade-interactive": "npx npm-check --update"
},
"dependencies": {
"@dappface/ethereum-provider": "0.0.1",
"babel-plugin-styled-components": "^1.10.6",
"ethers": "^4.0.39",
"gatsby": "^2.16.5",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-styled-components": "^3.1.11",
"gatsby-plugin-typescript": "^2.1.15",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-helmet": "^5.2.1",
"react-icons": "^3.7.0",
"reselect": "^4.0.0",
"styled-components": "^4.4.0",
"uuid": "^3.3.3"
},
"devDependencies": {
"@types/react-helmet": "^5.0.12",
"@types/styled-components": "^4.1.19",
"@types/uuid": "^3.4.6",
"@typescript-eslint/eslint-plugin": "^2.4.0",
"@typescript-eslint/parser": "^2.4.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"firebase-tools": "^7.6.1",
"prettier": "^1.18.2",
"typescript": "^3.6.4"
}
}